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

9911 Commits

Author SHA1 Message Date
dmiller
e144f07285 Note a done task 2014-11-24 20:14:52 +00:00
fyodor
4dedf447e5 a couple more tasks 2014-11-24 19:36:08 +00:00
henri
b18aa67c89 Regen fr.mo 2014-11-24 19:35:36 +00:00
henri
46c5461b8f Update fr.po: http://seclists.org/nmap-dev/2014/q4/259 2014-11-24 19:35:31 +00:00
fyodor
cf7f1f8b90 Add task 2014-11-24 18:57:25 +00:00
fyodor
5ef71f561b Regen nroff man pages 2014-11-22 22:43:14 +00:00
fyodor
654b5df002 Reduce some minor overdocumentation of --data* options (better to fully document it in one place and then just refer to the options in others without re-describing them) 2014-11-22 22:43:05 +00:00
fyodor
ed27a0de09 Fix a statement which didn't match the example it was describing 2014-11-22 06:00:16 +00:00
dmiller
ee167e1c4d Regen de.mo, it.mo, pl.mo 2014-11-21 12:54:05 +00:00
dmiller
5bb45b5e2b Update de.po: http://seclists.org/nmap-dev/2014/q4/235 2014-11-21 12:54:02 +00:00
dmiller
df81a6b6f1 Update it.po: http://seclists.org/nmap-dev/2014/q4/230 2014-11-21 12:54:00 +00:00
dmiller
af424ee8da Update pl.po: http://seclists.org/nmap-dev/2014/q4/228 2014-11-21 12:53:58 +00:00
dmiller
3b2a197ca1 Make build of ncat depend on lua_build, should fix occasional build failure with make -j8 2014-11-20 16:19:56 +00:00
dmiller
fc0337083e nnposter's ssl-date improvements http://seclists.org/nmap-dev/2014/q3/317 2014-11-18 03:53:25 +00:00
dmiller
140846aca1 Remove a leftover debug from stdnse.format_time 2014-11-18 03:53:24 +00:00
dmiller
d1b34d407b Don't try nameservers from a different AF than our spoofed source. 2014-11-17 19:35:49 +00:00
dmiller
59de1a50de Fix Nsock's make check: wrong value tested 2014-11-17 13:32:41 +00:00
dmiller
f6d70cd3e6 Revert r33815 (unrelated changes) 2014-11-17 13:31:56 +00:00
dmiller
2b9fade75b Fix Nsock's make check: wrong value tested 2014-11-17 13:25:35 +00:00
dmiller
85bb2d388d Define a NORETURN macro 2014-11-17 13:25:32 +00:00
dmiller
07bb3c4439 note a done task 2014-11-13 13:24:42 +00:00
dmiller
6271177458 Add an uninstall option to ndiff's setup.py 2014-11-13 13:24:41 +00:00
dmiller
ce340ba67b Fix a typo in Zenmap setup: sys.prefix, not self.prefix 2014-11-13 13:24:39 +00:00
dmiller
f0bfd5363c TODO: Add a response-only UDP scan mode 2014-11-13 13:24:37 +00:00
dmiller
a067bc25bc Let MSVC know about noreturn attribute to help with code analysis 2014-11-12 13:29:40 +00:00
dmiller
98b1467a48 Avoid null pointer deref when getting IPv4 header options 2014-11-12 13:29:37 +00:00
dmiller
df50e3091e Fix a constant conditional 2014-11-11 22:15:52 +00:00
dmiller
e4417d132e Fix a stack overrun in ncat's -g option
Because of the postincrement and <= operators, the parsing could write
as many as 10 struct in_addr into an array allocated for only 8.
Execution would stop because of a later check. Instead, we use
preincrement and < operator to do bounds checking, and check for the
"too many specified" condition with another call to strtok (which should
return NULL if there were no more hops to parse)
2014-11-11 22:15:50 +00:00
dmiller
877eee826c Fix compilation on VS2013 2014-11-11 18:56:06 +00:00
dmiller
680dd540eb Fix a compiler error on VS2013 2014-11-11 18:56:05 +00:00
dmiller
7797826e5d Silence a compiler warning on VS2013: not all code paths return a value 2014-11-11 06:06:46 +00:00
dmiller
16bbe3719c Fix undefined symbol error on Windows 2014-11-11 05:19:50 +00:00
dmiller
e5b1214a73 Note a done infrastructure task 2014-11-10 16:16:31 +00:00
dmiller
c85bb0b54f Correct logic on checking for SHA1 certificate in ssl-enum-ciphers 2014-11-10 16:16:29 +00:00
dmiller
4e3baad093 Relax ssl-enum-ciphers' timeout to allow time for server processing 2014-11-10 16:16:27 +00:00
fyodor
e806585cdd o [NSE] Updated our Wordpress plugin list to improve the
http-wordpress-plugins NSE script. We can now detect 34,077 plugins,
  up from 18,570. [Danila Poyarkov]
2014-11-10 05:37:39 +00:00
dmiller
c05d3704b7 Clarify documentation about -sn
See http://unix.stackexchange.com/q/87935/16171
2014-11-08 00:03:48 +00:00
dmiller
e3024a6463 Documentation for new ssl-enum-ciphers rating system 2014-11-07 21:52:49 +00:00
dmiller
8f414cfc3a Correct conversion of DH key size to RSA bit strength equivalent 2014-11-07 21:41:38 +00:00
dmiller
8101fa65e0 Remove ssl-ciphers data file 2014-11-07 18:05:10 +00:00
dmiller
222b2a009d Use internal cipher/handshake scoring system instead of static datafile 2014-11-07 16:39:26 +00:00
dmiller
e11a8609a7 Remove unnecessary vars and redistribute declarations 2014-11-07 16:39:24 +00:00
dmiller
111fbe4b41 Modify some offensive terminology in comments. 2014-11-05 15:02:09 +00:00
dmiller
b73dc0e762 Restructure try_params to return all recieved records
No functional change to the script, but this allows callers to check for
various alerts or other handshake messages (certificate,
server_key_params, client_certificate_request, etc).
2014-11-05 14:41:50 +00:00
dmiller
f365b81c23 Add server certificate message parsing to tls.lua 2014-11-05 05:55:54 +00:00
dmiller
2871ba3e6c New function, sslcert.parse_ssl_certificate
For reasons, the function is exported from nse_ssl_cert.cc into
nmap.socket, then included and documented in sslcert.lua because it fits
better there.
2014-11-05 05:55:52 +00:00
dmiller
aeae800545 Clean up line endings (stray \r) 2014-11-03 21:40:57 +00:00
dmiller
040b813986 tls.lua: get info about a cipher suite by parsing its name 2014-11-03 21:29:31 +00:00
dmiller
53f7a37b7d Add config.h entries for PCAP_NETMASK_UNKNOWN 2014-11-03 02:47:53 +00:00
dmiller
8107625fbb Integrate more service fingerprints 2014-11-02 13:35:08 +00:00