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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ This tool can be used and copied for personal use freely however attribution and
19
19
| -t TARGET_HOSTS | Set either a target range of addresses or a single host to target. May also be a file containing hosts. |
20
20
| -o OUTPUT_DIRECTORY | Set the target directory where results should be written. |
21
21
| -w WORDLIST | Optionally specify your own wordlist to use for pre-compiled commands, or executed attacks. |
22
+
| -dns DNS_SERVER | Optionally specify a DNS server to use with a service scan. |
22
23
| -pS | Write a new target.txt file in the OUTPUT_DIRECTORY by performing a ping sweep and discovering live hosts. |
23
24
| -sS | Perform a service scan over the target(s) and write recommendations for further commands to execute. |
24
25
| -fD | Find DNS servers from the list of target(s). |
25
-
| -dns DNS_SERVER | Optionally specify a DNS server to use with a service scan. |
26
26
| --quiet | Supress banner and headers and limit feedback to grepable results. |
27
27
| --execute | Execute shell commands from recommendations as they are discovered. Likely to lead to very long execution times depending on the wordlist being used and discovered vectors. |
0 commit comments