Run DNS tests with debugging on

This commit is contained in:
dmiller 2023-05-19 01:43:17 +00:00
parent 5bcf45f3d8
commit 0bc88ba519

View file

@ -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";