File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,32 +8,18 @@ Dependencies: **libcurl**
88- cd HackWebTool-main
99- make
1010
11- ---------------------
12-
13- ## CloudFlare
14- Options:
15- - ./HackTool -cfb ** [ file sub] [ protocol] [ domian] **
16-
17- Example:
18- - ./HackTool -cfb other/sub.txt https:// google.com
19-
20- ## Breacher
21- Options:
22- - ./HackTool -br ** [ file sub] [ protocol] [ domian] **
23-
24- Example:
25- - ./HackTool -br other/path.txt https:// google.com
26-
27- ## GenerateIP4
28- Options:
29- - ./HackTool -gi4 ** [ count] **
30-
31- Example:
32- - ./HackTool -gi4 10
33-
34- ## FindPerson
35- Options:
36- - ./HackTool -fp ** [ name] **
37-
38- Example:
39- - ./HackTool -fp lomaster
11+ ```
12+ HackWebTool - by lomaster | OldTeam
13+
14+ CouldFlare bypass:
15+ Usage: ./HackTool [-C] [-f path_file] [-P protocol] [-D domain]
16+ Breacher:
17+ Usage: ./HackTool [-B] [-f path_file] [-P protocol] [-D domain]
18+ FindPerson:
19+ Usage: ./HackTool [-FP] [-n, --name]
20+ GeneratorIP4:
21+ Usage: ./HackTool [-GI4] [--count]
22+
23+ optional arguments:
24+ -h, --help
25+ ```
You can’t perform that action at this time.
0 commit comments