A simple Http/Https proxy server scanner:
This tool was written in 2020 for testing proxy-servers speed.
This tool does not needed any extra module(just python3 default modules).
Modules used:
After clone;
By run python3 htp.py -h you will be get how to use htp.
--password-list PATH_OF_PASSWORD_LIST This part just for generate the passwords(This part is not very usable but it can be better with updates).-config PATH_OF_CONFIGS_FILE Path of configs file(configs will be use in password-list generating), Default: "htp-data/config.ini".
-out PATH_OF_FILE_FOR_WRITE_PASSWORD_OUT Path of file for write generated passwords with your patterns in configs file, Default: "htp-data/output.pwl".
-scan PATH_OF_FILE_FOR_WRITE_OUT Path of file for save scanned http and https proxies to that file.
-http PATH_OF_FILE_FOR_WRITE_OUT Path of file for save scanned http proxies to that file.
-https PATH_OF_FILE_FOR_WRITE_OUT Path of file for save scanned https proxies to that file.
-l Show log.