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.41k stars 819 forks source link

1. Domain > 1. Passive exits back to Main Menu #145

Closed sonofapharmacist closed 4 years ago

sonofapharmacist commented 4 years ago

On two different boxes the 1. Domain to 1. Passive selection brings you back to the main menu.

This happens after running the passive once before.

If I rm -rf *.sh from the discover/ and git reset --hard i can run the passive once, then same issue.

leebaird commented 4 years ago

I am not able to recreate this issue. Please do a git pull, this should resolve your issue.

sonofapharmacist commented 4 years ago

still getting same even after rm -rf discover/ totally and git clone discover run update.sh again, same procedure gets me passive exiting back to main menu

leebaird commented 4 years ago

Should now be fixed.

BrianSandro commented 4 years ago

Does anyone else have this problem after a git pull? Im encountering the same issue now too :(

L1ghtn1ng commented 4 years ago

Are you using the most recent checkout of git?


From: BrianSandro notifications@github.com Sent: Thursday, October 31, 2019 10:28:05 AM To: leebaird/discover discover@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [leebaird/discover] 1. Domain > 1. Passive exits back to Main Menu (#145)

Does anyone else have this problem after a git pull? Im encountering the same issue now too :(

— 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/145?email_source=notifications&email_token=AA3V2QX6FBKZBUKYZ2NBMNTQRKXLLA5CNFSM4JEDDEJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECXHQWA#issuecomment-548304984, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QTZARTRM4OUGVATDUTQRKXLLANCNFSM4JEDDEJQ.

BrianSandro commented 4 years ago

Thank you for replying so quick! Yes i have. Running this on a Kali box, ill try my Ubuntu box to be certain.

L1ghtn1ng commented 4 years ago

Will have a look later unless lee beats me to it


From: BrianSandro notifications@github.com Sent: Thursday, October 31, 2019 10:43:31 AM To: leebaird/discover discover@noreply.github.com Cc: J.Townsend townsend891@hotmail.com; Comment comment@noreply.github.com Subject: Re: [leebaird/discover] 1. Domain > 1. Passive exits back to Main Menu (#145)

Thank you for replying so quick! Yes i have. Running this on a Kali box, ill try my Ubuntu box to be certain.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/145?email_source=notifications&email_token=AA3V2QXOWTK5EHSU6X65NRTQRKZFHA5CNFSM4JEDDEJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECXI3YQ#issuecomment-548310498, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QUYBFZNDNWR6GMPF5LQRKZFHANCNFSM4JEDDEJQ.

BrianSandro commented 4 years ago

Appreciating your effort!

Will have a look later unless lee beats me to it ____ From: BrianSandro notifications@github.com Sent: Thursday, October 31, 2019 10:43:31 AM To: leebaird/discover discover@noreply.github.com Cc: J.Townsend townsend891@hotmail.com; Comment comment@noreply.github.com Subject: Re: [leebaird/discover] 1. Domain > 1. Passive exits back to Main Menu (#145) Thank you for replying so quick! Yes i have. Running this on a Kali box, ill try my Ubuntu box to be certain. — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#145?email_source=notifications&email_token=AA3V2QXOWTK5EHSU6X65NRTQRKZFHA5CNFSM4JEDDEJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECXI3YQ#issuecomment-548310498>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3V2QUYBFZNDNWR6GMPF5LQRKZFHANCNFSM4JEDDEJQ.

M-Associates commented 4 years ago

This isn't fixed for me on the latest pull.

M-Associates commented 4 years ago

Ah, I just noticed there is no passive.sh file, no idea how it got deleted. Have added it back in and menu works again

BrianSandro commented 4 years ago

Yesss! Thank you, this did the trick!

Ah, I just noticed there is no passive.sh file, no idea how it got deleted. Have added it back in and menu works again