Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24eaf55

Browse files
committed
Removing bad decision for -d (user should be able to choose)
1 parent 6be10b3 commit 24eaf55

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

lib/controller/handler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ def setHandler():
8686
conf.dbmsConnector = Connector()
8787

8888
if conf.direct:
89-
logger.debug("forcing timeout to 10 seconds")
90-
conf.timeout = 10
91-
9289
dialect = DBMS_DICT[dbms][3]
9390

9491
if dialect:

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.10.40"
22+
VERSION = "1.0.10.41"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e extra/sqlharvest/__init__.py
2222
2daa39e4d59526acb4772b6c47eb315f lib/controller/action.py
2323
33299308c821d04c2caf35d4c7a415ff lib/controller/checks.py
2424
5df6cb90ffec56876e444aec8cf89c34 lib/controller/controller.py
25-
0a64305c3b3a01a2fc3a5e6204f442f1 lib/controller/handler.py
25+
ec007a1424da78cfdae90da6ae49ed9b lib/controller/handler.py
2626
cc9c82cfffd8ee9b25ba3af6284f057e lib/controller/__init__.py
2727
04f16204c899438dc7599a9a8426bfee lib/core/agent.py
2828
eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
4545
5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
4646
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
4747
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48-
8f6f41e25f0c09e24a966cfb526ab9ff lib/core/settings.py
48+
3f7524efc2c224678608ae14f372b009 lib/core/settings.py
4949
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
5050
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
5151
c3ace7874a536d801f308cf1fd03df99 lib/core/target.py

0 commit comments

Comments
 (0)