Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sqlmap get 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 :: multiple git stashes 
Shell :: check mint version 
Shell :: how to install steam on fedora 
Shell :: apt remove 
Shell :: npx pod update 
Shell :: launch ubuntu screenshot utility from terminal 
Shell :: ubuntu screenshot tool 
Shell :: Error: The following directories are not writable by your user: /usr/local/lib/pkgconfig 
Shell :: how to install anydesk on manjaro 
Shell :: aws eks update-kubeconfig 
Shell :: ubuntu find file with text 
Shell :: wslconfig 
Shell :: scp connection refused 
Shell :: install plasma on ubuntu 
Shell :: ls all subdirectories 
Shell :: apache2 default config file 
Shell :: tbomb github 
Shell :: remove ds_store git 
Shell :: linux document root 
Shell :: best audio visualiser for linux 
Shell :: make executable bash script 
Shell :: how to download terminator in ubuntu 
Shell :: kill wine process 
Shell :: bash get name of current script 
Shell :: install oh my zsh ubuntu 
Shell :: how to upgrade react in cra 
Shell :: gcloud switch projects 
Shell :: how to list banned IP ubuntu 
Shell :: docker command not available in ubuntu wsl 
Shell :: installing react router dom with yarn 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =