kurobeats / fimap

fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps.
GNU General Public License v2.0
521 stars 99 forks source link

error bing scan and httplib2 #83

Closed amudy17 closed 8 years ago

amudy17 commented 8 years ago

ubuntu@ip-172-31-53-178:~/fimap-master/src$ ./fimap.py -h Traceback (most recent call last): File "./fimap.py", line 29, in from bingScan import bingScan File "/home/ubuntu/fimap-master/src/bingScan.py", line 23, in from pybing import Bing File "/home/ubuntu/fimap-master/src/pybing/init.py", line 9, in from bing import Bing File "/home/ubuntu/fimap-master/src/pybing/bing.py", line 14, in import urllib, httplib2 ImportError: No module named httplib2

mapulse commented 8 years ago

ImportError: No module named httplib2 install this python module and run again.