mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Let FPEngine use nsock proxy chains.
This commit is contained in:
parent
18cf677548
commit
19a01d75ab
1 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,9 @@ void FPNetworkControl::init(const char *ifname, devtype iftype) {
|
|||
|
||||
nsp_setdevice(nsp, o.device);
|
||||
|
||||
if (o.proxy_chain)
|
||||
nsp_set_proxychain(this->nsp, o.proxy_chain);
|
||||
|
||||
/* Allow broadcast addresses */
|
||||
nsp_setbroadcast(this->nsp, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue