UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
- 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:
- 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)