Skip to content

Commit 999c457

Browse files
author
pry0cc
committed
updated readme
1 parent c051973 commit 999c457

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
For example:
55

66
```
7+
tew -x data/ex1/nmap.xml
8+
79
1.1.1.1:80
810
1.1.1.1.1:443
911
```
@@ -42,6 +44,18 @@ nmap -T4 -iL ips.txt -oX nmap.xml
4244
tew -x nmap.xml -dnsx dns.json --vhost | httpx -json -o http.json
4345
```
4446

47+
## URL Generation
48+
If you want to passively generate URLs, you can do so with the `--urls` option.
49+
50+
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.
51+
52+
```
53+
tew -x nmap.xml -dnsx dns.json --vhost --urls
54+
55+
http://example.com
56+
https://example.com
57+
```
58+
4559
# Todo
4660
- [x] Create auto build using github ci & autobuild
4761
- [x] Add Arm64 for Darwin to Build

0 commit comments

Comments
 (0)