robotshell / magicRecon

MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats.
GNU General Public License v3.0
838 stars 136 forks source link

using updated kali linux as of today , some error #1

Closed saberzaid closed 3 years ago

saberzaid commented 4 years ago

Average DNS queries performed: 217/sec, Average retries required: 82.03%

OWASP Amass v3.5.4 https://github.com/OWASP/Amass


24 names discovered - dns: 6, cert: 18

ASN: 15802 - DU-AS1 94.205.224.0/19 2 Subdomain Name(s) ASN: 29684 - NOURNET-ASN 46.235.90.0/24 1 Subdomain Name(s) ASN: 8075 - MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation 52.96.0.0/14 3 Subdomain Name(s) 2603:1000::/25 4 Subdomain Name(s) ASN: 46606 - UNIFIEDLAYER-AS-1 198.1.64.0/18 2 Subdomain Name(s) 192.185.0.0/18 2 Subdomain Name(s) 192.163.192.0/18 5 Subdomain Name(s) ASN: 34397 - CYBERIA-RUH Cyberia Riyadh Autonomous System 212.119.64.0/20 10 Subdomain Name(s) ASN: 17974 - TELKOMNET-AS2-AP PT Telekomunikasi Indonesia 36.86.60.0/22 1 Subdomain Name(s) [+] Starting Certsh.py python: can't open file '/root/CertificateTransparencyLogs/certsh.py': [Errno 2] No such file or directory
[+] Starting Github-subdomains.py
python3: can't open file '/root/github-search/github-subdomains.py': [Errno 2] No such file or directory
[+] Starting Gobuster DNS
Error: error on parsing arguments: wordlist file "/root/SecLists/Discovery/DNS/namelist.txt" does not exist: stat /root/SecLists/Discovery/DNS/namelist.txt: no such file or directory
sed: can't read gobusterDomains.txt: No such file or directory
rm: cannot remove 'gobusterDomains.txt': No such file or directory
[+] Starting Assetfinder
./magicRecon.sh: line 52: /root/go/bin/assetfinder: No such file or directory
[+] Starting Subjack for search subdomains takevoer
./magicRecon.sh: line 56: subjack: command not found

[+] Checking for alive domains..
./magicRecon.sh: line 65: /root/go/bin/httprobe: No such file or directory

[+] Starting Corsy to find CORS missconfigurations
python3: can't open file '/root/Corsy/corsy.py': [Errno 2] No such file or directory

[+] Starting Aquatone to take screenshots
mkdir: cannot create directory ‘screenshots’: File exists
./magicRecon.sh: line 82: aquatone: command not found

[+] STEP 2: Storing subdomain headers and response bodies
mkdir: cannot create directory ‘headers’: File exists

[+] STEP 3: Collecting JavaScript files and Hidden Endpoints
mkdir: cannot create directory ‘scripts’: File exists
mkdir: cannot create directory ‘scriptsresponse’: File exists
mkdir: cannot create directory ‘responsebody’: File exists
mkdir: cannot create directory ‘endpoints’: File exists
[+] Starting Jsearch.py
hsagroup
mkdir: cannot create directory ‘javascript’: File exists

[+] STEP 4: Starting Gobuster to find directories and hidden files
mkdir: cannot create directory ‘directories’: File exists

[+]STEP 5: Starting Nmap Scan for alive domains
mkdir: cannot create directory ‘nmapscans’: File exists
Starting Nmap 7.80 ( https://nmap.org ) at 2020-04-11 11:14 EDT
NSE: Loaded 151 scripts for scanning.
NSE: Script Pre-scanning.
Initiating NSE at 11:14
Completed NSE at 11:14, 0.00s elapsed
Initiating NSE at 11:14
Completed NSE at 11:14, 0.00s elapsed
Initiating NSE at 11:14
Completed NSE at 11:14, 0.00s elapsed
Initiating Ping Scan at 11:14
Scanning autodiscover.ksa.hsagroup.com (212.119.79.145) [4 ports]
Completed Ping Scan at 11:14, 0.18s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 11:14
Completed Parallel DNS resolution of 1 host. at 11:14, 13.00s elapsed
Initiating SYN Stealth Scan at 11:14
Scanning autodiscover.ksa.hsagroup.com (212.119.79.145) [1000 ports]
Discovered open port 587/tcp on 212.119.79.145
Discovered open port 80/tcp on 212.119.79.145
Discovered open port 53/tcp on 212.119.79.145
Completed SYN Stealth Scan at 11:14, 11.80s elapsed (1000 total ports)
Initiating Service scan at 11:14

robotshell commented 4 years ago

You need to install all the tools in your home folder. If any tool fails, find the path of the tool's executable on your system and modify the path in the script

saberzaid commented 4 years ago

I understand

But it will be better if you create a bash script to install the tools etc

Sent from my iPhone

On Apr 11, 2020, at 11:21 PM, Robotshell notifications@github.com wrote:

 You need to install all the tools in your home folder. If any tool fails, find the path of the tool's executable on your system and modify the path in the script

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

robotshell commented 4 years ago

Of course, in the next version I will implement it

saberzaid commented 4 years ago

Thank you

Please make sure if you dont mind its work without problem in PATH etc for the new version of kali linux as after 2020.1 version there is changed

Thanks for the support

Sent from my iPhone

On Apr 11, 2020, at 11:39 PM, Robotshell notifications@github.com wrote:

 Of course, in the next version I will implement it

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.