Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sqlmap POST request injection

#In a GET request:
$ sqlmap -u "http://example.com/?a=1&b=2&c=3" -p "a,b"

#In a POST request:
$ sqlmap -u "http://example.com/" --data "a=1&b=2&c=3" -p "a,b" --method POST
Comment

PREVIOUS NEXT
Code Example
Shell :: dotnet clean nuget cache 
Shell :: bash create folder with spaces 
Shell :: adb get imei number 
Shell :: how to resize the window of a virtualbox machine ubuntu 
Shell :: make root password kali 
Shell :: Command to display a process running in windows powershell 
Shell :: install screenshot linux 
Shell :: powershell connect to serial port 
Shell :: remove git proxy local 
Shell :: Errors during downloading metadata for repository 
Shell :: unzip folder linux 
Shell :: linux verzeichnis löschen 
Shell :: color table in github readme 
Shell :: kubernetes service yaml 
Shell :: git pull from another user 
Shell :: Unit nginx.service is masked 
Shell :: stop tracking files git 
Shell :: set alias in powershell 
Shell :: nvm zsh command not found 
Shell :: restart computer command linux 
Shell :: clean remove npm with cache 
Shell :: install postgres ubuntu 
Shell :: etcher download ubuntu 18.04 
Shell :: nestjs dockerfile 
Shell :: install oh my zsh M1 
Shell :: delay bash 
Shell :: git create branch with specific commit 
Shell :: how to uninstall mahjongg in ubuntu 
Shell :: git flow init 
Shell :: install rbenv 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =