Commit 8d7f0a7 1 parent 3d8e69e commit 8d7f0a7 Copy full SHA for 8d7f0a7
File tree 3 files changed +27
-0
lines changed
3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,33 @@ $ wget -O bhedak https://raw.githubusercontent.com/R0X4R/bhedak/main/bhedak.py -
15
15
16
16
<h3 ><b >Usage</b ></h3 ><br />
17
17
18
+ - ** For ` linux ` , ` unix ` and ` debian ` based systems**
19
+
20
+ ![ linux] ( .github/linux.jpg )
21
+
22
+ ``` bash
23
+ $ waybackurls target.tld | bhedak " payload"
24
+ ```
25
+
26
+ - ** For ` windows` based systems**
27
+
28
+ ! [windows](.github/windows.png)
29
+
30
+ ` ` ` css
31
+ cmd> type urls.txt | python bhedak.py " payload"
32
+ ` ` `
33
+
34
+ - ** If no ` payload` passed**
35
+
36
+ ` ` ` bash
37
+ $ waybackurls subdomain.target.tld | bhedak
38
+
39
+ http://subdomain.target.tld/comment.php? pid=FUZZ& user=FUZZ
40
+ http://subdomain.target.tld/disclaimer.php=FUZZ
41
+ http://subdomain.target.tld/hpp/index.php? pp=FUZZ
42
+ http://subdomain.target.tld/hpp/? pp=FUZZ& user=FUZZ
43
+ ` ` `
44
+
18
45
- ** Example input file**
19
46
20
47
` ` ` bash
You can’t perform that action at this time.
0 commit comments