Httpry is a professional envelope sniffer for displaying and recording HTTP traffic. This tool does not conduct its own analysis, but is used to capture, analyze, and record traffic. It can be used as a background process to record the real-time flow of output files, because of its lightweight and flexible features, so it can easily adapt to different applications. Instead of displaying data from the original HTTP transmission, it focuses on parsing and displaying the request and response lines for the related data fields.
An example of output logging under the default format string:
# Httpry Version 0.1.6
# Fields:timestamp,source-ip,dest-ip,direction,method,host,request-uri,http-version,status-code,reason-phrase
2009-01-12 15:02:31 192.168.0.16 209.85.171.103 > Get www.google.com/HTTP/1.1--
2009-01-12 15:02:31 192.168.0.16 209.85.171.103 > Get www.google.com/HTTP/1.1--
2009-01-12 15:02:32 192.168.0.16 209.85.171.103 > Get www.google.com/HTTP/1.1--
2009-01-12 15:02:33 192.168.0.16 209.85.171.103 > Get www.google.com/HTTP/1.1--
2009-01-12 15:02:33 209.85.171.103 192.168.0.16 <--http/1.1 OK
2009-01-12 15:02:33 192.168.0.16 209.85.171.103 > Get www.google.com/intl/en_ALL/images/logo.gif http/1.1--
2009-01-12 15:02:33 209.85.171.103 192.168.0.16 <--http/1.1 OK
2009-01-12 15:02:33 192.168.0.16 209.85.171.103 > Get www.google.com/extern_js/f/ Cgjlbhicdxmrmao4dswrma44aywrmbg4ayw/aq-hc7_2r8g.js http/1.1--
2009-01-12 15:02:33 209.85.171.103 192.168.0.16 <--http/1.1 OK
2009-01-12 15:02:33 192.168.0.16 209.85.173.101 > Get clients1.google.com/generate_204 http/1.1--
2009-01-12 15:02:33 209.85.173.101 192.168.0.16 <--http/1.1 204 No Content
Httpry 0.1.6 This release has added some new features:
-Support IPV6. -Increased HTTP speed statistic mode for display hosts per second. -Added new switches to manually disable output as a necessary buffer.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.