andrewtrench / metagoofil

Automatically exported from code.google.com/p/metagoofil
GNU General Public License v2.0
0 stars 0 forks source link

Few issues #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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