We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 992b3e0 + cea9222 commit d58d6d6Copy full SHA for d58d6d6
.gitignore
@@ -3,6 +3,7 @@ Recon/
3
output/
4
.obsidian/
5
test/
6
+.trunk/
7
8
#Ignoring compressed files
9
*.tar
install.sh
@@ -433,7 +433,6 @@ wget -q -O - https://gist.githubusercontent.com/six2dez/ab5277b11da7369bf4e9db72
433
wget -q -O - https://gist.github.com/six2dez/d62ab8f8ffd28e1c206d401081d977ae/raw >${tools}/headers_inject.txt
434
wget -q -O - https://gist.githubusercontent.com/six2dez/6e2d9f4932fd38d84610eb851014b26e/raw >${tools}/axiom_config.sh
435
eval $SUDO chmod +x ${tools}/axiom_config.sh
436
-eval $SUDO mv $SCRIPTPATH/assets/potential.json ~/.gf/potential.json
437
438
## Last check
439
if [[ $double_check == "true" ]]; then
0 commit comments