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.

basic 28


ghost's Avatar
0 0

hm…. hi everybody ! i have no clue how to pass basic 28 i'm trying something like Form Post Hijacking XSS and its not working at all am i in the right track?


ynori7's Avatar
Future Emperor of Earth
0 0

It does involve xss, but you need to use a few special characters. What you're looking for is a 4 letter acronym. If you can figure out what it is and google it, it shouldn't be too tough to find the answer.


clone4's Avatar
Perl-6 Wisdom Seeker
0 0

ynori7 wrote: It does involve xss, but you need to use a few special characters. What you're looking for is a 4 letter acronym. If you can figure out what it is and google it, it shouldn't be too tough to find the answer.

It's so not xss! You can try google email form injections, and similiar, and of that isn't successful gimme a pm


ynori7's Avatar
Future Emperor of Earth
0 0

clone4 wrote: It's so not xss! You can try google email form injections, and similiar, and of that isn't successful gimme a pm Maybe I just don't know the right name for it, but I did it the same way I would do an xss anyway.


ghost's Avatar
0 0

ynori7 wrote :

Maybe I just don't know the right name for it, but I did it the same way I would do an xss anyway.

Copy and paste ?


ghost's Avatar
0 0

That sounds overly sarcastic , but it was intended as a joke .:|


ghost's Avatar
0 0

I think I have the answer…but I cant seem to get the proper syntax for the exploit??? May I pm someone who has already done this so that I can show what ive got? Its been a very long time since Ive been back to this site and Im just trying the new challenges. Thanks


clone4's Avatar
Perl-6 Wisdom Seeker
0 0

LordChiron wrote: I think I have the answer…but I cant seem to get the proper syntax for the exploit??? May I pm someone who has already done this so that I can show what ive got? Its been a very long time since Ive been back to this site and Im just trying the new challenges. Thanks

yeah sure hit me up. include what you've tried pls !


ghost's Avatar
0 0

You can pm me as well…


ghost's Avatar
0 0

Very nice tutorial…..well explained, thankyou!


ghost's Avatar
0 0

It will help you on solving tha chall…


ghost's Avatar
0 0

I have a question, Im on a public library computer that has every restiction possible but Ive managed to bypass there security to be able to visit blocked websites…they only have IE for a browser and I cant download any other browser like FF. Can this challenge still be done with IE? I cant get Tamper.


ghost's Avatar
0 0

should have used google for that info….didnt think anyone but FF had that utility…sorry. Unfortunately the library has a restriction on running programs not already on the system so I cant run it or even save it….unless I save it to a cd….hmmm might try that


ghost's Avatar
0 0

Can I PM someone for a hint or a push to the right direction? I got the basic idea what I want to do and some idea how to do it, but I'm doing something wrong here.


clone4's Avatar
Perl-6 Wisdom Seeker
0 0

erm4c wrote: Can I PM someone for a hint or a push to the right direction? I got the basic idea what I want to do and some idea how to do it, but I'm doing something wrong here.

yeah sure why not:)


ghost's Avatar
0 0

feel free to pm someone…


ghost's Avatar
0 0

Got it. Thanks to clone4 and CypherHell for the help.


ghost's Avatar
0 0

i know i have to change the 'POST' using T***** D*** but im not sure what feild and what to put in…does it require encoding?


ghost's Avatar
0 0

It's been a while since I completed this challenge, so I'm not sure about what you're doing. Anyway, you can pm me and I'll try to help you.


ghost's Avatar
0 0

It's really quite simple, you should be able to get it if you look at the video Cyph3rHell posted.


ghost's Avatar
0 0

yeah i looked at the video, the things im trying are simple stuff but i think they might be too simple :P


ghost's Avatar
0 0

OK, PM me, and tell me what you have tried.


ghost's Avatar
0 0

can i pm some one about this challenge because im getting nowhere i have looked at cyph3rhell's video but no cigar all i need is a gentle nudge or a brick round my head lol any help would be great


elmiguel's Avatar
Member
2,795 1

Well I know of two ways of doing this challenge. Before I hint on those two methods I will state the most important part of this challenge. When you send any data over the internet whether it be email or what not, it sends your information as a request. Hmm, how are request read? What ends a request line? after you get that little riddle you should get it in like 2 secs.

Method 1: Use the knowledge you find from the previous hint and find out how to insert it like you would for BB code. Proper usage is important.

Method 2: As previous stated, T***** D***. But when you use this you just need to focus on intercepting the "email". Also if you read up on how email injections work plus knowing how requests work you will know how to inject this email.


ghost's Avatar
0 0

elmiguel wrote: Method 1: Use the knowledge you find from the previous hint and find out how to insert it like you would for BB code. Proper usage is important.

Method 2: As previous stated, T***** D***. But when you use this you just need to focus on intercepting the "email". Also if you read up on how email injections work plus knowing how requests work you will know how to inject this email. Or alternatively, write a one line php script; or whatever other language you prefer.