Skip to content

Commit 8d7f0a7

Browse files
committed
added something
added some images
1 parent 3d8e69e commit 8d7f0a7

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/linux.jpg

68.5 KB
Loading

.github/windows.png

53.6 KB
Loading

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,33 @@ $ wget -O bhedak https://raw.githubusercontent.com/R0X4R/bhedak/main/bhedak.py -
1515

1616
<h3><b>Usage</b></h3><br/>
1717

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+
1845
- **Example input file**
1946

2047
```bash

0 commit comments

Comments
 (0)