Skip to content

Commit c8b9957

Browse files
authored
Update README.md
1 parent dbc59fa commit c8b9957

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

README.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,34 @@ The new version of AutoSploit has a feature that allows you to set a proxy befor
2727

2828
Installing AutoSploit is very simple, you can find the latest stable release [here](https://github.com/NullArray/AutoSploit/releases/latest). 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;
2929

30-
###### Cloning
3130

32-
```bash
33-
sudo -s << EOF
34-
git clone https://github.com/NullArray/Autosploit.git
35-
cd AutoSploit
36-
chmod +x install.sh
37-
./install.sh
38-
python2 autosploit.py
39-
EOF
31+
###### Docker Compose
32+
Using DOcker Compose is by far the easiest way to get AutoSploit up and running without too much of a hassle.
33+
34+
```
35+
git clone https://github.com/NullArray/AutoSploit.git
36+
cd Autosploit/Docker
37+
docker-compose run --rm autosploit
4038
```
4139

4240
###### Docker
41+
Just using Docker.
4342

44-
```bash
45-
sudo -s << EOF
43+
```
4644
git clone https://github.com/NullArray/AutoSploit.git
47-
cd AutoSploit
48-
chmod +x install.sh
49-
./install.sh
50-
cd AutoSploit/Docker
45+
cd Autosploit/Docker
46+
# If you wish to edit default postgres service details, edit database.yml. Should work out of the box
47+
# nano database.yml
5148
docker network create -d bridge haknet
5249
docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres
5350
docker build -t autosploit .
54-
docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
55-
EOF
51+
docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit```
5652
```
5753

54+
Dev team contributor [Khast3x](https://github.com/khast3x) recently improved Docker operations as well as add more details to the README.md in the `Docker` subdirectory. For more information on deploying AutoSploit with Docker please be sure to click [here](https://github.com/NullArray/AutoSploit/tree/master/Docker)
55+
56+
57+
###### Cloning
5858
On any Linux system the following should work;
5959

6060
```bash
@@ -80,9 +80,6 @@ python autosploit.py
8080
_EOF
8181
```
8282

83-
84-
More information on running Docker can be found [here](https://github.com/NullArray/AutoSploit/tree/master/Docker)
85-
8683
## Usage
8784

8885
Starting the program with `python autosploit.py` will open an AutoSploit terminal session. The options for which are as follows.

0 commit comments

Comments
 (0)