003random / 003Recon

Some tools to automate recon - 003random
https://poc-server.com/
294 stars 74 forks source link

CORS & CRLF functions [[ Wpscan-subdoamins.sh & nmap // permission denied #7

Closed attacker34 closed 6 years ago

attacker34 commented 6 years ago

Hi,

While other functions are perfectly working but these two are not working:

CORS misconfiguration CRLF injection Wpscan-subdoamins.sh nmap

I am getting this result after running the tool. re

attacker34 commented 6 years ago

I have updated the script install.sh but still having issue of permission denied for two tools mentioned above..

003random commented 6 years ago

Give the script execute permissions and you are good to go :)

attacker34 commented 6 years ago

@003random can you please guide me how to give permissions to tools.. what i have understood is to go to the tools folder and chmod all the tools?? but it will only make them executable ?

003random commented 6 years ago

you can do chmod 777 /tools/crlf.sh to give it all permissions. Do the same for the other bash scripts and it should work