1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-18 13:39:02 +00:00
Commit Graph

4571 Commits

Author SHA1 Message Date
luis
7d63375baa Add a note about a possible memory leak in libnetutil 2010-08-06 12:59:24 +00:00
luis
8f13e328e9 Added a note about a possible nsock_pcap_close() 2010-08-06 11:56:26 +00:00
kris
9b4f8013e8 updating ip_is_reserved(): 49/8 and 101/8 allocated 2010-08-06 11:29:02 +00:00
fyodor
3eedade0d8 add ipv6 task 2010-08-06 03:20:23 +00:00
fyodor
77c4bc5f4f another target-adding script idea 2010-08-05 22:11:06 +00:00
fyodor
50ac2bfca9 add an idea from Drazen 2010-08-05 21:50:58 +00:00
jah
d67b6d9c10 Fix a test for the return value of ipOps.isPrivate in the hostrule which was
causing an unnecessary debug message: "Error in Hostrule: 127/8".
2010-08-05 20:36:27 +00:00
david
919f13738a Use literal tags around the names of keys of the host.times table. 2010-08-05 02:21:48 +00:00
kris
412fcbcca0 o [NSE] Added a "times" table to the host table passed to scripts.
This table contains Nmap's timing data (srtt, the smoothed round
  trip time; rttvar, the rtt variance; and timeout), all represented
  as floating-point seconds.  The ipidseq and qscan scripts were
  updated to utilize the host's timeout value instead of the very
  conservative guess of 3 seconds for read timeouts. [Kris]
2010-08-05 01:55:05 +00:00
david
02e612c596 Make data_file_record::operator< const. The lack of this might have been
causing a compile error reported by Nuno Gonçalves:

error: passing 'const data_file_record' as 'this' argument of 'bool data_file_record::operator<(const data_file_record&)' discards qualifiers
make[4]: *** [output.o] Error 1
2010-08-04 21:05:02 +00:00
fyodor
583076fedf Do some reprioritization and adding detail to the TODO list during chat w/Luis 2010-08-04 20:25:43 +00:00
luis
7a584c43c0 Added a couple of items 2010-08-04 19:32:11 +00:00
luis
6488d33f7a Moved a few items to the DONE section and reprioritized some others 2010-08-04 14:26:05 +00:00
fyodor
6b165ba770 Note Nmap survey and sectools.org survey results 2010-08-04 01:28:13 +00:00
fyodor
2967f7479b slight reprioritization 2010-08-04 01:23:08 +00:00
fyodor
ad97f6b1b3 some task changes and reprioritization David & I did during chat 2010-08-04 01:20:49 +00:00
kris
c632d0e6e2 remove unused port arg from host scripts' action/hostrule 2010-08-03 18:54:29 +00:00
fyodor
1de6efd6b5 Add a few more task ideas 2010-08-03 03:44:40 +00:00
fyodor
e91d722968 print a typo noticed by Ange Gutek 2010-08-03 00:24:33 +00:00
david
45468ba2a0 Fix compiler warnings seen on OpenBSD. 2010-08-02 20:30:29 +00:00
fyodor
6510ae3d00 Add a couple tasks 2010-08-02 20:26:33 +00:00
djalal
47e39cefbf When reporting files mactime use "MODIFICATION TIME" or "ACCESS TIME" or "CHANGE TIME" instead of "DATE". 2010-08-02 11:20:29 +00:00
djalal
010bcf1b78 Whitespace and formatting fix. 2010-08-02 10:33:58 +00:00
kris
75580c850b Don't fragment IP packets with DF set, even if o.fragscan is set. If a
packet is built to explicitly avoid fragmentation, honor it.
2010-08-02 07:53:40 +00:00
kris
35dd4e1377 Don't retry in Sendto() if errno is EMSGSIZE: sleeping for a few seconds
won't shorten the packet.
2010-08-02 07:41:53 +00:00
kris
886015d72c don't log (trace) an IP packet if the send failed 2010-07-31 07:57:10 +00:00
kris
85f7060088 Update CHANGELOG entry for my r19330 (fix -f/--mtu) to note that Nping's
--mtu was fixed as well.
2010-07-28 23:14:41 +00:00
kris
643d3eb9ff o Fixed the fragmentation options (-f, --mtu) which broke in 5.35DC1.
Instead of sending multiple fragments, Nmap would just send the
  original whole packet instead.  In some circumstances, Nmap would
  fail to send on interfaces with low MTUs (such as SLIP lines) with
  no way to bump down packet sizes for transport. [Kris]

