From db91137eda165984be9c1236181181c92062f4fd Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 11 Jan 2013 14:09:30 +0100 Subject: [PATCH] Fix for an Issue #333 --- _sqlmap.py | 0 extra/beep/__init__.py | 0 extra/cloak/__init__.py | 0 extra/cloak/cloak.py | 0 extra/dbgtool/dbgtool.py | 0 extra/icmpsh/icmpsh_m.py | 0 extra/safe2bin/README.txt | 0 extra/safe2bin/safe2bin.py | 0 extra/shutils/pyflakes.sh | 0 extra/sqlharvest/__init__.py | 0 procs/README.txt | 0 sqlmap.py | 0 sqlmapapi.py | 0 thirdparty/chardet/__init__.py | 0 thirdparty/chardet/big5freq.py | 0 thirdparty/chardet/big5prober.py | 0 thirdparty/chardet/chardistribution.py | 0 thirdparty/chardet/charsetgroupprober.py | 0 thirdparty/chardet/charsetprober.py | 0 thirdparty/chardet/codingstatemachine.py | 0 thirdparty/chardet/constants.py | 0 thirdparty/chardet/escprober.py | 0 thirdparty/chardet/escsm.py | 0 thirdparty/chardet/eucjpprober.py | 0 thirdparty/chardet/euckrfreq.py | 0 thirdparty/chardet/euckrprober.py | 0 thirdparty/chardet/euctwfreq.py | 0 thirdparty/chardet/euctwprober.py | 0 thirdparty/chardet/gb2312freq.py | 0 thirdparty/chardet/gb2312prober.py | 0 thirdparty/chardet/hebrewprober.py | 0 thirdparty/chardet/jisfreq.py | 0 thirdparty/chardet/jpcntx.py | 0 thirdparty/chardet/langbulgarianmodel.py | 0 thirdparty/chardet/langcyrillicmodel.py | 0 thirdparty/chardet/langgreekmodel.py | 0 thirdparty/chardet/langhebrewmodel.py | 0 thirdparty/chardet/langhungarianmodel.py | 0 thirdparty/chardet/langthaimodel.py | 0 thirdparty/chardet/latin1prober.py | 0 thirdparty/chardet/mbcharsetprober.py | 0 thirdparty/chardet/mbcsgroupprober.py | 0 thirdparty/chardet/mbcssm.py | 0 thirdparty/chardet/sbcharsetprober.py | 0 thirdparty/chardet/sbcsgroupprober.py | 0 thirdparty/chardet/sjisprober.py | 0 thirdparty/chardet/test.py | 0 thirdparty/chardet/universaldetector.py | 0 thirdparty/chardet/utf8prober.py | 0 thirdparty/gprof2dot/__init__.py | 0 thirdparty/gprof2dot/gprof2dot.py | 0 thirdparty/keepalive/__init__.py | 0 thirdparty/prettyprint/__init__.py | 0 thirdparty/xdot/__init__.py | 0 54 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 _sqlmap.py mode change 100755 => 100644 extra/beep/__init__.py mode change 100755 => 100644 extra/cloak/__init__.py mode change 100755 => 100644 extra/cloak/cloak.py mode change 100755 => 100644 extra/dbgtool/dbgtool.py mode change 100755 => 100644 extra/icmpsh/icmpsh_m.py mode change 100755 => 100644 extra/safe2bin/README.txt mode change 100755 => 100644 extra/safe2bin/safe2bin.py mode change 100755 => 100644 extra/shutils/pyflakes.sh mode change 100755 => 100644 extra/sqlharvest/__init__.py mode change 100755 => 100644 procs/README.txt mode change 100755 => 100644 sqlmap.py mode change 100755 => 100644 sqlmapapi.py mode change 100755 => 100644 thirdparty/chardet/__init__.py mode change 100755 => 100644 thirdparty/chardet/big5freq.py mode change 100755 => 100644 thirdparty/chardet/big5prober.py mode change 100755 => 100644 thirdparty/chardet/chardistribution.py mode change 100755 => 100644 thirdparty/chardet/charsetgroupprober.py mode change 100755 => 100644 thirdparty/chardet/charsetprober.py mode change 100755 => 100644 thirdparty/chardet/codingstatemachine.py mode change 100755 => 100644 thirdparty/chardet/constants.py mode change 100755 => 100644 thirdparty/chardet/escprober.py mode change 100755 => 100644 thirdparty/chardet/escsm.py mode change 100755 => 100644 thirdparty/chardet/eucjpprober.py mode change 100755 => 100644 thirdparty/chardet/euckrfreq.py mode change 100755 => 100644 thirdparty/chardet/euckrprober.py mode change 100755 => 100644 thirdparty/chardet/euctwfreq.py mode change 100755 => 100644 thirdparty/chardet/euctwprober.py mode change 100755 => 100644 thirdparty/chardet/gb2312freq.py mode change 100755 => 100644 thirdparty/chardet/gb2312prober.py mode change 100755 => 100644 thirdparty/chardet/hebrewprober.py mode change 100755 => 100644 thirdparty/chardet/jisfreq.py mode change 100755 => 100644 thirdparty/chardet/jpcntx.py mode change 100755 => 100644 thirdparty/chardet/langbulgarianmodel.py mode change 100755 => 100644 thirdparty/chardet/langcyrillicmodel.py mode change 100755 => 100644 thirdparty/chardet/langgreekmodel.py mode change 100755 => 100644 thirdparty/chardet/langhebrewmodel.py mode change 100755 => 100644 thirdparty/chardet/langhungarianmodel.py mode change 100755 => 100644 thirdparty/chardet/langthaimodel.py mode change 100755 => 100644 thirdparty/chardet/latin1prober.py mode change 100755 => 100644 thirdparty/chardet/mbcharsetprober.py mode change 100755 => 100644 thirdparty/chardet/mbcsgroupprober.py mode change 100755 => 100644 thirdparty/chardet/mbcssm.py mode change 100755 => 100644 thirdparty/chardet/sbcharsetprober.py mode change 100755 => 100644 thirdparty/chardet/sbcsgroupprober.py mode change 100755 => 100644 thirdparty/chardet/sjisprober.py mode change 100755 => 100644 thirdparty/chardet/test.py mode change 100755 => 100644 thirdparty/chardet/universaldetector.py mode change 100755 => 100644 thirdparty/chardet/utf8prober.py mode change 100755 => 100644 thirdparty/gprof2dot/__init__.py mode change 100755 => 100644 thirdparty/gprof2dot/gprof2dot.py mode change 100755 => 100644 thirdparty/keepalive/__init__.py mode change 100755 => 100644 thirdparty/prettyprint/__init__.py mode change 100755 => 100644 thirdparty/xdot/__init__.py diff --git a/_sqlmap.py b/_sqlmap.py old mode 100755 new mode 100644 diff --git a/extra/beep/__init__.py b/extra/beep/__init__.py old mode 100755 new mode 100644 diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py old mode 100755 new mode 100644 diff --git a/extra/cloak/cloak.py b/extra/cloak/cloak.py old mode 100755 new mode 100644 diff --git a/extra/dbgtool/dbgtool.py b/extra/dbgtool/dbgtool.py old mode 100755 new mode 100644 diff --git a/extra/icmpsh/icmpsh_m.py b/extra/icmpsh/icmpsh_m.py old mode 100755 new mode 100644 diff --git a/extra/safe2bin/README.txt b/extra/safe2bin/README.txt old mode 100755 new mode 100644 diff --git a/extra/safe2bin/safe2bin.py b/extra/safe2bin/safe2bin.py old mode 100755 new mode 100644 diff --git a/extra/shutils/pyflakes.sh b/extra/shutils/pyflakes.sh old mode 100755 new mode 100644 diff --git a/extra/sqlharvest/__init__.py b/extra/sqlharvest/__init__.py old mode 100755 new mode 100644 diff --git a/procs/README.txt b/procs/README.txt old mode 100755 new mode 100644 diff --git a/sqlmap.py b/sqlmap.py old mode 100755 new mode 100644 diff --git a/sqlmapapi.py b/sqlmapapi.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/__init__.py b/thirdparty/chardet/__init__.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/big5freq.py b/thirdparty/chardet/big5freq.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/big5prober.py b/thirdparty/chardet/big5prober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/chardistribution.py b/thirdparty/chardet/chardistribution.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/charsetgroupprober.py b/thirdparty/chardet/charsetgroupprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/charsetprober.py b/thirdparty/chardet/charsetprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/codingstatemachine.py b/thirdparty/chardet/codingstatemachine.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/constants.py b/thirdparty/chardet/constants.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/escprober.py b/thirdparty/chardet/escprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/escsm.py b/thirdparty/chardet/escsm.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/eucjpprober.py b/thirdparty/chardet/eucjpprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/euckrfreq.py b/thirdparty/chardet/euckrfreq.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/euckrprober.py b/thirdparty/chardet/euckrprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/euctwfreq.py b/thirdparty/chardet/euctwfreq.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/euctwprober.py b/thirdparty/chardet/euctwprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/gb2312freq.py b/thirdparty/chardet/gb2312freq.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/gb2312prober.py b/thirdparty/chardet/gb2312prober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/hebrewprober.py b/thirdparty/chardet/hebrewprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/jisfreq.py b/thirdparty/chardet/jisfreq.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/jpcntx.py b/thirdparty/chardet/jpcntx.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/langbulgarianmodel.py b/thirdparty/chardet/langbulgarianmodel.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/langcyrillicmodel.py b/thirdparty/chardet/langcyrillicmodel.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/langgreekmodel.py b/thirdparty/chardet/langgreekmodel.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/langhebrewmodel.py b/thirdparty/chardet/langhebrewmodel.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/langhungarianmodel.py b/thirdparty/chardet/langhungarianmodel.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/langthaimodel.py b/thirdparty/chardet/langthaimodel.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/latin1prober.py b/thirdparty/chardet/latin1prober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/mbcharsetprober.py b/thirdparty/chardet/mbcharsetprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/mbcsgroupprober.py b/thirdparty/chardet/mbcsgroupprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/mbcssm.py b/thirdparty/chardet/mbcssm.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/sbcharsetprober.py b/thirdparty/chardet/sbcharsetprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/sbcsgroupprober.py b/thirdparty/chardet/sbcsgroupprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/sjisprober.py b/thirdparty/chardet/sjisprober.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/test.py b/thirdparty/chardet/test.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/universaldetector.py b/thirdparty/chardet/universaldetector.py old mode 100755 new mode 100644 diff --git a/thirdparty/chardet/utf8prober.py b/thirdparty/chardet/utf8prober.py old mode 100755 new mode 100644 diff --git a/thirdparty/gprof2dot/__init__.py b/thirdparty/gprof2dot/__init__.py old mode 100755 new mode 100644 diff --git a/thirdparty/gprof2dot/gprof2dot.py b/thirdparty/gprof2dot/gprof2dot.py old mode 100755 new mode 100644 diff --git a/thirdparty/keepalive/__init__.py b/thirdparty/keepalive/__init__.py old mode 100755 new mode 100644 diff --git a/thirdparty/prettyprint/__init__.py b/thirdparty/prettyprint/__init__.py old mode 100755 new mode 100644 diff --git a/thirdparty/xdot/__init__.py b/thirdparty/xdot/__init__.py old mode 100755 new mode 100644