Penetration Testing mailing list archives

RE: Metasploit Port Reference


From: "Krpata, Tyler" <tkrpata () bjs com>
Date: Fri, 4 Aug 2006 15:55:58 -0400

If you want to generate a quick 'n' dirty list, do something like this
to grab all the default port numbers:

./msfcli | egrep "^[ ]{2}[0-z]" | awk '{print $1}' | \
( while read NAME ; do echo $NAME; ./msfcli $NAME O | grep RPORT; done )

-----Original Message-----
From: Devrim KALMAZ [mailto:dkalmaz () gmail com] 
Sent: Friday, August 04, 2006 4:44 AM
To: pen-test () securityfocus com
Subject: Metasploit Port Reference

Hi all

I am working on Metapsloit (Windows version) for a couple of days and
want something like a port reference doc or etc for the exploits of
the Metasploit.
In Metasploit there are exploit names only and i want to match the
names with the port numbers.
I can find one-by-one but if there is a reference already it's good
for me to use it.

Thanks


-- 
Devrim KALMAZ

------------------------------------------------------------------------
------
This List Sponsored by: Cenzic

Concerned about Web Application Security? 
Why not go with the #1 solution - Cenzic, the only one to win the
Analyst's 
Choice Award from eWeek. As attacks through web applications continue to
rise, 
you need to proactively protect your applications from hackers. Cenzic
has the 
most comprehensive solutions to meet your application security
penetration 
testing and vulnerability management needs. You have an option to go
with a 
managed service (Cenzic ClickToSecure) or an enterprise software 
(Cenzic Hailstorm). Download FREE whitepaper on how a managed service
can 
help you: http://www.cenzic.com/news_events/wpappsec.php 
And, now for a limited time we can do a FREE audit for you to confirm
your 
results from other product. Contact us at request () cenzic com for
details.
------------------------------------------------------------------------
------




------------------------------------------------------------------------------
This List Sponsored by: Cenzic

Concerned about Web Application Security?
Why not go with the #1 solution - Cenzic, the only one to win the Analyst's
Choice Award from eWeek. As attacks through web applications continue to rise,
you need to proactively protect your applications from hackers. Cenzic has the
most comprehensive solutions to meet your application security penetration
testing and vulnerability management needs. You have an option to go with a
managed service (Cenzic ClickToSecure) or an enterprise software
(Cenzic Hailstorm). Download FREE whitepaper on how a managed service can
help you: http://www.cenzic.com/news_events/wpappsec.php
And, now for a limited time we can do a FREE audit for you to confirm your
results from other product. Contact us at request () cenzic com for details.
------------------------------------------------------------------------------


Current thread: