![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Port Scan Attack Detector 2.1.2 (Default branch) | iBot | Software Releases - RSS News | 0 | 04-04-2008 12:00 PM |
| port scan shell script | nrbhole | Shell Programming and Scripting | 3 | 01-31-2008 11:28 AM |
| Port Scan Attack Detector 2.1.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-26-2008 10:10 AM |
| unix program that can port scan a c block of ips for proxies | user | UNIX for Dummies Questions & Answers | 1 | 07-11-2005 02:01 PM |
| IP Name scan | nicke30 | UNIX for Dummies Questions & Answers | 2 | 07-18-2001 05:32 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Please let me know Regarding Port Scan
Can any one please let me know below ones
1) How to Perform the Port Scan in Solaris Environment and how to block the unwanted Ports. 2) How to know whether particular Port is listning the requests or not? Thanks Ramkumar.B |
|
||||
|
nmap and ipf
Try "nmap" to scan for open port. You can use nmap to verify about your firewall policy as well
The ancient and widely ported tool for configuring local-host firewall is "ipf". Solaris 10 System Administrator Collection ->> System Administration Guide: IP Services ; provide good write-up to achieve that. Go to URL http://docs.sun.com/app/docs/doc/816-4554/6maoq023u You may look into a tool "armor" URL http://www.spitzner.net/armoring.html |
|
|||||
|
I've used it few times on a BSD server, the command was :
nmap -v -A -P0 10.10.1.1 (replaced by your actual IP) and it gives pretty good output like : Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|