File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ As of version 2.0 AutoSploit can be started with a number of command line argume
7272
7373```
7474usage: python autosploit.py -[c|z|s|a] -[q] QUERY
75- [-C] WORKSPACE LHOST LPORT [-e]
75+ [-C] WORKSPACE LHOST LPORT [-e] [--whitewash] PATH
7676 [--ruby-exec] [--msf-path] PATH [-E] EXPLOIT-FILE-PATH
7777 [--rand-agent] [--proxy] PROTO://IP:PORT [-P] AGENT
7878
@@ -116,6 +116,7 @@ misc arguments:
116116 this
117117 --msf-path MSF-PATH pass the path to your framework if it is not in your
118118 ENV PATH
119+ --whitelist PATH only exploit hosts listed in the whitelist file
119120```
120121
121122## Installation
@@ -128,6 +129,7 @@ chmod +x install.sh
128129```
129130
130131## Dependencies
132+ _ Note_ : All dependencies should be installed using the above installation method, however, if you find they are not:
131133
132134AutoSploit depends on the following Python2.7 modules.
133135
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def optparser():
2626
2727 parser = argparse .ArgumentParser (
2828 usage = "python autosploit.py -[c|z|s|a] -[q] QUERY\n "
29- "{spacer}[-C] WORKSPACE LHOST LPORT [-e]\n "
29+ "{spacer}[-C] WORKSPACE LHOST LPORT [-e] [--whitewash] PATH \n "
3030 "{spacer}[--ruby-exec] [--msf-path] PATH [-E] EXPLOIT-FILE-PATH\n "
3131 "{spacer}[--rand-agent] [--proxy] PROTO://IP:PORT [-P] AGENT" .format (
3232 spacer = " " * 28
You can’t perform that action at this time.
0 commit comments