| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/gvm-libs/files/ |
Upload File : |
--- boreas/cli.c.orig 2022-09-30 08:26:50 UTC
+++ boreas/cli.c
@@ -162,8 +162,8 @@ run_cli_scan (scanner_t *scanner, alive_test_t alive_t
scanner->hosts_data->alivehosts);
gettimeofday (&end_time, NULL);
if (scanner->print_results == 1)
- printf ("Alive scan finished in %ld seconds: %d alive hosts of %d.\n",
- end_time.tv_sec - start_time.tv_sec,
+ printf ("Alive scan finished in %lld seconds: %d alive hosts of %d.\n",
+ (long long)(end_time.tv_sec - start_time.tv_sec),
number_of_targets - number_of_dead_hosts, number_of_targets);
return error;