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.
1 parent b2d53ee commit 7871e63Copy full SHA for 7871e63
install.sh
@@ -195,7 +195,7 @@ cd $dir
195
eval git clone https://github.com/devanshbatham/OpenRedireX $dir/OpenRedireX $DEBUG_STD
196
printf "${bgreen} 90%% done${reset}\n\n"
197
eval subfinder $DEBUG_STD
198
-eval notify -version $DEBUG_STD
+mkdir -p ~/.config/notify/
199
mkdir -p ~/.config/amass/
200
eval wget -nc -O ~/.config/amass/config.ini https://raw.githubusercontent.com/OWASP/Amass/master/examples/config.ini $DEBUG_STD
201
cd ~/.gf; eval wget -O potential.json https://raw.githubusercontent.com/devanshbatham/ParamSpider/master/gf_profiles/potential.json $DEBUG_STD; cd $dir
0 commit comments