Jump to content
AnON1m

Cum sa compilezi exploituri in C++/#C + VIDEO

Recommended Posts

VIDEO: http://rapidshare.de/files/30271631/Make_E...uneral.rar.html

Tutorial: Cum sa compilezi un exploit

=====================================

Exploitul este un cod construit in C, C++, Visual Basic etc..

Acest tutorial te va invata cum sa compilezi un exploit folosind programul "cygwin"

In pasii urmatori iti voi arata cum sa compilezi un exploit pe portul 5000, insa poti

proceda la fel pentru alte exploituri.

Site-uri de unde poti descarca exploituri:

- milw0rm.com

- Securityfocus.com

- Securiteam.com

- K-otik.com

- Google.ro (cauta exploitul ca: "exploit pentru portul xxx"

Pasul 1: Descarca exploitul pt portul 5000

Download: http://planet.nana.co.il/progroup/exploits/5000e.zip

Dupa ce l-ai downloadat si dezarhivat exploitul trebuie compilat (transformat in .exe).

Pentru a-l compila avem nevoie de programul "Cygwin" .

Download: http://sources.redhat.com/cygwin/setup.exe

Pasul 2: Deschide setup.exe si instaleaza-l dupa pozele de mai jos:

1.p1_g3.JPG

2.p2_g3.JPG

3.p3_g3.JPG

4.p4_g3.JPG

5.p5_g3.JPG

6.p6_g3.JPG

7.p7_g3.JPG

8.p8_g3.JPG

9.p9_g3.JPG

Pasul 3: Dupa ce ai instalat programul, copiaza exploitul (5000.c ) in C:cygwinbin

apoi apasa Start - Run - cmd si scrii

CD c:cygwinbin

gcc 5000.c -o 5000.exe

exemplu: p10_g3.jpg

pentru a folosi exploitul compilat scrii

CD C:cygwinbin

5000.exe "ip" optiune

exemplu: p11_g3.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...