gbiagomba / metagoofil

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

import commands not found , can read discovery & extractors #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.dl metagoofil,untar,chmod +x,run the script on xubuntu 12

What is the expected output? What do you see instead?

from: can't read /var/mail/discovery
from: can't read /var/mail/extractors
./metagoofil.py: line 3: import: command not found
./metagoofil.py: line 4: import: command not found
./metagoofil.py: line 5: import: command not found
./metagoofil.py: line 6: import: command not found
./metagoofil.py: line 7: import: command not found
./metagoofil.py: line 8: import: command not found
./metagoofil.py: line 9: import: command not found
./metagoofil.py: line 10: import: command not found
./metagoofil.py: line 12: syntax error near unexpected token `"ignore"'
./metagoofil.py: line 12: `warnings.filterwarnings("ignore") # To prevent 
errors from hachoir deprecated functions, need to fix.'

What version of the product are you using? On what operating system?

xubuntu 12.04 . 3.2.0-36-generic kernel
metagoofil-2.1 from the BH2011_Arsenal.tar

Please provide any additional information below.

Original issue reported on code.google.com by alexkour...@gmail.com on 25 Jan 2013 at 8:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There is no hash bang (#!) to tell it to use python, therefore it is using 
bash.  Try running python metagoofil.py

Original comment by tre...@horde.im on 8 Dec 2014 at 12:34