leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.39k stars 820 forks source link

Passive Recon AMASS stuck #169

Closed sematpran closed 3 years ago

sematpran commented 3 years ago

Hi, i've this problem immediately after i run the passive recon. It gets stuck in the AMASS part and nothing happens. I runing this tool in Kali linux 2020.4 x64. Anyone knows how to solve this problem? Thks

Screenshot_4

kpomeroy1979 commented 3 years ago

I think you need to make sure Amass is installed and that the report passive.sh script references it. Also, make sure you have the latest version of Amass installed.

You could comment that part out of the Passive.sh they launched amass to skip over it.

Hope this helps

On Tuesday, February 16, 2021, sematpran notifications@github.com wrote:

Hi, i've this problem immediately after i run the passive recon. It gets stuck in the AMASS part and nothing happens. I runing this tool in Kali linux 2020.4 x64. Anyone knows how to solve this problem? Thks

[image: Screenshot_4] https://user-images.githubusercontent.com/59423760/108119310-5b9ae480-707e-11eb-9c55-6abf2197f213.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/leebaird/discover/issues/169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH5LZHUXRPVDDNOFE4WTGWLS7LKF7ANCNFSM4XXDUPNA .

sematpran commented 3 years ago

I comment that part and it works, skiping ammas. Thanks you very much

L1ghtn1ng commented 3 years ago

Did you run update.sh? As that sets everything up etc?


From: sematpran notifications@github.com Sent: Wednesday, February 17, 2021 1:04:30 AM To: leebaird/discover discover@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [leebaird/discover] Passive Recon AMASS stuck (#169)

I comment that part and it works, skiping ammas. Thanks you very much

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/169#issuecomment-780220965, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QQEMGQHU7FEI7EREJTS7MIZ5ANCNFSM4XXDUPNA.

sematpran commented 3 years ago

Yes i did, it didn't work, I had to comment that part

L1ghtn1ng commented 3 years ago

if you uncomment it and do a git pull then run update.sh that should now work correctly for you

sematpran commented 3 years ago

Yes, later i update the AMASS and work perfectly. Thanks you