Puerto/s
80,8080
Protocolo/s
TCP
sudo apt -y install golang go install github.com/sensepost/gowitness@latest
gowitness scan --cidr <red> --threads 10
for i in $(cat ~/Pentest/scope/scope.txt); do gowitness scan --cidr $i --threads 10; done
gowitness report serve
Última actualización hace 5 meses
¿Te fue útil?