|| F-13 LiveCD For Virus Analysis & Development ||
1. Download the F13Labs.rar from the link. we would like to suggest you use the downloading software such as Flashget. The rar file ~200M
Local: [Part 1] [Part 2] [Part 3]
Mirror: [Part 1] [Part 2] [Part 3] [Part 4]
2. Extract with winrar program and burn the F13Labs.iso file into the CD
3. Boot the CD with enable the CD booting feature in BIOS
4. This version I just include the software as below:
a. tasm32, masm32, fasm32, nasm32 - the most famous asm compilers
Start --> Run -->type:tasm32 [or nasmw, fasm, ml]
b. fport - map the services with the port number
Start --> Run --> type: fport
c. RadASM - asm editor
Start --> All Programs -->F-13.Editor
d. OllyICE, IDA Pro [version 4.9 Free Edition]
Start --> All Programs --> F-13.Debugger
e. WPE, Sniffer, Tcpview
Start --> All Programs --> F-13.Network
f. APIScan, HexWorkshop, Stud_PE, PEiD full version etc
All Programs --> F-13.System
5. This LiveCD is main for virus development and analysis. I am planning to add all the skeleton, utilities or virus samples in next version. After you boot with this LiveCD, to avoid your
localdisk get infect by the virus you code, please run the following command to unmout your localdisk.
#mountvol [Drive] /D
6. The LiveCD include the antivirus ESET Nod32 and Kaspersky version 6.0, its main for the scanning your new virus just to prove that you success to hide your virus from AV company.
7. If you want to booting the live cd with vmplayer:
a. Download the vmx file [Download] and put in the same directory with F-13Labs.iso
b. Install and boot the LiveCD with vmplayer [Download]
ScreenShot [0] [1][2] [3] [4] [5]
From,
lclee_vx and lychan25