gitdhar

Results 5 issues of gitdhar

We need to be able to allow/disallow tcp_v4_connect() under certain conditions (say for a specific dest port/ip). And since this fn. is not "white listed" function, we cannot use the...

I see that the client doing, http.request() creates and tears down a new connection to the server. When there is a ongoing stream of http data to be sent (POSTs),...

I get this failure below. @adamyordan , can you please let me know what I'm doing wrong? python exploit.py --url http://aws-jenkins:8080 --job my-pipeline --username user1 --password user1 --cmd "cat /etc/passwd"...

Using the websocket client (from sample code in the README), I get this error below: " ./openresty/lualib/resty/websocket/protocol.lua:21: attempt to index global 'ngx' (a nil value) " I did set the...

Is there an equivalent of client:getpeername() but with websocket:client? I have a monitoring program that periodically checks for the status of this websocket connection. If it is not connected, I...