-A port scanner
-SQL injection scanner
-Dork Checker
-Hash crackers
-Hash type verification tool
-Proxy search tool
-XSS scanner
Install and Run
1) Git clone https://github.com/Ekultek/Pybelt.git
2) CD Pybelt
3) pip install -r requirements.txt
4) C O M M A N D S:
python pybelt.py -p 127.0.0.1 Perform a port scan on your local host
python pybelt.py -s http://example.com/php?id=2 Performs a SQL iscan for the given URL
python pybelt.py -d idea? id = 55 Performs a Dork check for the specified Google Dork
python pybelt.py -c 9a8b1b7eee229046fc2701b228fc2aff: all Tries to crack the hash with all algorithms available on the computer
python pybelt.py -v 098f6bcd4621d373cade4e832627b4f6 Tries to check the hash type
python pybelt.py -f Find usable proxies
python pybelt.py -x http://127.0.0.1/php?id=1 Searches the URL for XSS security holes
Post a Comment
Please do not enter any spam link in the comment box.