Matheus2608/intruder

Deal with POST requests

Matheus2608 opened this issue · 1 comments

Actual applications only accepts GET requests because it doesn´t have a body.
According to HTTP protocol, the body comes after 2 carriage line return (/r/n)

Objective

  • Parse the request accordenly separating header from body
  • Place the dynamic input if there is some on the body too
  • Make http request with no errors
  • Extensible code for future commits

Already pushed this change to main branche. Forgot to close this issue. Closing now!