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 alton...@gmail.com on 20 Feb 2013 at 7:37
Original issue reported on code.google.com by
alton...@gmail.com
on 20 Feb 2013 at 7:37