mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Closes #2541. Consolidate nmap-payloads and nmap-service-probes; use port scan responses in version scan.
This commit is contained in:
parent
99c9e776c8
commit
2fcfac9329
12 changed files with 362 additions and 966 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -1792,7 +1792,6 @@ void nmap_free_mem() {
|
|||
cp_free();
|
||||
free_services();
|
||||
freeinterfaces();
|
||||
free_payloads();
|
||||
AllProbes::service_scan_free();
|
||||
traceroute_hop_cache_clear();
|
||||
nsock_set_default_engine(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue