Skip to content

Commit 8a1c05a

Browse files
authored
minor update to the README
1 parent 54ec238 commit 8a1c05a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Installing AutoSploit is very simple, you can find the latest stable release [he
3333
sudo -s << EOF
3434
git clone https://github.com/NullArray/Autosploit.git
3535
cd AutoSploit
36-
pip2 install -r requirements.txt
36+
chmod +x install.sh
37+
./install.sh
3738
python2 autosploit.py
3839
EOF
3940
```
@@ -43,6 +44,9 @@ EOF
4344
```bash
4445
sudo -s << EOF
4546
git clone https://github.com/NullArray/AutoSploit.git
47+
cd AutoSploit
48+
chmod +x install.sh
49+
./installsh
4650
cd AutoSploit/Docker
4751
docker network create -d bridge haknet
4852
docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres

0 commit comments

Comments
 (0)