Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211196 - net-analyzer/nmap-4.53 -sC option no longer works
Summary: net-analyzer/nmap-4.53 -sC option no longer works
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-23 19:59 UTC by Anthony Boynes
Modified: 2008-02-24 18:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Boynes 2008-02-23 19:59:45 UTC
Nmap has incorpated a scripting engine, for more complicated scanning tasks.  The option to use default scripts is -sC.  This option worked in the gentoo package for nmap 4.52 but no longer works with the gentoo 4.53 package.  I have verified that the -sC option works correctly on my debian and windows packages for nmap 4.53.

Attempting to use the -sC option in 4.53 produces the following response:

localhost ~ # nmap -sC 192.168.1.105
Scantype C not supported

Nmap 4.53 ( http://insecure.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}


Reproducible: Always

Steps to Reproduce:
1.nmap -sC <ip>
2.
3.

Actual Results:  
ocalhost ~ # nmap -sC localhost
Scantype C not supported

Nmap 4.53 ( http://insecure.org )
Usage: nmap [Scan Type(s)] [Options] {target specification}

Expected Results:  
localhost ~ # nmap -sC localhost

Starting Nmap 4.52 ( http://insecure.org ) at 2008-02-23 12:57 MST
Interesting ports on localhost (127.0.0.1):
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2008-02-24 18:39:44 UTC
Merging nmap with the 'lua' USE flag should solve the problem (as you have said, the more complicated scanning tasks are now handled by scripts).