Search



Categories

News

Videos

Underground

Vblogs

Hacking Challenges



Affiliates

Security Distro
LCN Crew

Episode 13 - Website Hacking - XSS

November 16th, 2007 by Patchy
In this episode of Full Disclosure we are explaining the website attack known as Cross-Site Scripting (XSS). Cross-Site Scripting is a type of security vulnerability that affects web applications that do not sanitize user input properly. This kind of vulnerability allows an “attacker” to inject HTML or client side script like JavaScript into the website. Cross-Site Scripting is most commonly used to steal cookies. Cookies are used for authenticating, tracking, and maintaining specific information about users; therefore, by stealing a user’s cookies an attacker could bypass the website’s access control. There are three types of XSS attacks: Persistent, Non-Persistent, and DOM-Based. In this episode we will cover Persistent and Non-Persistent Cross-Site Scripting attacks.

Live Stream Here
Download Here

Download Cookie Catcher Here

Posted in News, Videos |

14 Responses

  1. CL0N3D Says:

    The link dont work Patchy :(

  2. CL0N3D Says:

    forget my last post, i got it lol

  3. funkymunky Says:

    Once again
    Thank you :)

  4. funkymunky Says:

    Great vid :)

    Is there anyway of converting from the cookie the password to plain text??
    Cheers

  5. Patchy Says:

    Well it is possible… The cookie password in wordpress is the md5 hash of the md5 hash of your password, so it would be very hard to crack.

  6. aj atkinson Says:

    so you mean that basically they are hashed 2 times??? That’s wild. I have always wondered what algorithm most cookies were encoded with, myspace, hotmail, etc. I have always tried to use cain or mdcrack to decode my own cookies just for the hell of it and never could. That is probabbly why LOL

  7. joemama Says:

    i need help using t35 and uploading the cookie cathcer someone please help

  8. Scotted Says:

    Hey Patchy, really nice video…
    But do you have any ideas why reinjecting a stolen cookie doesnt work , I mean the website doesn’t identify me at all and if I try to reinject my own cookie (grabbed from the same computer I signed in ) works ?

  9. hackncrack Says:

    wait, so why arent there any programs for cracking passwords that will do the double encryption for you? its the same process as a normal brute force or dictionary attack? it just has to encrypt it twice? or am i getting the process wrong?

    ex: first word in dictionary is “apple” so all the computer has to do is:

    apple
    –hash to md5–
    1f3870be274f6c49b3e31a0c6728957f
    –hash to md5 again–
    ae6d32585ecc4d33cb8cd68a047d8434
    –compares ^ to extracted hash–

  10. Patchy Says:

    @Scotted: Most likely the cookies are based on the user’s IP Address. In that situation you are better off trying the XSS Tunnel attack.
    @Hackncrack: That is a great question. That feature should definitely be added to password crackers!

  11. Scotted Says:

    This is what I thought too until I have tried to reinject my own cookie from another computer in my network with the same IP address and the website still does not recognize me :(

  12. Scotted Says:

    A BIG THANKS TO PATCHY !!!! THANK YOU A MILLION TIMES, it has worked and now I am able to sleep :D

  13. demonicspawn Says:

    sup dude…i contacted u on youtube …but i need some help over here…can u give me the cookie catcher php file dude???plz …cuz i get a error on line 4….

    i mean the original file!!

  14. Patchy Says:

    http://infinityexists.com/downloads/cookie

You must be logged in to leave a comment.