User Tools

Site Tools


api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
api [2025/03/18 19:46]
kaduuwikiadmin [API Script to find and extracts accounts in leaks]
api [2025/03/26 08:50] (current)
kaduuwikiadmin [API Script to find and extracts accounts in leaks]
Line 64: Line 64:
 ===== API Script to find and extracts accounts in leaks ===== ===== API Script to find and extracts accounts in leaks =====
  
-This script is designed to help users search through data leaks for specific information like email addresses and passwords. It automates the process of logging into the Leak Center's API service, where the leaks are stored. Once logged in, the script uses search criteria specified by the user (such as particular tags that might relate to the type of information they're interested in, e.g., "accounts") to find relevant data within the leaks. +This script is designed to help users search through data leaks for specific information like email addresses and passwords. It automates the process of logging into the Leak Center's API service, where the leaks are stored. Once logged in, the script uses search criteria specified by the user (such as particular tags that might relate to the type of information they're interested in, e.g., "accounts") to find relevant data within the leaks. Please check the readme inside the script for more details. {{ :leakapi_v2.zip |Download the file here.}}
- +
-The script handles several key steps: +
- +
-  * Logging In: It starts by using a username and password to log into the API and get a security token. This token is necessary for making secure requests to the service. +
-  * Reading Input Data: It reads from various text files that contain the user's search terms, date ranges for when the data was leaked, and specific tags related to the leaks. +
-  * Searching Leaks: Using the provided search terms, the script sends a query to the API to find leaks that match the criteria. +
-  * Processing Results: Once it retrieves the data, the script filters through it to find and extract only those details that match the user's needs, saving the results in a text file for easy access. +
-  * Continued Searches: The script can handle multiple pages of results from the API, ensuring it captures all relevant data. +
- +
- +
-The script can be {{ ::kduu_script_ver3.5.zip |downloaded here}}. It uses: +
-  * auth.txt - your Kaduu email and pwd +
-  * DateRange.txt - the date range for the query. Could be for example "2020-01-01 TO *" or "2020-01-01 TO 2024-01-01" +
-  * input.txt - should contain your domain (like "example.com" - dont use a subdomain) +
-  * Tags.txt - by default "accounts" +
api.1742323617.txt.gz · Last modified: 2025/03/18 19:46 by kaduuwikiadmin