Skip to content

HackWebTool 0.1

Latest

Choose a tag to compare

@Lomasterrrr Lomasterrrr released this 21 Jan 20:21
· 16 commits to main since this release
6d064c6

alt text

CloudFlare bypass, Breacher, FindPerson, GeneratorIP

Dependencies: libcurl

Document

 HackWebTool - by lomaster | OldTeam CouldFlare bypass: Usage: ./HackTool [-C] [-f path_file] [-P protocol] [-D domain] Breacher: Usage: ./HackTool [-B] [-f path_file] [-P protocol] [-D domain] FindPerson: Usage: ./HackTool [-FP] [-n, --name] GeneratorIP4: Usage: ./HackTool [-GI4] [--count] optional arguments: -h, --help 

Examples

 CouldFlare bypass: ./HackTool -C -f pwd/sub.txt -P https -D google.com Breacher: ./HackTool -B -f pwd/path.txt -P https -D google.com FindPerson: ./HackTool -FP -n lomaster GeneratorIP4: ./HackTool -GI4 --count 10 

Linux

 $ git clone https://github.com/Lomasterrrr/HackWebTool.git $ cd HackWebTool-main $ make