You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I had to first grant metagoofil.py execution permissions. (might not be an
issue)
2. Tried to run the metagoofil.py script and then it stated two errors.
Therefore, I had to go into metagoofil.py and add the #!/usr/bin/python line.
The two errors I received before adding the first line are presented below:
a. from: can't read /var/mail/discovery
b. from: can't read /var/mail/extractors
3. After doing the above steps, I then tried to run the script and it gave me
an error "ImportError: No module named myparser". I realized that, while
theHarvester had myparser.py in its directory, metagoofil did not. Instead, it
had a file called parser.py instead.
Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 7:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 20 Feb 2013 at 7:37The text was updated successfully, but these errors were encountered: