Goby Server By Docker
About
Attack surface mapping
The new generation of network security technology achieves rapid security emergency through the establishment of a complete asset database for the target.
Info
127.0.0.1:15001
Username: goby
Password: docker logs goby | grep " Goby_PassWord :"
Github : https://github.com/XRSec/Goby-Docker.git
Use
InStall
docker run -it --name goby -p 15001:15001 -e password=password -e port=15001 xrsec/goby:latest
# Installing containers or updating goby requires downloading resources from GitHub
# -e password=password Set your password here
# [ -p 15001:15001 | -e port=15001 ] Recommended port consistency
# --restart=always Automatic restart
Goby_Desktop
Compile again
Github : https://github.com/XRSec/Goby-Docker.git
git clone https://github.com/XRSec/AWVS14-Docker.git
cd AWVS14-Docker
docker build -t goby:latest .
Thanks to the list
Gobysec : https://github.com/gobysec/Goby
Vipersec : https://www.yuque.com/vipersec