what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

WebPcon_pl.txt

WebPcon_pl.txt
Posted Apr 28, 2006
Authored by AdityaSood | Site rxlabs.metaeye.org

Web Management Port Scanner - a portscanner written in perl to find open web management ports.

tags | tool, web, scanner, perl
systems | unix
SHA-256 | 8cad85f4aa0349fabc4af990c1d5409313e9fa2e773e2125d265b5db72cf634c

WebPcon_pl.txt

Change Mirror Download


print "\t\t-----===Web Management Port Scanner===-----\n";
print "\t\t Zeroknock [at] Metaeye.org.org\n\n";

use IO::Socket;
$Remote_Target=$ARGV[0];
$timeout = 5;


if ( $ARGV[0] eq $ARGV[1] )
{
print qq~
[*] ####################################

[*] Usage WebPMan.pl <IP Address>
[U] Example:- WebPMan.pl 192.168.170.1

[*] ###################################
~;
exit;
}

use Net::Ping;
print "[+] Pinging IP Address --> $Remote_Target\n";
$p = Net::Ping->new()
or die "[-] Ping Not Successfull$!\n";
print "[+] The Target Is Not Up.\n\n" unless $p->ping($Remote_Target);
print "[+] Target Is Up!\n\n\n";
$p->close;




print "[+] Scanning The Target !\n\n";
@Web_Ports = ( 21,22,23,80 , 81 , 88,443 ,
900,2301,2381,4242,7001,7002,
7070,8000,8001,8005,8080,8100,
8810,8820,8830,8888,9090,10000);


@WebExp = ("FTP File Transfer Port","Secure Shell Management","Telnet For Remote Management",
"WorldWideWeb[WWW]","Alternate WWW","Alternate WWW Kerberos","HTTP Over SSL","IBM WebSphere","CIM-Compaq Insight Manager",
"Compaq Insight Manager Over SSL","Microsoft Application Center Management","BEA WebLogic Administration",
"BEA WebLogic Administration Over SSL","Sun Java Web Server Over SSL","Alternate Web Server For Cache",
"Alternate WebServer Management","Apache TomCat","Squid Cache Control","Allaire JRUN","ATG DynamoA","ATGDynamoB",
"ATG DynamoC","Alternate Or Proxy Web Server","Sun Java Server Web Admin","Netscape Administrator Admin Panel");



for( $Temp=0 ; $Temp <25 ;$Temp ++) {
$Ret=0;
$Web_Ports = @Web_Ports[$Temp];
$WebExp= @WebExp[$Temp];
print "[0x$Temp] WEB Management Status -x-x-> $WebExp \|\| Port-->$Web_Ports\n";
$socket=IO::Socket::INET->new( PeerPort => $Web_Ports,
PeerAddr => $Remote_Target,
Proto => "tcp",
Timeout => $timeout ) || $Ret++ ;

close $socket;
if ($Ret == 0) {
print "\t--------------------------------------------\n";
print "\t[XXX] Web Management Status --> $WebExp \n";
print "\t[XXX] Port Opened --> $Web_Ports \n";
print "\t--------------------------------------------\n";
$Ret==0;
}
}
print "[*] SUCCESS\n";
Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close