You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function process_client has local variable: 'reqpath', contains HTTP Request URL, let this buffer overflow, cover return address, example in exploit-2a.py
function http_request_headers has local variable: 'value', contains HTTP header value, let this buffer overflow, can cover function local variable 'colon', example in exploit-2b.py. But variable 'colon' will be reinit before used everytime, so this exploit is useless.