WINJECT 0.96b

Un article de Backtrack-fr.

Sommaire

[modifier] Introduction

wINJECT est un forgeur de packets initialement conçu pour les systèmes d'exploitation Microsoft Windows.

[modifier] Installation

Préparation du répertoire:

bt ~ # cd /pentest/windows-binaries/tools
bt tools # mkdir w096b
bt tools # cd w096b

Téléchargement:

 bt w096b # wget http://home19.inet.tele.dk/moofz/files/w096b.zip
 --00:25:20--  http://home19.inet.tele.dk/moofz/files/w096b.zip
           => `w096b.zip'
 Resolving home19.inet.tele.dk... 195.41.53.185
 Connecting to home19.inet.tele.dk|195.41.53.185|:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 74,113 (72K) [application/zip]
 
 100%[====================================>] 74,113        20.83K/s    ETA 00:00
 
 00:25:24 (20.82 KB/s) - `w096b.zip' saved [74113/74113]

Décompression:

bt w096b # unzip -u w096b.zip  
bt w096b # rm w096b.zip

[modifier] WinSock Extension Example sources

Préparation du répertoire:

bt w096b # mkdir wsee
bt w096b # cd wsee

Téléchargement:

bt wsee # wget http://home19.inet.tele.dk/moofz/files/wsee01.zip
bt wsee # wget http://home19.inet.tele.dk/moofz/files/wsee02.zip

Décompression:

 bt wsee # unzip -l -z -u wsee01.zip wsee02.zip
 bt wsee # rm wsee01.zip wsee02.zip

Aperçus global:

 bt wsee # cd ../
 bt w096b # ls
 DUMMY.PKT  THANKS2.TXT  WINJECT.TXT  WSOCKEXT/
 PACKETS/   WINJECT.EXE  WINJECT.VXD  wsee/

[modifier] Emulation

Nous utiliseront Wine pour lancer wINJECT:

 bt w096b # wine WINJECT.EXE

[modifier] Référence