From 8a1c05a49d23add552bf43db109f1f912ea02377 Mon Sep 17 00:00:00 2001 From: Ekultek Date: Tue, 3 Apr 2018 15:35:59 -0500 Subject: [PATCH] minor update to the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e35ae6..71cbffd 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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