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
docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres
@@ -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:
@@ -173,13 +158,12 @@ AutoSploit depends on the following Python2.7 modules.
173
158
```
174
159
requests
175
160
psutil
176
-
beautifulsoup4
177
161
```
178
162
179
163
Should you find you do not have these installed get them with pip like so.
180
164
181
165
```bash
182
-
pip install requests psutil beautifulsoup4
166
+
pip install requests psutil
183
167
```
184
168
185
169
or
@@ -192,9 +176,11 @@ Since the program invokes functionality from the Metasploit Framework you need t
192
176
193
177
## Acknowledgements
194
178
195
-
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.
196
182
197
-
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.
usage of AutoSploit for attacking targets without prior mutual consent is illegal in pretty much every sense of the word. it is the end user's responsibility to obey all applicable local, state, and federal laws. developers assume no liability and are not responsible for any misuse or damage caused by this program. please take these considerations into mind:
2
+
3
+
- use AutoSploit on a VPS through a proxy or Tor
4
+
- keep calm and wipe the logs or use tools to do so
5
+
- never connect from your local IP address
6
+
- keep a low profile, the point of hacking is not to get caught
7
+
8
+
we do not condone hacking of any sort, the above are tips to keep in mind for ethical purposes. having said that, knowledge is not illegal, and anybody that tells you learning is wrong is a fool. get as much out of this program as we got from writing it.
0 commit comments