Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. api.my.geatapim/live/?action=login_user&username=joe@bloggs.com&password=PassWord&session_length=10080
  2.  
  3. <?php
  4.  
  5. $request_string = "api.my.geatapim/live/?action=login_user&username=joe@bloggs.com&password=PassWord&session_length=10080";
  6. echo $request_string = preg_replace("/password=w+/", "password=OBFUSCATED", $request_string);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement