You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
- Install go (follow https://go.dev/doc/install to have the newest version, don't use the version from your distro!)
- add this to your profile (~/.profile)
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
- install nuclei using go (https://docs.nuclei.sh/getting-started/install, "go" tab)
- test that the installation was successful:
nuclei --version
- create a folder called nuclei-templates
- download this file into the folder:
samltest.yaml - run nuclei:
nuclei -headless -u https://samltest.id -duc -fr -ms -t nuclei-templates/ -json-export output.json
- there will be a screenshot in the screenshots folder and machine-readable results in output.json (including the whole HTML response)