Advertisement
Guest User

Untitled

a guest
Aug 4th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. www.example.com/login.php
  2.  
  3. if ($conn == true && isset($_GET['user']) && isset($_GET['pass']) && isset($_GET['hwid'])) {
  4. dosmthng();
  5. }else{
  6. echo "pleb";
  7. }
  8.  
  9. www.example.com/login.php?user=test&pass=test ...... and other parameters.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement