A Perl script to detect the Engine/CMS of a website.
- Clone the repository:
git clone https://github.com/maximusfox/pl-EngineChecker.git
- Navigate to the cloned directory:
cd pl-EngineChecker/
- Edit the configuration variables in the start.pl script:
my $threads = 50;
my $timeout = 10;
my $proxy = undef;
- $threads: The number of threads to use for the script (default is 50).
- $timeout: The maximum time in seconds to wait for a response from a website (default is 10).
- $proxy: The proxy server (socks5://127.0.0.1:8091) to use for the requests (default is undef).
-
Add the URLs you want to check to the data/urls.txt file, with one URL per line.
-
Run the script:
perl start.pl
- Wait for the script to finish checking the URLs. The results will be saved to the data/log.txt file and sorted urls to files specified in signDB.pl.
This tool is for educational and research purposes only. The author is not responsible for any misuse or damage caused by this tool. Use at your own risk.