Skip to content

Commit

Permalink
fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Aug 17, 2023
1 parent c4d8b25 commit efc2bcf
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 efc2bcf

Please sign in to comment.