Multi millionare Company XSS

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
Insection
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 132
Joined: 22 Jul 2008, 16:00
15
Contact:

Multi millionare Company XSS

Post by Insection »

Im not going to say the company's name.

I found that the website of a multimillionare australian company is vulnerable to XSS.

Im not an expert in html (infact im quite stupid when it comes to html) so ill need help in doing some damage.

The first thing i done is.

Image


I know i cant deface because data isnt saved with the searchbar

But still, any sort of damage that is possible?

Help will be appreciated. :)

No bullshit in the companys wealth, 11k+ retailers.

I am going to use the wardriving method for stealth.

And... I got my reasons against the company :roll: .

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Guess you could try and craft the URL a bit and send the link to someone working there, and maybe steal some login info =/
"The best place to hide a tree, is in a forest"

User avatar
Insection
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 132
Joined: 22 Jul 2008, 16:00
15
Contact:

Post by Insection »

I dont think the web admin is going to be stupid enough to click it.. -.-

XSS is hopeless...

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Insection wrote:I dont think the web admin is going to be stupid enough to click it.. -.-
Stop thinking start trying ^^ you'll never know until you do
"The best place to hide a tree, is in a forest"

rhysh
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 767
Joined: 15 Nov 2006, 17:00
17
Contact:

Post by rhysh »

well,lol woolworths,xss in their search bar too,i know of many massive ompanies with xss nyways to help you

to cause a permanent xss for everyone viewing it

you need to find somewhere to post the xss string so its printed on the screen

for eg

sqli the site and insert the string,but why not just use the sqli to get the users?

in short

u are only creating a temporary xss

you need to have the page load it iether from a sql db or in the source,but if you can edit the source file,shell it ofc and have some fun :D

ebrizzlez
Kage
Kage
Posts: 732
Joined: 31 Mar 2007, 16:00
17
Location: Hidden in a Buffer Protection.
Contact:

Post by ebrizzlez »

Rysh has a point.

This "vulnerability" isn't fully tested out. Maybe the search engine allows certain parameters through, or maybe your web browser is an outdated version that allows for such commands to be read and executed. Test it on multiple browsers first to see if it confirms the message, I suggest Firefox. :wink:

But Rysh your referring to an SQL Injection. With Cross Site Scripting(XSS), he can manipulate the URL to many things. My bet is try to use the XSS in the URL, if provided its still executed, than the web page is executing your command and you can feed it a whole array of malicious commands.

But as Cats said, never say never.

:wink:
[img]http://i81.photobucket.com/albums/j205/ebrizzlez/4lsint1.jpg[/img]

User avatar
Insection
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 132
Joined: 22 Jul 2008, 16:00
15
Contact:

Post by Insection »

yupyup, nothings impossible

User avatar
t3hmadhatt3r
forum buddy
forum buddy
Posts: 16
Joined: 11 May 2009, 16:00
14

Post by t3hmadhatt3r »

The next thing to do is find out if you can construct a url. Then find what you want to do with the XSS (Steal cookies, Make the admin do something, own a router, intranet recon, etc...) and construct your exploit code. Then find a way to social engineer the admin or gain some trust and send him the link. Remeber, finding XSS is boring... Finding what you can do with it is fun . :lol:

mystikblaze
Infinite Haze
Infinite Haze
Posts: 334
Joined: 11 Jun 2005, 16:00
18
Location: abroad
Contact:

Post by mystikblaze »

..
Last edited by mystikblaze on 21 Jun 2009, 08:32, edited 1 time in total.
Any fool can count the seeds in an apple. Only God can count all the apples in one seed. ~Robert H. Schuller
God is the greatest.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Well, we don't usually support malicious acts : / but sometimes we are either in the mood, or the current case can be an exception due to learning : )


try {
user.MaliciousAttempt();
} catch(NoRuleException e) {
System.out.println("Sorry, the thread is locked");
}


well, this has been allowed in this thread, since it's a little old now ... and will not be locked because of it. I think the thread is rather dead as well.
"The best place to hide a tree, is in a forest"

User avatar
Stavros
ΜΟΛΩΝ ΛΑΒΕ
ΜΟΛΩΝ ΛΑΒΕ
Posts: 1098
Joined: 02 Jan 2006, 17:00
18
Location: Mississippi, U.S.A.

Post by Stavros »

Insection wrote:I dont think the web admin is going to be stupid enough to click it.. -.-

XSS is hopeless...
Never underestimate the power of human stupidity.

Post Reply