Tests URLs for Local File Inclusion (LFI), Remote File Inclusion (RFI), SQL injection (SQLi), and Cross Site Scripting (XSS), Server Side Template Injection (SSTI), and Open Redirects.
Add a WebVuln#user_agent reader and instance variable which can be set to a String or a Symbol. WebVuln#initialize should also accept a user_agent: keyword argument. This @user_agent instance variable should then be passed to @http.request(...) in WebVuln#request.
Add a
WebVuln#user_agent
reader and instance variable which can be set to a String or a Symbol.WebVuln#initialize
should also accept auser_agent:
keyword argument. This@user_agent
instance variable should then be passed to@http.request(...)
inWebVuln#request
.