20130916 more nmap fun - plembo/onemoretech GitHub Wiki

title: More nmap fun link: https://onemoretech.wordpress.com/2013/09/16/more-nmap-fun/ author: phil2nc description: post_id: 6352 created: 2013/09/16 11:49:44 created_gmt: 2013/09/16 15:49:44 comment_status: closed post_name: more-nmap-fun status: publish post_type: post

More nmap fun

There can never too many articles with good nmap examples. Many thanks to Anish Shaikh for compiling his A Simple Guide to Nmap Usage. Looking to see if the ports needed to communicate with an Oracle Enteprise Management server can be reached from the target host:

nmap -sT -P0 -p 4889-4897,1159,4898-4908 grid.example.com

Check to make sure the EM agent on the target can be reached from the management server:

nmap -sT -P0 -p 3872,1830-1849 target.example.com

Note: Diagram (for v10g) showing ports used by Oracle's Entprise Managment can be found here.

Copyright 2004-2019 Phil Lembo