Is your feature request related to a problem? Please describe.
Sqlmap should also support reverse shell and bind shell
Describe alternatives you've considered
--reverse-shell and --bind-shell can have a really simple workflow: Automatically add the reverse/bind shell payload (for many languages, separated with &&) to --os-cmd. Then run a TCP server to receive the connection and give the user a command-line interface.
Is your feature request related to a problem? Please describe.
Sqlmap should also support reverse shell and bind shell
Describe alternatives you've considered
--reverse-shelland--bind-shellcan have a really simple workflow: Automatically add the reverse/bind shell payload (for many languages, separated with&&) to--os-cmd. Then run a TCP server to receive the connection and give the user a command-line interface.