1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00
Commit Graph

1290 Commits

Author SHA1 Message Date
fyodor
3f5682af48 Fix a typo 2010-04-24 06:44:56 +00:00
fyodor
f5409db83e Added a list of current Nmap committers to make it easer to keep track of who is who, especially for people reading nmap-svn 2010-04-23 22:30:57 +00:00
fyodor
c4ea122223 slight reorder 2010-04-23 08:13:06 +00:00
fyodor
ea1e95aea6 It would be nice if the executable installer had command-line options for unsetting some of the checkboxes (mostly needed for silent mode usage) 2010-04-22 02:20:43 +00:00
fyodor
e34bd54d68 Add a couple Zenmap ideas suggested by Norris Carden 2010-04-20 23:24:54 +00:00
fyodor
11c143327f note a couple done tasks 2010-04-20 23:20:24 +00:00
david
0e7e3b90ca Make an unqualified number stand for seconds, not milliseconds, in
tval2msecs and tval2secs. This affects the following options:
  Nmap:
    --host-timeout
    --max-rtt-timeout --min-rtt-timeout --initial-rtt-timeout
    --scan-delay --max-scan-delay
    --stats-every
  Ncat:
    -d --delay
    -i --idle-timeout
    -w --wait
  Nping:
    --delay
    --host-timeout
    --icmp-orig-time --icmp-recv-time --icmp-trans-time
Some sanity checks have been added when it looks like someone is using
the old default of milliseconds. For example,

$ ./nmap --host-timeout 10000
The default unit for --host-timeout is seconds (since April 2010), so your time of "10000" is 2.8 hours. If this is what you want, use "10000s".
QUITTING!

$ ./nmap --scan-delay 1000
The default unit for --scan-delay is seconds (since April 2010), so your time of "1000" is 16.7 minutes. Use "1000ms" for 1000 milliseconds.
QUITTING!

Times with a unit are always taken at face value and will avoid the
error message.

See http://seclists.org/nmap-dev/2010/q2/159 for discussion.
2010-04-16 00:38:51 +00:00
fyodor
c73921017d Update after chat w/David 2010-04-14 22:15:35 +00:00
david
859ef5ecaf Merge r17202:17298 from /nmap-exp/david/nmap-xml. This brings in
structured XML output, automatic closing of XML elements on error, and
inclusion of error messages in XML output.
2010-04-14 01:05:51 +00:00
fyodor
5f15989593 Add AS number script idea to network script class item 2010-04-08 09:32:24 +00:00
fyodor
724183acbb Some changes from chat w/David yesterday 2010-04-08 09:26:02 +00:00
david
5ab63a55be Say that @usage applies to modules. Say that @usage is automatically
generated for scripts if omitted.
2010-04-08 05:26:42 +00:00
david
838127d565 Remove the error element from the XML DTD. It was supposed to be a child
of trace, but I don't think it has ever been emitted since traceroute
was added in r4556.
2010-04-07 23:26:09 +00:00
fyodor
2f59126185 Just moving an item 2010-04-04 19:42:03 +00:00
david
3b34c84de7 Add dns-fuzz script from Michael Pattrick. 2010-04-04 13:41:32 +00:00
fyodor
231bc9f02e Added a task idea posted by David 2010-04-02 23:20:19 +00:00
fyodor
6ea8e7195b Add task idea from nmap-dev 2010-04-02 21:38:08 +00:00
fyodor
42fc2b542f Add a task idea 2010-04-01 20:39:30 +00:00
david
6ba24a5a36 o Removed --interactive mode, a miniature shell whose primary purpose
was to hide command line arguments from the process list. It had
  been broken (would segfault during the second scan) since before May
  2009 until February 2010 and was rarely used. The fact that it was
  broken was reported by Juan Carlos Castro y Castro.

