• ** Please buy products through our platform for safety. We aren't responsible for any money lost if you buy directly from a seller. **
Product icon

Brute Wp Mass Checker 1.0

Q: What is the purpose of this script?
A: The script is designed to automate the process of checking a list of WordPress websites for valid login credentials. It uses the Selenium library to open a web browser, navigate to each URL, enter the corresponding username and password, and submit the login form. If the login is successful, the script checks for the presence of a specific element on the page to determine if the user has full control of the website. The results are logged and the valid login credentials are saved in a file named "valid.txt" for further use.

Q: What are the requirements for using this script?
A: The script requires the Selenium library and a web driver (such as ChromeDriver) to be installed. It also requires a list of WordPress websites, usernames, and passwords in a specific format (URL|username|password).
Q: How do I run this script? A: The script can be run using a command-line interface. You will need to provide the path to your list of WordPress websites, usernames, and passwords when prompted. Make sure the script and your list are in the same folder

Q: What happens if the login is unsuccessful?
A: If the login is unsuccessful, the script will log the failure and move on to the next website in the list.

Q: What happens if the login is successful?
A: If the login is successful, the script will check for the presence of a specific element on the page (a link to the plugin installation page) to determine if the user has full control of the website. If the element is found, the script will log the success and the user is considered to have full control. The valid login credentials are saved in a file named "valid.txt" for further use.
Q: What is the format of the list of WordPress websites, usernames, and passwords?
A: The list should be a plain text file with each line containing a single WordPress website's URL, username, and password separated by the "|" character. Example : "https://example.com|admin|password"

Q: How can I use the valid login credentials saved in the "valid.txt" file?
A: The valid login credentials can be used to access and make changes to the corresponding WordPress websites. It is recommended to use the credentials with caution and always make sure you have permission before making changes to any website.
Top