Skip to content

Commit 1d6bab4

Browse files
authored
Update README.md
1 parent def9dc1 commit 1d6bab4

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ chmod +x install.sh
6464
./install.sh
6565
```
6666

67-
If you want to run AutoSploit on a macOS system, AutoSploit is compatible with macOS, however, you have to be inside a virtual environment for it to run successfully. To do this, do the following;
67+
AutoSploit is compatible with macOS, however, you have to be inside a virtual environment for it to run successfully. In order to accomplish this employ/perform the below operations via the terminal or in the form of a shell script.
6868

6969
```bash
7070
sudo -s << '_EOF'
@@ -149,21 +149,6 @@ misc arguments:
149149
--whitelist PATH only exploit hosts listed in the whitelist file
150150
```
151151

152-
If you want to run AutoSploit on a macOS system, AutoSploit is compatible with macOS, however, you have to be inside a virtual environment for it to run successfully. To do this, do the following;
153-
154-
```bash
155-
sudo -s << '_EOF'
156-
pip2 install virtualenv --user
157-
git clone https://github.com/NullArray/AutoSploit.git
158-
virtualenv <PATH-TO-YOUR-ENV>
159-
source <PATH-TO-YOUR-ENV>/bin/activate
160-
cd <PATH-TO-AUTOSPLOIT>
161-
pip2 install -r requirements.txt
162-
chmod +x install.sh
163-
./install.sh
164-
python autosploit.py
165-
_EOF
166-
```
167152

168153
## Dependencies
169154
_Note_: All dependencies should be installed using the above installation method, however, if you find they are not:
@@ -191,9 +176,11 @@ Since the program invokes functionality from the Metasploit Framework you need t
191176

192177
## Acknowledgements
193178

194-
Special thanks to [Ekultek](https://github.com/Ekultek) without whoms contributions to the project version 2.0 would have been a lot less spectacular.
179+
Special thanks to [Ekultek](https://github.com/Ekultek) without whoms contributions to the project, version 2.0 would have been a lot less spectacular.
180+
181+
Thanks to [Khast3x](https://github.com/khast3x) for setting up Docker support.
195182

196-
And thanks to [Khast3x](https://github.com/khast3x) for setting up Docker support.
183+
Last but certainly not least. Thanks to all who have submitted Pull Requests, bug reports, useful and productive contributions in general.
197184

198185
### Active Development
199186

0 commit comments

Comments
 (0)