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

Revision 179 Google Scan Problem #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception: 'ascii' codec can't decode byte 0x8e in position 676: ordinal
not in range(128)
Traceback (most recent call last):
  File "fimap.py", line 316, in <module>
    g.startGoogleScan()
  File "/home/debian/fimap-read-only/src/googleScan.py", line 79, in
startGoogleScan
    single.scan()
  File "/home/debian/fimap-read-only/src/singleScan.py", line 48, in scan
    res = t.testTargetVuln()
  File "/home/debian/fimap-read-only/src/targetScanner.py", line 182, in
testTargetVuln
    self.analyzeURL(ret, k, v, self.config["p_post"], False)
  File "/home/debian/fimap-read-only/src/targetScanner.py", line 118, in
analyzeURL
    result.append((rep, self.readFiles(rep)))
  File "/home/debian/fimap-read-only/src/targetScanner.py", line 452, in
readFiles
    if (self.readFile(rep, f, p, POST=post)):
  File "/home/debian/fimap-read-only/src/targetScanner.py", line 610, in
readFile
    if (filepattern == None or code.find(filepattern) != -1):
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8e in position 676:
ordinal not in range(128)

Original issue reported on code.google.com by Cyruz...@googlemail.com on 4 Feb 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Hi Dude,

Thank you very much!
Going to fix it today.

-imax.

Original comment by fimap....@gmail.com on 4 Feb 2010 at 6:50

GoogleCodeExporter commented 9 years ago
Hi!

It should be fixed right now in SVN.
Thanks for taking your time and reporting it!

-imax.

Original comment by fimap....@gmail.com on 6 Feb 2010 at 1:08