Skip to content

Commit

Permalink
Merge pull request #758 from six2dez/dev
Browse files Browse the repository at this point in the history
fix installer
  • Loading branch information
six2dez authored Aug 17, 2023
2 parents 3c9d04f + efc2bcf commit f0eb4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ wget -q -O - https://gist.githubusercontent.com/six2dez/6e2d9f4932fd38d84610eb85
wget -q -O - https://raw.githubusercontent.com/NagliNagli/BountyTricks/main/ssrf.yaml > ~/nuclei-templates/extra_templates/ssrf.yaml
wget -q -O - https://raw.githubusercontent.com/NagliNagli/BountyTricks/main/sap-redirect.yaml > ~/nuclei-templates/extra_templates/sap-redirect.yaml
eval $SUDO chmod +x $tools/axiom_config.sh
eval $SUDO mv ./assets/potential.json ~/.gf/potential.json
eval $SUDO mv $SCRIPTPATH/assets/potential.json ~/.gf/potential.json

## Last check
if [ "$double_check" = "true" ]; then
Expand Down

0 comments on commit f0eb4c8

Please sign in to comment.