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
72
72
73
73
```
74
74
usage: python autosploit.py -[c|z|s|a] -[q] QUERY
75
- [-C] WORKSPACE LHOST LPORT [-e]
75
+ [-C] WORKSPACE LHOST LPORT [-e] [--whitewash] PATH
76
76
[--ruby-exec] [--msf-path] PATH [-E] EXPLOIT-FILE-PATH
77
77
[--rand-agent] [--proxy] PROTO://IP:PORT [-P] AGENT
78
78
@@ -116,6 +116,7 @@ misc arguments:
116
116
this
117
117
--msf-path MSF-PATH pass the path to your framework if it is not in your
118
118
ENV PATH
119
+ --whitelist PATH only exploit hosts listed in the whitelist file
119
120
```
120
121
121
122
## Installation
@@ -128,6 +129,7 @@ chmod +x install.sh
128
129
```
129
130
130
131
## Dependencies
132
+ _ Note_ : All dependencies should be installed using the above installation method, however, if you find they are not:
131
133
132
134
AutoSploit depends on the following Python2.7 modules.
133
135
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def optparser():
26
26
27
27
parser = argparse .ArgumentParser (
28
28
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 "
30
30
"{spacer}[--ruby-exec] [--msf-path] PATH [-E] EXPLOIT-FILE-PATH\n "
31
31
"{spacer}[--rand-agent] [--proxy] PROTO://IP:PORT [-P] AGENT" .format (
32
32
spacer = " " * 28
You can’t perform that action at this time.
0 commit comments