You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
45
59
# Todo
46
60
-[x] Create auto build using github ci & autobuild
0 commit comments