This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
api [2025/02/21 11:54] 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' | + | 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' |
- | + | ||
- | 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 | + | |
- | * 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 | + | |
- | * Continued Searches: The script can handle multiple pages of results from the API, ensuring it captures all relevant data. | + | |
- | + | ||
- | + | ||
- | The script can be {{ :: | + | |
- | * auth.txt - your Kaduu email and pwd | + | |
- | * DateRange.txt - the date range for the query. Could be for example " | + | |
- | * input.txt - should contain your domain (like " | + | |
- | * Tags.txt - by default " | + |