It looks like this has been broken in trunk since merging libnetutil,
and since r18037 in the dedup branch.
2010-07-28 22:34:12 +00:00
fyodor
e8fd5b69b0 add more results of testing with giant scan logs 2010-07-27 17:50:17 +00:00
kirubakaran
80a741d03a [zenmap] Added a new Script selection Interface. This interface is
present under the Scripting tab of profile editor. Besides selecting 
  script,argument values can also be given. Description and categories 
  of script is also shown.
  [kirubakaran]
2010-07-27 17:14:23 +00:00
fyodor
b303103e7e Note a way to reproduce Zenmap scaling issue 2010-07-27 07:29:47 +00:00
david
8a5d27fae8 Include <sys/sockio.h> in libnetutil/netutil.cc. This is necessary to
compile on OpenSolaris according to
http://blogs.sun.com/sdaven/entry/nmap_5_35dc1_compile_on.
2010-07-26 22:19:23 +00:00
kris
578a26e552 Remove unused variables -- I'm not sure if these were ever actually used 2010-07-26 18:08:36 +00:00
luis
ec2357f75d Minor update 2010-07-25 18:36:56 +00:00
david
1e54009fb9 Change the "namevals" key in the return value of
http.read_auth_challenge to "params" to match RFC 2617.
2010-07-25 17:33:35 +00:00
david
bb1119e199 Make the indentation of new auth-related http function match that of the
rest of the file.
2010-07-25 17:30:32 +00:00
david
bd0f13c9a0 Move the http.get_default_timeout function out of the section for
parsing header values. get_default_timeout seems to be completely
unused, so I've moved it right to the end until someone can check on
that.
2010-07-25 17:29:36 +00:00
david
d053e1a6cc Add RFC section references to the new http auth-related functions. 2010-07-25 17:26:46 +00:00
david
ef18c40400 Add to CHANGELOG:
o [NSE] The http library's request functions now accept an additional
  "auth" table within the option table, which if provided causes Basic
  authentication credentials to be sent. [David]
2010-07-25 17:14:15 +00:00
david
42a1bd99ab Merge from /nmap-exp/david/nmap-http-brute. This adds Basic
authentication support for http requests.
2010-07-25 17:12:52 +00:00
david
e1607c5509 Add a favicon hash for "Sourcefire http admin" from Jason DePriest. 2010-07-24 23:24:52 +00:00
kris
33fa744392 fix function name typo in @usage doc 2010-07-24 20:24:55 +00:00
luis
e8862c1fa3 Updated Nping to-do list with the latest dev activity 2010-07-24 18:24:58 +00:00
fyodor
a0853a69ab expand an author name from plain 'Matt' to 'Matthew Boyle' 2010-07-24 05:54:47 +00:00
fyodor
6051356fd3 canonicalize author field for asn-query and dns-fuzz. One had just 'Michael' and another had Michael Pattrick's full name and his email address too. I standardized on just the full name on both 2010-07-24 05:51:10 +00:00
fyodor
a03bbb206e Remove Ange's email address from http-php-version.nse to match what he uses in http-passwd.nse, ftp-libopie.nse, and ftp-anon.nse author fields (If he wants the email addresses, I'd be happy to put it in all four scripts--I'm just doing a little cleanup for consistency 2010-07-24 05:36:47 +00:00
fyodor
90a21e31d3 Remove Artoro's email address from smtp-open-relay to match what he uses in http-open-proxy (If he wants the email addresses, I'd be happy to put it in both scripts--I'm just doing a little cleanup for consistency 2010-07-24 05:34:08 +00:00
fyodor
027f095b4f Remove Kris's email address from two scripts to match what he uses in the other three (If he wants the email addresses, he is welcome to put them on all five--I'm just doing a little cleanup for consistency 2010-07-24 05:32:18 +00:00
fyodor
6f22390e45 Remove Jah's email address from two scripts to match what he uses in the other three (If he wants the email addresses, he is welcome to put them on all five--I'm just shooting for consistency 2010-07-24 05:30:36 +00:00
kris
cc33a59ca4 Add nmap.clock() for providing scripts with the current time in floating
point seconds since the epoch, and add clock_ms() and clock_us() to stdnse
for convenience (millisecond and microsecond).

qscan.nse now provides microsecond resolution.
2010-07-23 19:49:42 +00:00