v1.0.4 : Fixed nmap package detection

This commit is contained in:
Brendan LE GLAUNEC
2016-08-31 09:39:08 +02:00
parent 006c0139be
commit 27b296c9d2
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public:
const std::pair<bool, etix::tool::opt_parse>& opts)
: busy(false)
, current(task::init)
, nmap_output("scans/scan" + std::to_string(std::chrono::system_clock::to_time_t(
, nmap_output("/tmp/scans/scan" + std::to_string(std::chrono::system_clock::to_time_t(
std::chrono::system_clock::now())) +
".xml")
, conf(conf)