sqlmap icon indicating copy to clipboard operation
sqlmap copied to clipboard

Automatic SQL injection and database takeover tool

Results 105 sqlmap issues
Sort by recently updated
recently updated
newest added

This PR adds `contrib/refresh_token_daemon.py`, a cross-platform Python utility designed to automatically refresh authentication tokens for long-running sqlmap runs. It is intended to be used with sqlmap's `--eval` option to inject...

My command looks roughly like this: --null-connection --dbms="mysql" --threads=10 -o -D example -T users -C email,hash --dump --where "email LIKE '%com' AND email >= 'a' AND email < 'b'" I’d...

## Summary Enhanced the SQLMap wizard interface to allow users to select their preferred verbosity level (0-6), providing better control over output detail while maintaining backward compatibility. ## Motivation The...

Hey sqlmap team, First off, thanks for creating and maintaining such an amazing tool. It's an essential part of my toolkit. I'm writing to suggest adding support for the SAP...

feature request

### Description This pull request introduces a new tamper script, `mysqlversioncomment.py`, designed to obfuscate SQL injection payloads targeting MySQL databases. The script wraps a comprehensive list of common SQL keywords,...