Skip to content

Commit

Permalink
initial docs
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Aug 29, 2021
1 parent 6222906 commit 6d91aa6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# uru
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.

#### Usage
First, install uro with pip:
```
pip3 install uro
```
Now, there's just one way to use it, no args, no bullshit.
```
cat urls.txt | uro
```

![uro-demo](https://i.ibb.co/x2tWCC5/uro-demo.png)

0 comments on commit 6d91aa6

Please sign in to comment.