Skip to content

Commit

Permalink
added something
Browse files Browse the repository at this point in the history
added some images
  • Loading branch information
R0X4R committed Dec 12, 2021
1 parent 3d8e69e commit 8d7f0a7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Binary file added .github/linux.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,33 @@ $ wget -O bhedak https://raw.githubusercontent.com/R0X4R/bhedak/main/bhedak.py -

<h3><b>Usage</b></h3><br/>

- **For `linux`, `unix` and `debian` based systems**

![linux](.github/linux.jpg)

```bash
$ waybackurls target.tld | bhedak "payload"
```

- **For `windows` based systems**

![windows](.github/windows.png)

```css
cmd> type urls.txt | python bhedak.py "payload"
```

- **If no `payload` passed**

```bash
$ waybackurls subdomain.target.tld | bhedak
http://subdomain.target.tld/comment.php?pid=FUZZ&user=FUZZ
http://subdomain.target.tld/disclaimer.php=FUZZ
http://subdomain.target.tld/hpp/index.php?pp=FUZZ
http://subdomain.target.tld/hpp/?pp=FUZZ&user=FUZZ
```

- **Example input file**

```bash
Expand Down

0 comments on commit 8d7f0a7

Please sign in to comment.