Comments
Join Hawkee
|
Login
Search
in
Code Snippets
Products
Reviews
Forum
Home
Platforms
Cold Fusion
CSS
Javascript
mIRC
mySQL
.NET
OpenSocial
Perl
PHP
Python
Ruby / Rails
TCL
Snippets
Cold Fusion (1)
CSS (2)
Javascript (4)
mIRC (3,543)
mySQL (1)
.NET (5)
OpenSocial (1)
Perl (7)
PHP (126)
Python (1)
Ruby / Rails (6)
TCL (16)
Products
Computers (11,795)
Electronics (7,503)
Software (1,187)
Video Games (4,411)
Reviews
Computers (6,065)
Electronics (15,054)
Software (2,572)
Video Games (7,747)
Comments
Forum
username
password
auto login
Home
>
Code Snippets
>
Ivanalicius's Snippets
>
Perl
Server Site Lister
Please
Register
to submit score.
Average Score
0.0
Scores Submitted
0
Date Added
Mar 21, 2008
Last Updated
Mar 21, 2008
Tags
lister
server
site
Introduction
Grab the Code
#!/usr/bin/perl #################################### # (C)oded by Ivanalicius # server site lister #################################### use LWP::UserAgent; $xpl = LWP::UserAgent->new( ) or die; my $OperatingSystem = $^O; my $unix = ""; if (index(lc($OperatingSystem),"win")!=-1){ $unix="0"; #windows system }else{ $unix="1"; #unix system } if($unix){ system("clear"); } else{system("cls");} $site=$ARGV[0]; if(!$site){&usage} $res = $xpl->get("http://hackinger.org/tool/whois.php?ip=$site", 'USER_AGENT'=>"hackozilla"); if($res->is_success) { $content=$res->content; $content=~s/<title>Coded by Ivanalicius<\/title>//; print "h4ckinger's Server Site Lister\n(C)oded by Ivanalicius - ghost_boy\n\n---------------------------------------\n"; $content=~s/<br>/\n/g; print "$content---------------------------------------"; } sub usage{ if($unix){ system("clear"); } else{system("cls");} print q[ ============================================================ =========== Server Site Lister (C)oded by Ivanalicius usage: list.pl <site> example: list.pl hackinger.org ============================================================ =========== ]; exit; }
Comments
(0)
RSS
Go to Bottom
No comments have been received yet.
Enter comment here..
Please
Register
or
Login
to start posting comments.
Ivanalicius
Last seen:
May 06, 2008
Profile
Friends
(11)
Snippets
(21)
Images
(1)
Comments Received
(141)
Comments Submitted
(42)
Forum Posts
(9)
My Snippet Tags
protection.php
address
auto
ban
base
black
blacklist
bot
channel
checker
clicker
client
ctcp
deop
exploit
font
for
fun
introduction
ip
irc
kick
limiter
list
lister
logger
login
manager
message
mp3
notepad
personal
phpfan
popups
protection
proxy
rfi
server
setup
site
streaming
support
text
time
timed
vigenere
visitors
web
whois
with
x
Contact
Add to Friends
Send Private Message
MSN:
PM_ME_FOR_MSN@hawkee.com
Friends (11)
DeJaaaN
Delicon
View All