How to inject php://input (video tutorial)


SUBMITTED BY: sahertian

DATE: June 20, 2016, 5:43 p.m.

UPDATED: June 20, 2016, 5:43 p.m.

FORMAT: Text only

SIZE: 462 Bytes

HITS: 916

  1. Hi everyone.. Just wanna share a tutorial about php://input
  2. php://input allows you to read raw POST data
  3. It is a less memory intensive alternative to $HTTP_RAW_POST_DATA and does not need any special php.ini directives
  4. php://input is not available with enctype="multipart/form-data"
  5. php://input can only be read once
  6. Here is video tutorial how to do php://input injection
  7. https://www.dropbox.com/s/dhstdydit54cgz0/php_input.swf?dl=0
  8. Thank you :)

comments powered by Disqus