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.44k stars 825 forks source link

goofile issue #105

Closed FoxSca closed 7 years ago

FoxSca commented 7 years ago

Hello to everyone and thank you in advance Using kali 2017 how can i fix this issue?

goofile (5/32) ./discover.sh: line 297: goofile: command not found ./discover.sh: line 298: goofile: command not found ./discover.sh: line 299: goofile: command not found ./discover.sh: line 300: goofile: command not found ./discover.sh: line 301: goofile: command not found ./discover.sh: line 302: goofile: command not found ./discover.sh: line 303: goofile: command not found ./discover.sh: line 304: goofile: command not found

L1ghtn1ng commented 7 years ago

Hi, you need to run the update.sh which will install the dependencies for discover also can you run lsb_release -a and show me the output of that as well. Then please report back.


From: BlAd373 notifications@github.com Sent: Wednesday, July 19, 2017 4:13:20 PM To: leebaird/discover Cc: Subscribed Subject: [leebaird/discover] goofile issue (#105)

Hello to everyone and thank you in advance Using kali 2017 how can i fix this issue?

goofile (5/32) ./discover.sh: line 297: goofile: command not found ./discover.sh: line 298: goofile: command not found ./discover.sh: line 299: goofile: command not found ./discover.sh: line 300: goofile: command not found ./discover.sh: line 301: goofile: command not found ./discover.sh: line 302: goofile: command not found ./discover.sh: line 303: goofile: command not found ./discover.sh: line 304: goofile: command not found

— 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/105, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADddQl_LaPIgN-MM99QNnmTNQADaeghAks5sPhyZgaJpZM4Oc4Hg.

FoxSca commented 7 years ago

Updating Discover. fatal: Not a git repository (or any of the parent directories): .git

No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: kali-rolling Codename: kali-rolling

L1ghtn1ng commented 7 years ago

If you read the readme file it will give you the instructions of how to clone the repo and then run the update.sh


From: BlAd373 notifications@github.com Sent: Wednesday, July 19, 2017 6:41:54 PM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] goofile issue (#105)

Updating Discover. fatal: Not a git repository (or any of the parent directories): .git

No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: kali-rolling Codename: kali-rolling

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/105#issuecomment-316462829, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADddQjsBYDG_nvDpSGLyPwxWPJCy1NzUks5sPj_igaJpZM4Oc4Hg.

FoxSca commented 7 years ago

Done as from file Readme but it does not work just goofile

L1ghtn1ng commented 7 years ago

Then run apt install goofile in a terminal and then try again.


From: BlAd373 notifications@github.com Sent: Wednesday, July 19, 2017 7:12:02 PM To: leebaird/discover Cc: J.Townsend; Comment Subject: Re: [leebaird/discover] goofile issue (#105)

Done as from file Readme but it does not work just goofile

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/leebaird/discover/issues/105#issuecomment-316471251, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADddQl-0UDDk05Ja14Q1R8nEACec7EeBks5sPkbxgaJpZM4Oc4Hg.

FoxSca commented 7 years ago

Perfect now works was the lack of goofile installation Sorry the disturbance

leebaird commented 7 years ago

I recently removed goofile from the update script, because I received an email from the Kali dev on a 2 year old ticket requesting that goofile be added. I thought they had pushed this. If not, then we will need to add that back into the update script. I'm also in the process of modifying a new version of the apt, which is located in discover/mods/goofile. This will become the script we will be using.