Last active
March 28, 2016 16:13
-
-
Save johndaley-me/f7fa9f286db292f5b04f to your computer and use it in GitHub Desktop.
Capture network requests oracle linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install epel repo | |
# yum -y install httpry | |
httpry -i eth0 | |
# Format options: | |
# httpry -i eth0 -f 'host,request-uri' | |
# see https://github.com/jbittel/httpry/blob/master/doc/format-string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment