You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ chmod +x install.sh
64
64
./install.sh
65
65
```
66
66
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.
68
68
69
69
```bash
70
70
sudo -s << '_EOF'
@@ -149,21 +149,6 @@ misc arguments:
149
149
--whitelist PATH only exploit hosts listed in the whitelist file
150
150
```
151
151
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;
_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
191
176
192
177
## Acknowledgements
193
178
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.
195
182
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.
0 commit comments