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
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;
More information on running Docker can be found [here](https://github.com/NullArray/AutoSploit/tree/master/Docker)
59
85
60
86
## Usage
@@ -123,33 +149,6 @@ misc arguments:
123
149
--whitelist PATH only exploit hosts listed in the whitelist file
124
150
```
125
151
126
-
## Installation
127
-
128
-
On any Linux system the following should work;
129
-
130
-
```bash
131
-
git clone https://github.com/NullArray/AutoSploit
132
-
cd AutoSploit
133
-
chmod +x install.sh
134
-
./install.sh
135
-
```
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