Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sqlmap post 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 :: Viewing content in files with dashed filenames 
Shell :: uninstall mono ubuntu 
Shell :: git reset remote origin 
Shell :: how to exit git log 
Shell :: git show get commit message 
Shell :: how to revert back to previous commit in git 
Shell :: ubuntu capture screen 
Shell :: open folder in gui from terminal linux 
Shell :: Failed to start firewalld - dynamic firewall daemon. 
Shell :: file explorer shortcut 
Shell :: docker for elixir 
Shell :: bash count character in variable 
Shell :: github how to clone private repo 
Shell :: clean my ubuntu 
Shell :: The terminal process failed to launch: Path to shell executable "/bin/zsh" does not exist. 
Shell :: verify xcode command tools installation 
Shell :: connecting sublime to bash command line 
Shell :: grep multiple 
Shell :: tmu rename tab 
Shell :: copy ssh key directly window 
Shell :: Bash file permission 
Shell :: screen recorder for ubuntu 
Shell :: run specific migration file django 
Shell :: find npm version 
Shell :: install oh my zsh linux 
Shell :: change default kube editor 
Shell :: how to restart raspberrypi via ssh 
Shell :: python install opencv 
Shell :: install alacritty ubuntu 
Shell :: react js router 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =