Skip to content

Commit

Permalink
no http requests
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Aug 29, 2021
1 parent aa09765 commit 8d3500e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# uro
Using a URL list for security testing can be painful as there are a lot of URLs that have uninteresting/duplicate content; `uro` aims to solve that. It removes:
Using a URL list for security testing can be painful as there are a lot of URLs that have uninteresting/duplicate content; `uro` aims to solve that.

It doesn't make any http requests to the URLs and removes:
- human written content e.g. blog posts
- urls with same path but parameter difference
- incremental urls e.g. `/cat/1/` and `/cat/2/`
- image, js, css and other static files

#### Usage
First, install uro with pip:
```
Expand Down

0 comments on commit 8d3500e

Please sign in to comment.