Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pry0cc committed Mar 18, 2022
1 parent c051973 commit 999c457
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
Expand Up @@ -4,6 +4,8 @@
For example:

```
tew -x data/ex1/nmap.xml
1.1.1.1:80
1.1.1.1.1:443
```
Expand Down Expand Up @@ -42,6 +44,18 @@ nmap -T4 -iL ips.txt -oX nmap.xml
tew -x nmap.xml -dnsx dns.json --vhost | httpx -json -o http.json
```

## URL Generation
If you want to passively generate URLs, you can do so with the `--urls` option.

Note: This does not replace using httpx, prefer for occasions where stealth matters over accuracy. This does not check to see if the port is running a HTTP service nor does it send any requests.

```
tew -x nmap.xml -dnsx dns.json --vhost --urls
http://example.com
https://example.com
```

# Todo
- [x] Create auto build using github ci & autobuild
- [x] Add Arm64 for Darwin to Build
Expand Down

0 comments on commit 999c457

Please sign in to comment.