Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Usage example:
```
▶ cat domains.txt | waybackurls > urls
```
#### TIP
Using the python [intimations](https://github.com/AbhijithAJ/intimations) module, you can receive a message to your telegram mobile application once the execution is complete.
```
cat domains.txt | waybackurls > urls ; python3 -m intimations telegram --title 'waybackurls' --message 'Done finding archived URLs'
```

Install:

Expand Down