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
Installing AutoSploit is very simple, you can find the latest stable release [here](https://github.com/NullArray/AutoSploit/releases/tag/2.0). You can also download the master branch as a [zip](https://github.com/NullArray/AutSploit/zipball/master) or [tarball](https://github.com/NullArray/AutSploit/tarball/master) or follow one of the below methods;
@@ -33,7 +33,8 @@ Installing AutoSploit is very simple, you can find the latest stable release [he
--msf-path MSF-PATH pass the path to your framework if it is not in your
118
122
ENV PATH
123
+
--whitelist PATH only exploit hosts listed in the whitelist file
119
124
```
120
125
121
126
## Installation
122
127
128
+
On any Linux system the following should work;
129
+
123
130
```bash
124
131
git clone https://github.com/NullArray/AutoSploit
125
132
cd AutoSploit
126
133
chmod +x install.sh
127
134
./install.sh
128
135
```
129
136
137
+
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;
0 commit comments