Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kleiton0x00 authored Aug 22, 2021
1 parent 1a1675b commit cadbfa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Make sure to have [chromedp](https://github.com/chromedp/chromedp) installed:
## Usage

Using the program is very simple, you can either:
- scan a directory/file (or even just the website), make sure to add the / on the end just like the example:
```echo 'https://target.com/' | ./ppmap```
- scan a directory/file (or even just the website itself):
```echo 'https://target.com' | ./ppmap```

- or endpoint:
- or endpoint:
```echo 'http://target.com/something/?page=home' | ./ppmap```

For mass scanning:
Expand All @@ -43,6 +43,7 @@ For mass scanning:
Feel free to test the tool on the following websites as a part of demonstration:
https://msrkp.github.io/pp/2.html
https://ctf.nikitastupin.com/pp/known.html
https://grey-acoustics.surge.sh

## Workflow

Expand Down

0 comments on commit cadbfa8

Please sign in to comment.