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.13
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 /
libweb-scraper-perl /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
dave-trailer-HD.pl
644
B
-rwxr-xr-x
ebay-auction.pl
613
B
-rwxr-xr-x
extract-links.pl
295
B
-rwxr-xr-x
hatena-keyword.pl
642
B
-rwxr-xr-x
jp-playstation-store.pl
299
B
-rwxr-xr-x
rel-tag.pl
504
B
-rwxr-xr-x
scraper
2.55
KB
-rwxr-xr-x
twitter-friends.pl
467
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hatena-keyword.pl
#!/usr/bin/perl use strict; use warnings; use lib "lib"; use URI; use Web::Scraper; # same as http://d.hatena.ne.jp/secondlife/20060922/1158923779 my $keyword = scraper { process 'span.title > a:first-child', title => 'TEXT', url => '@href'; process 'span.furigana', furigana => 'TEXT'; process 'ul.list-circle > li:first-child > a', category => 'TEXT'; }; my $res = $keyword->scrape(URI->new("http://d.hatena.ne.jp/keyword/%BA%B0%CC%EE%A4%A2%A4%B5%C8%FE")); use YAML; warn Dump $res; __END__ --- category: アイドル furigana: こんのあさみ title: 紺野あさ美 url: /keyword/%ba%b0%cc%ee%a4%a2%a4%b5%c8%fe?kid=800
Close