.github /ISSUE_TEMPLATE
docs
Fixes URL typo. Closes #2545
2022-10-20 22:01:21 +00:00
libdnet-stripped
liblinear
liblua
libnetutil
Update static data in libnetutil
2022-10-21 21:15:46 +00:00
libpcap
libpcre
libssh2
libz
macosx
mswin32
New C backend for datafiles.lua; avoid copies of large data sets
2022-09-29 22:19:28 +00:00
nbase
Silence compiler warnings about returning value from void function. Fixes #2529
2022-09-30 20:27:02 +00:00
ncat
Add missing stddef.h include for offsetof
2022-12-12 21:01:35 +00:00
ndiff
Update Ndiff to Python 3. Closes #1807
2022-12-07 20:34:05 +00:00
nping
Ensure crypto CTX objects are freed. Fixes #2550
2022-10-25 17:00:01 +00:00
nselib
Fix stdnse.tohex not adding separators. Fixes #2531
2022-09-30 20:03:37 +00:00
nsock
Avoid warning about missing legacy provider unless debugging. Fixes #2532
2022-09-29 22:19:27 +00:00
scripts
Fix misplaced parentheses. Closes #2544
2022-10-23 22:42:11 +00:00
tests
todo
zenmap
Fix encoding issues related to Python 3 upgrade.
2022-12-07 20:34:07 +00:00
.gitignore
Add some items to .gitignore
2022-12-07 20:33:57 +00:00
.lgtm.yml
.travis.yml
acinclude.m4
aclocal.m4
BSDmakefile
CHANGELOG
Update Ndiff to Python 3. Closes #1807
2022-12-07 20:34:05 +00:00
charpool.cc
Use lookup table for 1-char strings, not std::map for string_pool.
2022-11-10 18:57:58 +00:00
charpool.h
Use lookup table for 1-char strings, not std::map for string_pool.
2022-11-10 18:57:58 +00:00
checklibs.sh
config.guess
config.sub
configure
Merge #2088 : Update Zenmap to Python 3 and PyGObject
2022-12-07 20:34:03 +00:00
configure.ac
Merge #2088 : Update Zenmap to Python 3 and PyGObject
2022-12-07 20:34:03 +00:00
CONTRIBUTING.md
depcomp
FingerPrintResults.cc
Don't use string_pool for ephemeral OS fingerprint results
2022-09-16 21:58:42 +00:00
FingerPrintResults.h
Don't use string_pool for ephemeral OS fingerprint results
2022-09-16 21:58:42 +00:00
FPEngine.cc
Avoid copying target/source addr data when a pointer will do
2022-10-31 20:50:19 +00:00
FPEngine.h
Reuse strings for IPv6 OS detection probe IDs
2022-09-13 16:10:04 +00:00
FPModel.cc
FPModel.h
HACKING
idle_scan.cc
Avoid copying target/source addr data when a pointer will do
2022-10-31 20:50:19 +00:00
idle_scan.h
INSTALL
LICENSE
lpeg.c
ltmain.sh
MACLookup.cc
MACLookup.h
main.cc
Handle internationalized domain names (IDN)
2022-09-21 21:03:57 +00:00
Makefile.in
Update Ndiff to Python 3. Closes #1807
2022-12-07 20:34:05 +00:00
missing
NewTargets.cc
NewTargets.h
nmap-header-template.cc
nmap-mac-prefixes
nmap-os-db
nmap-protocols
nmap-rpc
nmap-service-probes
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
nmap-services
Add service name for 27350/tcp. Fixes #2103
2022-09-28 21:40:57 +00:00
nmap.cc
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
nmap.h
nmap.spec.in
nmap_amigaos.h
nmap_config.h.in
nmap_dns.cc
Avoid copying target/source addr data when a pointer will do
2022-10-31 20:50:19 +00:00
nmap_dns.h
nmap_error.cc
nmap_error.h
nmap_ftp.cc
nmap_ftp.h
nmap_tty.cc
Don't bother with interactive input if we can't open the TTY. See #2042
2022-09-23 14:49:40 +00:00
nmap_tty.h
nmap_winconfig.h
NmapOps.cc
Handle internationalized domain names (IDN)
2022-09-21 21:03:57 +00:00
NmapOps.h
Handle internationalized domain names (IDN)
2022-09-21 21:03:57 +00:00
NmapOutputTable.cc
NmapOutputTable.h
nse_db.cc
Add missing LUALIB_API declaration to nse_db
2022-12-12 21:01:35 +00:00
nse_db.h
New C backend for datafiles.lua; avoid copies of large data sets
2022-09-29 22:19:28 +00:00
nse_debug.cc
nse_debug.h
nse_dnet.cc
nse_dnet.h
nse_fs.cc
nse_fs.h
nse_libssh2.cc
nse_libssh2.h
nse_lpeg.cc
nse_lpeg.h
nse_lua.h
nse_main.cc
Use existing Lua strings for script output; avoid creating copies.
2022-11-16 15:55:54 +00:00
nse_main.h
Use existing Lua strings for script output; avoid creating copies.
2022-11-16 15:55:54 +00:00
nse_main.lua
nse_nmaplib.cc
nse_nmaplib.h
nse_nsock.cc
nse_nsock.h
nse_openssl.cc
Ensure crypto CTX objects are freed. Fixes #2550
2022-10-25 17:00:01 +00:00
nse_openssl.h
Fix a double-free due to uninitialized should_free in bignum_data_t
2022-10-06 17:28:39 +00:00
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc
Fix a double-free due to uninitialized should_free in bignum_data_t
2022-10-06 17:28:39 +00:00
nse_ssl_cert.h
nse_utility.cc
nse_utility.h
nse_zlib.cc
nse_zlib.h
osscan.cc
Add wrapper class for a fingerprint observation, used by submission processing tools
2022-12-02 21:57:32 +00:00
osscan.h
Add wrapper class for a fingerprint observation, used by submission processing tools
2022-12-02 21:57:32 +00:00
osscan2.cc
Optimizations for IPv4 OS scan
2022-11-11 18:44:19 +00:00
osscan2.h
Optimizations for IPv4 OS scan
2022-11-11 18:44:19 +00:00
output.cc
Avoid copying target/source addr data when a pointer will do
2022-10-31 20:50:19 +00:00
output.h
payload.cc
init_payloads does not return a value
2022-10-31 17:27:56 +00:00
payload.h
init_payloads does not return a value
2022-10-31 17:27:56 +00:00
portlist.cc
Key service table on protocol number, not name
2022-09-16 01:10:19 +00:00
portlist.h
Fix a memory leak of port service name (strdup but not freed)
2022-09-13 21:09:38 +00:00
portreasons.cc
portreasons.h
probespec.h
protocols.cc
Handle blank lines and duplicate protocol numbers. Fixes #2558
2022-11-04 22:07:28 +00:00
protocols.h
Use const. New function nmap_getprotbyname()
2022-09-16 01:10:18 +00:00
README-WIN32
README.md
scan_engine.cc
Big optimization of doAnyOutstandingRetransmits
2022-11-02 02:12:39 +00:00
scan_engine.h
Reduce sockaddr comparisons in raw scans
2022-11-02 02:12:38 +00:00
scan_engine_connect.cc
Check for sd > FD_SETSIZE before it is unrecoverable. Fixes #1857
2022-09-29 00:13:10 +00:00
scan_engine_connect.h
scan_engine_raw.cc
Reduce sockaddr comparisons in raw scans
2022-11-02 02:12:38 +00:00
scan_engine_raw.h
scan_lists.cc
Key service table on protocol number, not name
2022-09-16 01:10:19 +00:00
scan_lists.h
service_scan.cc
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
service_scan.h
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
services.cc
Clarify and optimize top-ports checking
2022-10-31 17:27:56 +00:00
services.h
Key service table on protocol number, not name
2022-09-16 01:10:19 +00:00
shtool
string_pool.cc
Avoid reading outside the provided range
2022-12-02 21:57:28 +00:00
string_pool.h
Use const and avoid strdup in fingerprint parsing
2022-09-13 16:10:05 +00:00
struct_ip.h
Target.cc
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
Target.h
Closes #2541 . Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
2022-10-21 21:15:48 +00:00
TargetGroup.cc
TargetGroup.h
targets.cc
targets.h
tcpip.cc
Avoid copying target/source addr data when a pointer will do
2022-10-31 20:50:19 +00:00
tcpip.h
timing.cc
timing.h
traceroute.cc
Avoid copying target/source addr data when a pointer will do
2022-10-31 20:50:19 +00:00
traceroute.h
utils.cc
utils.h
xml.cc
xml.h
zenmap.spec.in