Advertisement
Kyfx

Faster way to find xss vuln points for n00bs

Jul 25th, 2015
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. My suggestion is first of all you guys should know in whole website our task is to find those places where we can test XSS. Like "Search","Guestbook","Comment-Box" etc etc etc .
  2. Now i am giving you dorks to find xss vul sites :-
  3. 1. For Persistent XSS :-
  4. allinurl:"guestbook.php"
  5. allinurl:"g_book.php"
  6. allinurl:"sign_book.php"
  7. 2. For Non Persistent XSS :-
  8. inurl:search.php?query=
  9. inurl:".php?cmd="
  10. inurl:".php?z="
  11. inurl:".php?q="
  12. inurl:".php?search="
  13. inurl:".php?query="
  14. inurl:".php?searchstring="
  15. inurl:".php?keyword="
  16. inurl:".php?file="
  17. inurl:".php?years="
  18. inurl:".php?txt="
  19. inurl:".php?tag="
  20. inurl:".php?max="
  21. inurl:".php?from="
  22. inurl:".php?author="
  23. inurl:".php?pass="
  24. inurl:".php?feedback="
  25. inurl:".php?mail="
  26. inurl:".php?cat="
  27. inurl:".php?vote="
  28. inurl:search.php?q=
  29. inurl:com_feedpostold/feedpost.php?url=
  30. inurl:scrapbook.php?id=
  31. inurl:headersearch.php?sid=
  32. inurl:/poll/default.asp?catid=
  33. inurl:/search_results.php?search=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement