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

'ascii' codec error #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On which URL this error occures? (Important!)
http://apps.facebook.com/

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

On what operating system?
Windows 7 64x
Python 2.7

Please provide any additional information below.
full command entered to reproduce the error: fimap.py -u 
"http://apps.facebook.com/" -H -d 3 -4 --dot-trunc-min 100 --user-agent
 "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021007 a pentester looking for a bounty"

Original issue reported on code.google.com by flyingpo...@yahoo.com on 9 Feb 2013 at 8:27

GoogleCodeExporter commented 9 years ago
errors occured: [20:21:42] [WARN] 'ascii' codec can't encode character 
u'\u20ac' in position 88: ordinal not in range(128)

and 

[20:23:24] [WARN] <urlopen error [Errno 11004] getaddrinfo failed>

Original comment by flyingpo...@yahoo.com on 9 Feb 2013 at 8:28