ShivamRai2003 / Reconky-Automated_Bash_Script

Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
https://shivamrai2003.github.io/
GNU General Public License v3.0
194 stars 40 forks source link

Command not found and NMAP scan not initiated #2

Closed justanothertechie closed 3 years ago

justanothertechie commented 3 years ago

image

image

Subdomain enumeration did happen but few commands and nmap did not get executed.

ShivamRai2003 commented 3 years ago

Hi, nmap will not initiate until it will get live subdomains. since httpobe didn't ran on live subdomains. that's why the nmap didn't run. Solution : just install the install.sh script and verify the each tool like knockpy or httprobe or waybackurls can be globally executed means from any directory it should be accessible !.

Always make sure you take snapshots so you can revert easily.

justanothertechie commented 3 years ago

I did install using chmod +x install.sh but I am unable to execute the individual tools

ShivamRai2003 commented 3 years ago

chmod +x install.sh is used to give permission basically to run use ./install.sh. all tools will be executed automatically. you are unable to execute because due to the directory problem.so kindly use fresh kali image or pref to download kali linux 2021.2 live image. and then run the install.sh. cheers !