1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00

Adds zero-byte option(-z) for Ncat. Fixes #22 and #225

This commit is contained in:
abhishek
2016-07-19 10:07:58 +00:00
parent 0c1d68d6de
commit d1a10dfc63
4 changed files with 52 additions and 7 deletions

View File

@@ -205,6 +205,7 @@ struct options {
int sslverify;
char *ssltrustfile;
char *sslciphers;
int zerobyte;
};
extern struct options o;