TikTok Auto Claimer Leaked By bazooka#0001

Zues Auto Claimer Leaked By bazooka#0001 put proxies in prox.txt put ssid in sid.txt put all users you want to target in user.txt for the login just type anything the login doesnt work How To Get ssid to get ssid download memu and http tool kit open memu and download tiktok now make a tiktok account or login to on and open http tool kit the type mobile click “android device via adb” then look for something like this /passport/account/info/v2 […]

Read more

JWT Key Confusion PoC (CVE-2015-9235) Written for the Hack the Box challenge – Under Construction

Written for the Hack the Box challenge – Under Construction This script performs a Java Web Token Key Confusion Attack (CVE-2015-9235). To perform the attack it is required that the attacker know the public key which the server will use to verify the signature as well as the server being configured to use the HS256 algorithm. Because HS256 is a symmetric-key algorithm (the same key is used to sign and verify the message), we can use the public key to […]

Read more

A collection of useful functions for writers to analyze text/stories

AuthorTools provides a multitude of functions for easily analyzing (your?) writing. AuthorTools is made especially for creative writers with some python skills, or developers of writing applications. It contains tools to split strings in a variety of ways, such as into sentences or by chapter, and functions to analyze text, like counting the percent of a text that is composed of dialogue (in quotes). Installation AuthorTools is available on PyPI. Usage AuthorTools provides its functions in authortools.py. After installation, you […]

Read more

A wide AOI generator tool

A wide AOI generator tool. Information Installation To Install you have to have python 3.x and pip installed on your system. If you have those two installed then we can continue. Install drkdiscord on your system (If you have installed a zip then extract it first). And go into the directory. Then do pip install -r requirements.txt that should install all missing modules. Then Just run the script usuing python3 drkgen.py License GPL-3.0 License Other Information This project is under […]

Read more

Using Global fishing watch’s data to build a machine learning model that can identify illegal fishing and poaching activities through satellite and geo-location data

Using Global fishing watch’s data to build a machine learning model that can identify illegal fishing and poaching activities through satellite and geo-location data. Global fishing watch is a partnership between Google and Oceana to map all trackable fishing activity in world, in almost real time. This is a personal project using the data provided by global fishing watch. The data provided has vessel ids, types and coordinates of encountered vessels. Given same vessel type and are, a fishing vessel […]

Read more

A simple python module to generate anchor (aka default/prior) boxes for object detection tasks

WIP A simple python module to generate anchor (aka default/prior) boxes for object detection tasks. Calculated anchor boxes are returned as ndarrays in pascal_voc format by default. Installation Usage To calculate the anchor boxes for a single feature size and aspect ratio, given the image size: from pybx import anchor image_sz = (300, 300, 3) feature_sz = (10, 10) asp_ratio = 1/2. anchor.bx(image_sz, feature_sz, asp_ratio) To    

Read more

PHOTONAI – A high level python API for designing and optimizing machine learning pipelines

PHOTONAI is a high level python API for designing and optimizing machine learning pipelines. We’ve created a system in which you can easily select and combine both pre-processing and learning algorithms fromstate-of-the-art machine learning toolboxes,and arrange them in simple or parallel pipeline data streams. In addition, you can parametrize your training and testingworkflow choosing cross-validation schemes, performance metrics and hyperparameteroptimization metrics from a list of pre-registered options. Importantly, you can integrate custom solutions into your data processing pipeline,but also for […]

Read more
1 258 259 260 261 262 915