Skip to content

Commit 5ecc598

Browse files
authored
Merge pull request #40 from mattreduce/fix-usage-in-readme
Fix usage docs on --exec in README
2 parents 751901e + 8cbc12e commit 5ecc598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This tool can be used and copied for personal use freely however attribution and
2929
| --ignore-http-codes | Comma separated list of http codes to ignore with virtual host scans. |
3030
| --ignore-content-length | Ignore content lengths of specificed amount. This may become useful when a server returns a static page on every virtual host guess. |
3131
| --quiet | Supress banner and headers and limit feedback to grepable results. |
32-
| --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. |
32+
| --exec | 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. |
3333
| --simple_exec | Execute non-brute forcing shell comamnds only commands as they are discovered. Likely to lead to very long execution times depending on the wordlist being used and discovered vectors. |
3434
| --quick | Move to the next target after performing a quick scan and writing first-round recommendations. |
3535
| --no-udp | Disable UDP service scanning, which is ON by default. |

0 commit comments

Comments
 (0)