Skip to content

maximusfox/pl-EngineChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pl-EngineChecker

A Perl script to detect the Engine/CMS of a website.

Usage

  1. Clone the repository:
git clone https://github.com/maximusfox/pl-EngineChecker.git
  1. Navigate to the cloned directory:
cd pl-EngineChecker/
  1. 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).
  1. Add the URLs you want to check to the data/urls.txt file, with one URL per line.

  2. Run the script:

perl start.pl
  1. 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.

Disclaimer

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.

About

Perl script to detect site Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages