Monday, January 9, 2012

JSI Cookie Injection

This is my Example Java Script Injection or JSI:

HOW TO USE:

1) Go to any page on your browser that you want to inject.

2) Delete the Address bar, including the "HTTP://". This must be completely blank.

3) Input your JSI directly into the Address bar.

4) Select Go or hit Enter and Enjoy!

....
This Example Will Show Your Current Cookie Info, Your Current Email (if included) And Includes Your Current Session Info Found In Your Stored Cookies.
....

Why Do I Care About This?:

Some sites use this information to access your personal accounts. This is also how many sites and accounts get "Hacked". However using the session info to invalid an account is actually concidered "Leeching" and not true "Hacking".
More on "Leeching" can be found in this blog's Chapter Called "Leech-B-Gone".
....

                -HERE IS THE JSI-

javascript:window.alert('\b\b\tYOUR\tBASIC\tALERT\tPOP-UP\t\b\b\tYOUR\tBASIC\tALERT\tPOP-UP');window.alert('NEXT:\tA_POP-UP_EMAIL_TEST');window.alert(document.dir.value="Test\tEmail:\tYOUR_EMAIL@email.com");window.alert('NEXT:\tENABLE_VIEWING_YOUR\tCOOKIE_INFO');void(document.cookie="Authorized=byDemonseed™");window.alert(document.cookie);alert('THIS\tCOMPLETES:\tTHE_COOKIE_INJECTION_TEST\t\bbyDemonseed™\b')

No comments:

Post a Comment