File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ cd Autosploit/Docker
99# nano database.yml
1010docker network create -d bridge haknet
1111docker run --network haknet --name msfdb -e POSTGRES_PASSWORD=s3cr3t -d postgres
12- docker run -it -p 80:80 -p 443:443 -p 4444:4444 autosploit
12+ docker build -t autosploit .
13+ docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
1314```
1415
1516
@@ -58,5 +59,6 @@ Building will be faster if done on a hosted server as it benefits from the -grad
5859git clone https://github.com/NullArray/AutoSploit.git
5960cd Autosploit/Docker
6061nano database.yml # Exemple configuration should work fine
61- docker run -it -p 80:80 -p 443:443 -p 4444:4444 autosploit
62- ```
62+ docker build -t autosploit .
63+ docker run -it --network haknet -p 80:80 -p 443:443 -p 4444:4444 autosploit
64+ ```
You can’t perform that action at this time.
0 commit comments