Fedora Linux Support Community & Resources Center
  #1  
Old 7th August 2008, 01:44 AM
keatonvictor
Guest
 
Posts: n/a
Red face nmap help

Hey guys

I have been playing around with my network security and testing nmap but for some reason

nmap -I 192.168.40

Does Not! work

It says

WARNING: identscan (-I) no longer supported. Ignoring -I

Has the -I been replaced with something else ??

all I want to do is see what user the service is running on.

Please help thanks
Reply With Quote
  #2  
Old 7th August 2008, 04:54 AM
bingoUV Offline
Registered User
 
Join Date: May 2007
Posts: 245
The man page of my nmap doesn't mention -I as an option. Can you check your man page of nmap?
Code:
man nmap
Reply With Quote
  #3  
Old 7th August 2008, 08:51 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Try this:
Code:
su -
nmap -A -T4 `hostname -s`
I use this nmap script in my cron.daily, you can grab it from from my sig.
Code:
#!/bin/bash
nmap -A -T4 `hostname -s` | (cat <<EOF
This is an automated report of $0 on the server `hostname -s`.

EOF
cat
) | /bin/mail -s "[nmap -A -T4]" root
Reply With Quote
Reply

Tags
nmap

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
nmap 4.11 KDN Security and Privacy 5 19th July 2006 11:08 AM
nmap beny Servers & Networking 5 27th June 2006 10:27 AM
nmap and iptables pparks1 Security and Privacy 8 19th May 2006 04:31 AM
nmap rikuume Security and Privacy 5 6th December 2004 07:35 AM


Current GMT-time: 00:55 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat