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

"[!] Script file 'passive.rc' not found." #110

Closed sonofapharmacist closed 6 years ago

sonofapharmacist commented 6 years ago

it looks like passive.rc is either not being made or the location has been changed, because recon-ng is shooting this error (when running option domain > passive)

Reproduced on two separate, up-to-date devices

ninewires commented 6 years ago

Can you please provide: OS & the path you executed Discover from.

On Oct 23, 2017, at 3:11 PM, sonofapharmacist notifications@github.com wrote:

it looks like passive.rc is either not being made or the location has been changed, because recon-ng is shooting this error (when running option domain > passive)

Reproduced on two separate, up-to-date devices

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

sonofapharmacist commented 6 years ago

Oh yeah good idea: Kali Rolling newest whatever release; executed from /opt/discover/discover.sh

ninewires commented 6 years ago

So recon-ng needs an absolute path for RC files. All passive.rc paths have been edited to absolute as a result. git pull and all should be good.

On Oct 23, 2017, at 8:49 PM, sonofapharmacist notifications@github.com wrote:

Oh yeah good idea: Kali Rolling newest whatever release; executed from /opt/discover/discover.sh

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