anonymousvnorg

6

Mar 10th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [root:~]# !curl:gs/after/again/ #curl -s -i -L -b dvwa.cookie -d "username=user&password=pass&user_token=${CSRF}&Login=Login" 192.168.1.33/DVWA/login.php > /root/again.txt
  2. [root:~]#
  3. [root:~]# diff after.txt again.txt
  4. 2c2
  5. < Date: Thu, 15 Oct 2015 19:58:45 GMT
  6. ---
  7. > Date: Thu, 15 Oct 2015 19:59:59 GMT
  8. 13c13
  9. < Date: Thu, 15 Oct 2015 19:58:46 GMT
  10. ---
  11. > Date: Thu, 15 Oct 2015 19:59:59 GMT
  12. 19c19
  13. < Content-Length: 1607
  14. ---
  15. > Content-Length: 1618
  16. 68c68
  17. < <input type='hidden' name='user_token' value='3eae6f4ceeabfb56e5e390f30bb0195b' />
  18. ---
  19. > <input type='hidden' name='user_token' value='e9ff39f78d2418ce893e93e4066eabc0' />
  20. 74c74
  21. < <div class="message">Login failed</div>
  22. ---
  23. > <div class="message">CSRF token is incorrect</div>
  24. [root:~]#
Add Comment
Please, Sign In to add comment