[sqlmap-users] Exception when fetching banner on PostgreSQL
Brought to you by:
inquisb
From: Sven K. <sv...@c3...> - 2009-07-29 09:43:38
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm getting an exception when running the following command: ./sqlmap.py -u 'http://10.2.0.100/pg.php?user=sven' -b The backend database is PostgreSQL 8.3.7 and I'm running sqlmap from SVN. Here is the backtrace: sqlmap version: 0.7 Python version: 2.5.4 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 84, in main start() File "/home/sven/diplom/sqlmap/lib/controller/controller.py", line 263, in start action() File "/home/sven/diplom/sqlmap/lib/controller/action.py", line 49, in action conf.dbmsHandler = setHandler() File "/home/sven/diplom/sqlmap/lib/controller/handler.py", line 67, in setHandler if dbmsHandler.checkDbms(): File "/home/sven/diplom/sqlmap/plugins/dbms/postgresql.py", line 203, in checkDbms self.getBanner() File "/home/sven/diplom/sqlmap/plugins/generic/enumeration.py", line 130, in getBanner setOs() File "/home/sven/diplom/sqlmap/lib/core/session.py", line 191, in setOs infoMsg += " Service Pack %d" % kb.osSP TypeError: int argument required Cheers, Sven - -- Sven Klemm http://cthulhu.c3d2.de/~sven/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkpwFWoACgkQevlgTHEIT4YQuQCfW6nT0qnvAb1eubNQ8SvXLhlz O/0AnRa5TO9aATy9hnhpt6Y8Lw4T7fDd =ErDL -----END PGP SIGNATURE----- |