Using ngrep for http methods GET and POST

With ngrep software penetration testers can watch the HTTP traffic.

Example

# Syntax
$ sudo ngrep -t -q -d <Interface> -W byline 'GET|POST HTTP'

# Example
$ sudo ngrep -t -q -d en0 -W byline 'GET|POST HTTP'