Outils pour utilisateurs

Outils du site


tuto:hacking:tuto_hacking

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tuto:hacking:tuto_hacking [2009/05/09 15:05] roottuto:hacking:tuto_hacking [2012/03/04 16:05] (Version actuelle) root
Ligne 1: Ligne 1:
-http://niklosweb.free.fr/?path=Tutoriaux/Hacking+  * [[tuto:hacking:wifi:WIFI]] 
 +  * [[tuto:hacking:process_faker:Process faker - xhide]] 
 +  * [[tuto:hacking:Monter un serveur FTP standalone]] (à utiliser avec xhide) 
 +  * [[tuto:hacking:Windows - Fake extension]] 
 + 
 +  * http://www.exploit-db.com 
 + 
 +  * [[tuto:hacking:Scanner]]
  
-exemple injection :  
-<code> 
-SELECT * FROM table WHERE 1=1 
-SELECT * FROM table WHERE 'uuu'='uuu' 
-SELECT * FROM table WHERE 1<>2 
-SELECT * FROM table WHERE 3>2 
-SELECT * FROM table WHERE 2<3 
-SELECT * FROM table WHERE 1 
-SELECT * FROM table WHERE 1+1 
-SELECT * FROM table WHERE 1--1 
-SELECT * FROM table WHERE ISNULL(NULL) 
-SELECT * FROM table WHERE ISNULL(COT(0)) 
-SELECT * FROM table WHERE 1 IS NOT NULL 
-SELECT * FROM table WHERE NULL IS NULL 
-SELECT * FROM table WHERE 2 BETWEEN 1 AND 3 
-SELECT * FROM table WHERE 'b' BETWEEN 'a' AND 'c' 
-SELECT * FROM table WHERE 2 IN (0,1,2) 
-SELECT * FROM table WHERE CASE WHEN 1>0 THEN 1 END  
-</code> 
tuto/hacking/tuto_hacking.1241881503.txt.gz · Dernière modification : 2009/05/09 15:05 de root