Skip to content

Commit

Permalink
minor update to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekultek authored Apr 3, 2018
1 parent 54ec238 commit 8a1c05a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Installing AutoSploit is very simple, you can find the latest stable release [he
sudo -s << EOF
git clone https://github.com/NullArray/Autosploit.git
cd AutoSploit
pip2 install -r requirements.txt
chmod +x install.sh
./install.sh
python2 autosploit.py
EOF
```
Expand All @@ -43,6 +44,9 @@ EOF
```bash
sudo -s << EOF
git clone https://github.com/NullArray/AutoSploit.git
cd AutoSploit
chmod +x install.sh
./installsh
cd AutoSploit/Docker
docker network create -d bridge haknet
docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres
Expand Down

0 comments on commit 8a1c05a

Please sign in to comment.