dmiller
72f3a17c60
Let Nping use Npcap on Windows.
2016-06-25 05:00:02 +00:00
dmiller
c52d865b22
Add legend for Topography window. Closes #279 , Fixes #258
2016-06-25 03:53:00 +00:00
dmiller
f4bcaadee0
Correct point numbering. Closes #282 by @anchitjain1234
2016-06-24 19:03:37 +00:00
dmiller
f6955c52e8
Revert r35895: unrelated changes were committed
2016-06-24 19:02:57 +00:00
dmiller
a206569215
Correct point numbering. Closes #282 by @anchitjain1234
2016-06-24 18:59:58 +00:00
dmiller
941a4800ba
Add a missing OS class
2016-06-24 01:31:26 +00:00
dmiller
05a14f92d7
Add .gitignore
2016-06-24 01:31:25 +00:00
vincent
50015e6954
Change the README file name to README.md
...
In order to properly make in macosx/, specifics files are copied into
the final .DMG, so I had to correct the name of the file.
2016-06-23 07:59:05 +00:00
dmiller
0072fc4856
Rewrite nroff comments on new lines. Fixes #417 , fixes #114
2016-06-22 19:46:59 +00:00
dmiller
1d3aa1ee57
Clarify and avoid compiler warning
...
clang 3.4.1 on FreeBSD gave this warning:
nmap.cc:3064:48: warning: use of logical '||' with constant operand
[-Wconstant-logical-operand]
return file_is_readable(filename_returned) || 1;
nmap.cc:3064:48: note: use '|' for a bitwise operation
Changed to match the intent: return 1 if file_is_readable returns 0, otherwise
return that non-0 value.
2016-06-21 23:40:36 +00:00
paulino
bff2dc4563
Adds clamav-exec.nse to detect ClamAV servers vulnerable to remote clamav command execution
2016-06-20 05:50:04 +00:00
dmiller
ce1daa8135
Fix a reference to an unset global 'unpack'
2016-06-18 17:29:42 +00:00
dmiller
a2ed5c4a30
Lua strings are 1-indexed. This is not a bug for now, but is incorrect.
2016-06-18 15:49:18 +00:00
paulino
540494a92d
Adds http-aspnet-debug to detect ASP.NET applications with debugging enabled.
2016-06-18 14:51:03 +00:00
dmiller
b012b84a8e
Avoid undefined behavior from calling front() on possibly empty std::list
2016-06-17 16:11:33 +00:00
dmiller
60a1c85a93
Properly cache enterprise numbers for snmp-info (was parsing for every target)
2016-06-17 16:11:33 +00:00
vincent
a57002e760
Rewrite a clean documentation
...
This commit is intended to use mardown files for documentation.
I added a Table of content in each file, with interactive/internal links
and a few more explanations for Mac developers.
2016-06-17 09:07:48 +00:00
vincent
4c1ef96578
Add checks for $lang variable
...
We now use AppleLanguages to provide a good language to Zenmap.
This should prevent Zenmap from choosing wrong locale/languages settings.
2016-06-17 08:55:34 +00:00
dmiller
02eced2fef
Process 31 IPv6 OS fingerprint submissions and corrections.
2016-06-16 16:11:43 +00:00
dmiller
b24b5717a8
Avoid printing submission fingerprint for IPv6 if all TCP ports are filtered.
2016-06-15 20:15:11 +00:00
dmiller
8895dfaa20
Backport r35869: move definition of _WIN32_WINNT into nbase_winconfig
2016-06-15 13:56:03 +00:00
dmiller
abfcd7ba71
Update Npcap's loopback adapter registry key name, changed in Npcap 0.07-r7
2016-06-15 02:21:28 +00:00
dmiller
c55b7f6f92
Rework Windows bundling to include Npcap instead of Winpcap
2016-06-14 14:16:48 +00:00
dmiller
40dc52cfaa
Ensure (Wi)Npcap dll is loaded before trying to call version function
2016-06-14 14:16:47 +00:00
dmiller
67fd101b01
Enable Nmap, Nping to use Npcap over Winpcap if available.
2016-06-14 14:16:46 +00:00
dmiller
7a9ab13bee
Fix assertion error when stats requested and 0 threads scheduled
2016-06-14 00:34:22 +00:00
dmiller
0141b8ed8e
Process 20 OS corrections
2016-06-13 03:54:05 +00:00
dmiller
ca00a5e7e8
Process 130 OS fingerprints
2016-06-12 19:50:22 +00:00
dmiller
c16abd4823
Let zenmapCore.ScriptMetadata retrieve script authors in list syntax.
2016-06-10 04:35:56 +00:00
dmiller
cb4b46bd53
Canonicalize authors as tables instead of comma-separated strings
2016-06-09 22:46:42 +00:00
vincent
bb7edaa8ae
Add documentation for bundling with Jhbuild
2016-06-09 17:28:26 +00:00
batrick
b3a88696ef
Revert "NSE: make minor adjustments to script"
...
This reverts commit 317eb0de31f40454cd213296e6cee71c1f78e006.
This commit started as a way to fix perceived problems but eventually I found
the script worked correctly (I had a misunderstanding of the purpose). I kept
the small changes but ended up breaking the script anyway. So let's just revert
this.
2016-06-09 12:25:19 +00:00
dmiller
39018e3e91
Check for RSA exponent of 1, resulting in F score
2016-06-09 04:36:09 +00:00
dmiller
c71d8e8f4f
Refactor some code for ECDH param parsing, fix a #ifdef (always was false)
2016-06-09 04:36:08 +00:00
dmiller
c8e8cf8f43
Return RSA exponent from parsed SSL certificates, as a bignum
2016-06-09 04:36:07 +00:00
dmiller
056c48544a
Factor out some code for returning bignums
2016-06-09 04:36:07 +00:00
dmiller
88bcae4ef1
Add some changelog entries
2016-06-09 04:36:06 +00:00
batrick
baef5e0c08
Merge branch 'http-internal-ip-disclosure'
...
* http-internal-ip-disclosure:
NSE: make minor adjustments to script
NSE: add new script http-internal-ip-disclosure
http-internal-ip-disclosure branch
2016-06-08 23:18:47 +00:00
abhishek
57c3760a7c
Updates the Nsock examples, closes #395
2016-06-07 15:58:09 +00:00
paulino
51c6260f85
Fixes usage documentation
2016-06-05 20:06:25 +00:00
vincent
47ce627615
Add minimum Mac OS X version variable
2016-06-05 16:24:46 +00:00
vincent
1da018a454
Makefile portability changes and packagemaker replacement
2016-06-05 15:32:17 +00:00
dmiller
f90587f131
Bump earliest supported Windows version to Vista, enabling poll nsock engine.
2016-06-04 02:46:13 +00:00
dmiller
dc71d91cea
Avoid crashes in Windows using poll nsock engine
...
WSAPoll returns WSAEINVAL when there are no valid sockets in the fdarray
parameter. Individual WSAPOLLFDs can be ignored by setting them to a
negative value (just as with POSIX poll(2)), but there must be at least
one valid (not-ignored) socket to check.
Handled this by either returning error if the error was not EINVAL, or
by checking each WSAPOLLFD in the fdarray; at the first valid one,
return the error, since this was not the reason for the error. If none
are valid, continue, ignoring the error.
2016-06-04 02:46:13 +00:00
dmiller
855ec33fc0
Allow use of Windows' own inet_pton and inet_ntop functions
2016-06-04 02:46:12 +00:00
dmiller
50054e6ed7
Update platform toolset to remove XP compatibility
2016-06-04 02:46:11 +00:00
dmiller
eaf9038791
Process 222 OS fingerprint submissions (Linux done)
2016-06-02 12:14:45 +00:00
dmiller
a752c2265a
Adjust indents to avoid confusion. Fixes #396 . whitespace only.
2016-06-01 16:51:50 +00:00
dmiller
7c17838242
Process 157 OS fingerprint submissions
2016-06-01 14:49:23 +00:00
fyodor
37095358e0
Fix the @usage to correct form
2016-05-30 06:39:31 +00:00