3 matches found
Microsoft Windows SMS 2.0 - Denial of Service
!/usr/bin/perl SMS DOS proof of concept and test code use Socket; use IO::Socket; if @ARGV != 1 print "usage: $0 \n"; exit; $host = shift@ARGV; $hexmsg =...
MS Windows SMS 2.0 Denial of Service Exploit
Exploit for unknown platform in category dos / poc ============================================ MS Windows SMS 2.0 Denial of Service Exploit ============================================ !/usr/bin/perl SMS DOS proof of concept and test code use Socket; use IO::Socket; if @ARGV != 1 print "usage: $...
MS Windows SMS 2.0 Denial of Service Exploit
No description provided by source. !/usr/bin/perl SMS DOS proof of concept and test code use Socket; use IO::Socket; if @ARGV != 1 print "usage: $0 host or ip\n"; exit; $host = shift@ARGV; $hexmsg =...