sqlmap
sqlmap copied to clipboard
Fixed DEBUG variable effects in the vulnerable server code.
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.