basic 28
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
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 !
Have u seen my video on CRLF injections?
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.
TamperIE Web Security Tool is a small utility that enables HTML-form tampering for penetration testing of web applications. Is an Internet Explorer Browser Helper Object which allows tampering with HTTP requests from Internet Explorer 5 and above.
link: http://wareseeker.com/System/tamperie-web-security-tool-1.2.zip/306068
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.
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.