1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00
Commit Graph

11090 Commits

Author SHA1 Message Date
dmiller
eff6c09118 Change ssl scripts to use string unpacking instead of bin.lua 2017-03-10 17:29:53 +00:00
dmiller
14bd4e7899 Use stdnse.fromhex in ssl-dh-params 2017-03-10 17:29:52 +00:00
dmiller
d334620aa0 New stdnse function 'fromhex' does hex decoding like bin.pack('H') 2017-03-10 17:29:51 +00:00
dmiller
8cbd5d8391 Replace bin.lua with string packing in a couple of my scripts 2017-03-09 05:13:46 +00:00
dmiller
001318408c Localize string.(un)pack functions for a little performance boost in ipOps which uses them heavily 2017-03-09 05:13:45 +00:00
dmiller
a2e22523a4 Use string packing instead of bitwise operators in ipOps.lua 2017-03-09 05:13:45 +00:00
dmiller
5fe8df548d Convert json.lua to native bitwise operators 2017-03-09 05:13:44 +00:00
dmiller
bc7026e378 Convert unicode.lua to use native bitwise ops 2017-03-09 04:04:06 +00:00
dmiller
5f87f3a1ac Update unicode.lua to use string.(un)pack over bin.(un)pack 2017-03-09 04:04:06 +00:00
dmiller
46c27957a5 Process 179 service fingerprint submissions 2017-03-08 20:58:51 +00:00
dmiller
d68e4d7cab Fix spelling of Vasiliy's name. Sorry! 2017-03-07 21:25:37 +00:00
dmiller
611a27fc64 New commands to extract info for redis-info by Vasily Kulikov 2017-03-07 21:24:32 +00:00
dmiller
2a902d05e1 Fix parsing output from multiple redis commands returning strings. 2017-03-07 21:24:31 +00:00
dmiller
4a5ff0472a Convert ipOps from bin.lua to string.pack. Improved efficiency and added tests 2017-03-07 21:24:30 +00:00
dmiller
73963022dd Avoid a crash when description is a list. http://seclists.org/nmap-dev/2017/q1/176 2017-03-06 23:18:08 +00:00
nnposter
dcac460ad6 Belkin and Arris share this code so the detected device can be either one of them. 2017-03-06 03:44:46 +00:00
nnposter
40e61967e8 Unifies variable naming across fingerprints 2017-03-05 17:42:41 +00:00
nnposter
d7c8bf912d Adjusts data extraction patterns to match the updated Robtex layout.
Original patch submitted by aDoN. Fixes #679, closes #681.
2017-03-05 16:52:25 +00:00
nnposter
99fa80851c Preserves targetname for connections requested with option any_af.
Relocates option any_af to comm.lua to make it more broadly available.
2017-03-05 15:41:46 +00:00
dmiller
b4924eb362 Avoid warning about --defeat-rst-ratelimit when TCP scan was not even done. Fixes #727 2017-03-05 04:25:39 +00:00
dmiller
36301d6ddd Fix dnet raw packet sending on Npcap Loopback on Windows in NSE 2017-03-05 04:10:46 +00:00
dmiller
0b93e8da2e New script impress-remote-discover. Closes #713 2017-03-04 19:54:56 +00:00
dmiller
b61d517a71 Fix lookup order of script args and allow plain 'name.arg' to be specified as 'arg' 2017-03-04 19:54:55 +00:00
dmiller
d5038e82c9 Remove unused function. Closes #695 2017-03-04 04:07:23 +00:00
nnposter
fe622e182d Adds 8 new http-enum fingerprints for Hadoop infrastructure components.
Originally submitted as NSE scripts by Thomas Debize. (Closes #620)
Refactored as entries for http-fingerprints by Varunram Ganesh. (Closes #715)
2017-03-03 23:41:12 +00:00
dmiller
1164a8e7df Update output section for realvnc-auth-bypass 2017-03-03 20:35:08 +00:00
dmiller
2f5b154f9e Fix a couple NSEdoc cross-refs (requires '.nse') 2017-03-03 20:35:07 +00:00
dmiller
522b85693e Note interaction with realvnc-auth-bypass 2017-03-03 19:43:33 +00:00
dmiller
76f7c48c17 Allow vnc-title to exploit RealVNC auth bypass if discovered. 2017-03-03 19:39:57 +00:00
dmiller
2a5b23f025 Make realvnc-auth-bypass a vulns script, store result for other scripts to exploit 2017-03-03 19:39:56 +00:00
dmiller
4b686da521 Credit contributor with name used previously 2017-03-02 22:32:40 +00:00
dmiller
1cf8396cfd Improve docs on comm.tryssl 2017-03-02 22:32:39 +00:00
nnposter
2ee682ef1d Fixes a CHANGELOG typo 2017-03-02 14:08:49 +00:00
nnposter
4bd51e9f3b Adds a fingerprint for APC Management Card. Original version submitted by xelphene. Closes #629 2017-03-02 14:06:01 +00:00
dmiller
b30c304a2d Fix string escape. Closes #716 2017-03-02 05:02:07 +00:00
dmiller
69e1423363 Add a check to dhcp.lua to avoid crash and provide debug output 2017-03-01 20:41:20 +00:00
dmiller
edcc648a39 New script cics-user-brute. Closes #671 2017-03-01 20:41:19 +00:00
dmiller
bed397a950 New script cics-info. See #671 2017-03-01 20:41:18 +00:00
dmiller
36c03069bd Fix a logic bug (and vs or) and extend usernames to 8 chars. See #671 2017-03-01 20:41:17 +00:00
dmiller
6d3c181316 cics-enum: support for testing transaction IDs with a valid username/password 2017-03-01 20:41:16 +00:00
dmiller
3ddb5c9f81 Optimize utility function removechar. Closes #670 by shikharsrivastava 2017-03-01 20:41:15 +00:00
dmiller
dd4f367036 New script http-cookie-flags. Closes #669 2017-03-01 04:12:39 +00:00
dmiller
4033fb9e51 Softmatch for sip to extract User-Agent header. See #645 2017-02-28 15:54:17 +00:00
dmiller
d8942b360b Make sure there's some data to read. See #689 2017-02-27 16:42:50 +00:00
dmiller
f0e26cb709 More output from ike-version 2017-02-26 03:49:09 +00:00
dmiller
594d5e33c9 New fingerprint for FortiGate IKE. Closes #694 2017-02-26 03:49:08 +00:00
dmiller
a7c8d25c56 Consolidate error reporting 2017-02-26 03:49:07 +00:00
nnposter
32d85005d9 Enables support for TLS SNI on the Windows platform. Fixes #700 2017-02-25 00:47:30 +00:00
dmiller
233eb1d71c Only send one protocol version in client hello instead of indicating a range of supported versions. 2017-02-24 16:28:33 +00:00
dmiller
91dade9325 Ignore protocol mismatch in some more cases. 2017-02-24 16:28:33 +00:00