[sqlmap-users] feature request: source ip

2011-06-20 Thread Kirill Morozov
Hi, it would be very useful if i could specify another source ip address from interface for sqlmap http requests. -- Kirill Morozov KIMO2-RIPE, RHCE -- EditLive Enterprise is the world's most technically adv

[sqlmap-users] output formatting

2011-06-11 Thread Kirill Morozov
Hello, this is not an error, just look :) Last time when i used "--os-cmd whoami" with mssql, i got: [11:00:08] [INFO] retrieved: nt authority\\network service\n command standard output: --- nt authority etwork service --- first char was interpreted as new line :) -- Kirill Mor

[sqlmap-users] error

2011-06-06 Thread Kirill Morozov
comparison seqMatcher.a = seqMatcher.a.encode(kb.pageEncoding or DEFAULT_PAGE_ENCODING) UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2019' in position 28004: ordinal not in range(256) -- Kirill Morozov KIMO2-RIPE, RHCE --

[sqlmap-users] insert via injection

2011-05-01 Thread Kirill Morozov
gt; 41083 GATEWAY_INTERFACE => CGI/1.1 SERVER_PROTOCOL => HTTP/1.1 REQUEST_METHOD => GET QUERY_STRING => id=1 REQUEST_URI => /sql/user.php?id=1 SCRIPT_NAME => /sql/user.php PHP_SELF => /sql/user.php REQUEST_TIME => 1303844873 ok -- Kirill Morozov KIMO2-RIPE, RHCE

[sqlmap-users] bug --file-read

2011-04-21 Thread Kirill Morozov
root/sqlmap-dev/plugins/generic/filesystem.py", line 297, in readFile newFileContent += chunk TypeError: cannot concatenate 'str' and 'NoneType' objects [*] shutting down at: 17:20:09 -- Kirill Morozov KIMO2-RIPE, RHCE --

[sqlmap-users] bug report

2011-04-01 Thread Kirill Morozov
/root/sqlmap-dev/plugins/generic/enumeration.py", line 145, in isDba query = queries[Backend.getIdentifiedDbms()].is_dba.query % kb.data.currentUser.split("@")[0] AttributeError: 'NoneType' object has no attribute 'split' -- Kirill Morozov KIMO2-RIPE, RHCE

[sqlmap-users] table enumeration bug

2011-03-25 Thread Kirill Morozov
ction conf.dumper.dbTables(conf.dbmsHandler.getTables()) File "/root/sqlmap-dev/plugins/generic/enumeration.py", line 827, in getTables for db, table in value: ValueError: too many values to unpack Do you need some additional inf

[sqlmap-users] feature request: DES hash suport

2011-03-24 Thread Kirill Morozov
Hi, Miroslav, please add standart DES hash(13 chars, 2 bytes salt) support to sqlmap. Thanks. -- Kirill Morozov KIMO2-RIPE, RHCE -- Enable your software for Intel(R) Active Management Technology to meet the growing

[sqlmap-users] unknown charset

2011-03-24 Thread Kirill Morozov
t by e-mail to sqlmap-users@lists.sourceforge.net. (repeated many times, i think for each http query) -- Kirill Morozov KIMO2-RIPE, RHCE -- Enable your software for Intel(R) Active Management Technology to meet the grow

[sqlmap-users] problem while hashing

2011-03-24 Thread Kirill Morozov
) == hash_.lower(): AttributeError: 'NoneType' object has no attribute 'lower' I saw this error 5-7 times. I think there hash_ is None. -- Kirill Morozov KIMO2-RIPE, RHCE -- Enable your software for In

[sqlmap-users] feature request: disable pagerank check via config

2011-03-23 Thread Kirill Morozov
By default pagerank check is always enabled, but google can ban your IP if you make too much requests. I don't need PR check at all. Attached patch helps you to disable PR check via config. I hope this will be in trunk. Thanks. -- Kirill Morozov KIMO2-RIPE, RHCE --- sqlmap-dev/lib/contr