Skip to content

Commit 2240493

Browse files
author
ekultek
committed
minor updates for prep branch
1 parent 105eb1b commit 2240493

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ As of version 2.0 AutoSploit can be started with a number of command line argume
7272

7373
```
7474
usage: 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

132134
AutoSploit depends on the following Python2.7 modules.
133135

lib/cmdline/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)