sqlmap icon indicating copy to clipboard operation
sqlmap copied to clipboard

Fixed DEBUG variable effects in the vulnerable server code.

Open tanaydin opened this issue 6 months ago • 0 comments

With this change, it's checking for VULN_SERVER_DEBUG environment variable and sets to True if it's in the list of some common True values as strings. If it's set to True, it's printing some information about current process in the vulnerable server.

tanaydin avatar Mar 28 '25 22:03 tanaydin