mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Finalizing #3545
This commit is contained in:
parent
5ced273b8a
commit
2d129f3e58
6 changed files with 50 additions and 16 deletions
|
|
@ -140,6 +140,9 @@ class Miscellaneous:
|
|||
if not isStackingAvailable() and not conf.direct:
|
||||
return
|
||||
|
||||
if any((conf.osCmd, conf.osShell)) and Backend.isDbms(DBMS.PGSQL) and kb.copyExecTest:
|
||||
return
|
||||
|
||||
if Backend.isOs(OS.WINDOWS):
|
||||
libtype = "dynamic-link library"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue