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 18, 2021
1 parent df7b38e commit 1a1675b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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):
```echo 'https://target.com/index.html' | ./ppmap```
- 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```

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

0 comments on commit 1a1675b

Please sign in to comment.