See http://seclists.org/nmap-dev/2009/q2/464 and
http://seclists.org/nmap-dev/2010/q1/688 for report and discussion.
2010-04-01 03:33:14 +00:00
fyodor
4d034b36d2 Some changes from chat w/David 2010-03-31 02:37:17 +00:00
david
54301f2480 Add Guppy links to the TODO item on Zenmap memory use. 2010-03-30 17:41:51 +00:00
fyodor
a77fbaef11 Add another potential task 2010-03-30 09:40:43 +00:00
fyodor
8e673f1c69 Update version number 2010-03-29 19:47:34 +00:00
luis
e01a1e978d Nping problem task moved to the DONE list 2010-03-29 08:22:52 +00:00
fyodor
140cfdd105 A couple more task ideas 2010-03-29 07:16:25 +00:00
fyodor
2e7208d2d1 Update version number from 5.21 to 5.22TEST in prep for test release 2010-03-29 02:56:49 +00:00
fyodor
46dade7cd8 Add another task 2010-03-29 02:52:05 +00:00
fyodor
6493b8ad39 add task 2010-03-29 00:51:07 +00:00
fyodor
7e3748f197 add another task to consider 2010-03-28 23:48:07 +00:00
fyodor
eef02370cf new task: consider memory usage audit for zenmap 2010-03-27 22:33:07 +00:00
fyodor
34d65139d0 Add script scan results parsing task 2010-03-26 20:54:54 +00:00
fyodor
888d23d2db Nmap package on NetBSD is no longer out of date! Let's hope they stay current, at least on the major platforms. 2010-03-26 18:34:51 +00:00
fyodor
2b46d7f5a3 Add zenmap os icon art task 2010-03-26 08:19:15 +00:00
fyodor
f685111f8a Changes from chat w/David 2010-03-24 00:22:31 +00:00
david
cb22a8a788 Add mailing list links to script review TODO items. 2010-03-23 20:24:57 +00:00
david
4671c2db54 Add some more pending script review to TODO. 2010-03-23 20:06:51 +00:00
fyodor
85217dea98 scan stats ideas 2010-03-22 05:29:41 +00:00
fyodor
8a496e221a Add some ideas from Ron Bowes 2010-03-21 21:27:40 +00:00
fyodor
c6337ee9af Latest TODO items 2010-03-16 22:43:38 +00:00
david
8e0d0c2929 Mention that --open now omits entire host listings in refguide.xml. 2010-03-12 22:20:20 +00:00
david
53f64470e4 Add references and index entries for the old names of -sn and -Pn to
refguide.xml.
2010-03-11 01:43:06 +00:00
david
48654df805 Switch to -sn and -Pn as the new preferred synonyms for -sP and -P0.
This establishes a more regular syntax for some options that disable
phases of a scan:
	-n  no reverse DNS
	-Pn no host discovery
	-sn no port scan
Also, the -sP was possibly misleading because the 'P' suggests "ping
scan," when you can now do more than just pinging when you disable port
scanning. For example, -sC -sn and -sn -Pn --traceroute make sense.
2010-03-11 01:16:06 +00:00
fyodor
c538d86a83 Latest task updates after chat w/David 2010-03-09 23:08:54 +00:00
fyodor
1bc598fb25 add GSoC 2010 tasks 2010-03-09 20:19:35 +00:00
david
a2798e0120 Add some more script review to TODO. 2010-03-03 22:44:46 +00:00
fyodor
7b3ae6c7d3 some work finished 2010-03-03 21:55:51 +00:00
kris
a42ea72a97 Merge through r16884 from /nmap-exp/kris/nse-rawip plus the following changelog
entries:

o [NSE] Raw packet sending at the IP layer is now supported, in addition to
  the Ethernet sending functionality.  Packets to send start with an IPv4
  header and can be sent to arbitrary hosts. [Kris]

o [NSE] Added the ipidseq script to classify a host's IP ID sequence numbers
  in the same way Nmap does.  This can be used to test hosts' suitability for
  Nmap's Idle Scan (-sI), i.e. check if a host is an idle zombie.  This is
  the first script to use the new raw IP sending functionality in NSE. [Kris]

o [NSE] Added the function nmap.is_privileged() to tell a script if, as far
  as Nmap's concerned, it can do privileged operations.  For instance, this
  can be used to see if a script should be able to open a raw socket or
  Ethernet interface. [Kris]

o [NSE] Added the function nmap.get_ports() to allow a script to iterate
  over a host's port tables matching a certain protocol and state. [Kris,
  Patrick]
2010-02-26 20:42:10 +00:00
david
1f7e90a0af Add CouchDB and JSON scripts to TODO. They're almost done, I just don't
want to forget about them.
2010-02-26 00:24:24 +00:00
fyodor
3358c32fe2 TODO changes from chat w/David 2010-02-23 23:13:21 +00:00
fyodor
c83f5474b7 minor updates to TODO 2010-02-23 06:35:25 +00:00