mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Run DNS tests with debugging on
This commit is contained in:
parent
5bcf45f3d8
commit
0bc88ba519
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "../nmap_dns.h"
|
||||
#include "../NmapOps.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
@ -68,9 +69,11 @@ if ( !(pred) ) \
|
|||
++acc; \
|
||||
}
|
||||
|
||||
extern NmapOps o;
|
||||
int main()
|
||||
{
|
||||
std::cout << "Testing nmap_dns" << std::endl;
|
||||
o.debugging = 1;
|
||||
|
||||
int ret = 0;
|
||||
std::string target = "scanme.nmap.org";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue