1l3l3l7 / fimap

Automatically exported from code.google.com/p/fimap
0 stars 0 forks source link

Bug after fimap updated #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of fimap you are using? (You can see that in the very first line)
fimap v.09_svn (For the Swarm)

On what operating system?
Fedora release 8 (Werewolf)

Please provide any additional information below.
./fimap.py -g -q 'inurl:lista.php"'
Traceback (most recent call last):
  File "./fimap.py", line 29, in <module>
    from bingScan import bingScan
  File "/home/carlitos/fimap/src/bingScan.py", line 23, in <module>
    from pybing import Bing
ImportError: No module named pybing

Original issue reported on code.google.com by cmendoza...@gmail.com on 17 Nov 2011 at 8:45

GoogleCodeExporter commented 9 years ago
Jeez what a shame.

I actually forgot to push the bing module....
Will push it this today or tomorrow.

Thanks for this report,
-imax.

Original comment by fimap....@gmail.com on 18 Nov 2011 at 9:56

GoogleCodeExporter commented 9 years ago
Hi man!

I just pushed the missing files.
Thanks for reporting this bug dude.

-imax.

Original comment by fimap....@gmail.com on 21 Nov 2011 at 4:42

GoogleCodeExporter commented 9 years ago
[carlitos@equi ~]# svn checkout http://fimap.googlecode.com/svn/trunk/ fimap
U    fimap/src/autoawesome.py
U    fimap/src/baseTools.py
U    fimap/src/fimap.py
A    fimap/src/ssh.py
U    fimap/src/crawler.py
U    fimap/src/baseClass.py
U    fimap/src/targetScanner.py
A    fimap/src/pybing
A    fimap/src/pybing/resultset.py
A    fimap/src/pybing/constants.py
A    fimap/src/pybing/query
A    fimap/src/pybing/query/pagable.py
A    fimap/src/pybing/query/web.py
A    fimap/src/pybing/query/__init__.py
A    fimap/src/pybing/query/mixin.py
A    fimap/src/pybing/query/query.py
A    fimap/src/pybing/result.py
A    fimap/src/pybing/__init__.py
A    fimap/src/pybing/bing.py
G    fimap/src/config.py
U    fimap/src/codeinjector.py
U    fimap/src/massScan.py
U    fimap/src/report.py
U    fimap/src/config/generic.xml
U    fimap/src/plugininterface.py
U    fimap/src/googleScan.py
U    fimap/src/language.py
U    fimap/src/bingScan.py
U    fimap/src/singleScan.py
Checked out revision 310.
[carlitos@equi ~]# cd fimap/src
[carlitos@equi src]# chmod +x fimap.py
[carlitos@equi src]# ./fimap.py --update-def
Traceback (most recent call last):
  File "./fimap.py", line 29, in <module>
    from bingScan import bingScan
  File "/home/carlitos/fimap/src/bingScan.py", line 23, in <module>
    from pybing import Bing
  File "/home/carlitos/fimap/src/pybing/__init__.py", line 9, in <module>
    from bing import Bing
  File "/home/carlitos/fimap/src/pybing/bing.py", line 14, in <module>
    import urllib, httplib2
ImportError: No module named httplib2
[carlitos@equi src]#

Original comment by cmendoza...@gmail.com on 14 Dec 2011 at 6:15

GoogleCodeExporter commented 9 years ago
Hi!

Can you give me your python version?
python -V will print it out for you.

Thanks!

Original comment by fimap....@gmail.com on 16 Dec 2011 at 1:53

GoogleCodeExporter commented 9 years ago
[carlitos@equi ~]# python -V
Python 2.6.6
[carlitos@equi ~]#

Original comment by cmendoza...@gmail.com on 23 Dec 2011 at 3:29