File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2428,6 +2428,10 @@ def _basicOptionValidation():
24282428 errMsg = "option '--not-string' is incompatible with switch '--null-connection'"
24292429 raise SqlmapSyntaxException (errMsg )
24302430
2431+ if conf .notString and conf .nullConnection :
2432+ errMsg = "option '--tor' is incompatible with switch '--os-pwn'"
2433+ raise SqlmapSyntaxException (errMsg )
2434+
24312435 if conf .noCast and conf .hexConvert :
24322436 errMsg = "switch '--no-cast' is incompatible with switch '--hex'"
24332437 raise SqlmapSyntaxException (errMsg )
Original file line number Diff line number Diff line change 1919from lib .core .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.1.9.14 "
22+ VERSION = "1.1.9.15 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ a44d7a4cc6c9a67a72d6af2f25f4ddac lib/core/exception.py
4040310efc965c862cfbd7b0da5150a5ad36 lib/core/__init__.py
41419ba39bf66e9ecd469446bdbbeda906c3 lib/core/log.py
42429d7069d81e4a520ed3fbcac584c1e86e lib/core/optiondict.py
43- c5f09788ee8ff9c9d12a052986875bc6 lib/core/option.py
43+ 79700f211e6824f183c2f776134a8b92 lib/core/option.py
44445f2f56e6c5f274408df61943f1e080c0 lib/core/profiling.py
454540be71cd774662a7b420caeb7051e7d5 lib/core/readlineng.py
4646d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
484840c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49- 89f30959f7b60afa43c774ce1e7d0206 lib/core/settings.py
49+ 59bbe7a8c9ae6c58f691375de5064801 lib/core/settings.py
5050d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51512ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5252effc153067a00bd43461bfc1cdec1122 lib/core/target.py
You can’t perform that action at this time.
0 commit comments