- Apr 25, 2015
- 1,845
- 2
- 2,199
- 327
This is pretty much all you do to get this thing running. Pretty straight forward, run all these commands 1-at-a-time if you want or maybe try them all.
Please reply if anything is having issues!
Github link: https://github.com/google/tsunami-security-scanner
...
Please reply if anything is having issues!
Github link: https://github.com/google/tsunami-security-scanner
Code:
apt update
apt install nmap -y
apt install ncrack -y
apt install openjdk-11-jdk -y
apt install docker.io -y
docker run --name unauthenticated-jupyter-notebook -p 8888:8888 -d jupyter/base-notebook start-notebook.sh --NotebookApp.token=''
apt install curl -y
bash -c "$(curl -sfL https://raw.githubusercontent.com/google/tsunami-security-scanner/master/quick_start.sh)"
cd /root/tsunami && java -cp "tsunami-main-0.0.2-SNAPSHOT-cli.jar:/root/tsunami/plugins/*" -Dtsunami-config.location=/root/tsunami/tsunami.yaml com.google.tsunami.main.cli.TsunamiCli --ip-v4-target=127.0.0.1 --scan-results-local-output-format=JSON --scan-results-local-output-filename=/tmp/tsunami-output.json
cd /tmp
nano tsunami-output.json
...
Last edited: