GSP v1.0.1
Changelog
- Added better captcha detection by modifying
utilities.browser.captcha_onload()
- Fixed
utilities.browser.swap_proxy()
to run as intended - Replaced
blue
in favor ofcyan
forutilities.colored.print_blue()
Feature List
- Automatic Data Backups
- Memory Load Monitor
- Multithreaded Parsing
- Proxy Rotation
- Proxy Support (HTTP/HTTPS/SOCKS4/SOCKS5)
- Proxy Verification
- RECAPTCHAV2 Solver
- Vulnerability Scanner
Installation
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Place your queries in
queries.txt
. - Place your proxies in
proxies.txt
. - To run the application, open Command Prompt and navigate to the directory containing
main.py
, then execute the following command:
Examples:
python main.py
python3 main.py
For more detailed instructions, please refer to the README file.