mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Made NSE use proxychains too.
This commit is contained in:
parent
1455bf0624
commit
1b45bfef14
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ static nsock_pool new_pool (lua_State *L)
|
|||
nsp_set_proxychain(nsp, o.proxy_chain);
|
||||
|
||||
nsp_setbroadcast(nsp, true);
|
||||
|
||||
if (o.proxy_chain) {
|
||||
nsp_set_proxychain(nsp, o.proxy_chain);
|
||||
}
|
||||
|
||||
nspp = (nsock_pool *) lua_newuserdata(L, sizeof(nsock_pool));
|
||||
*nspp = nsp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue