Deprecation note:
While processing this analysis you did not have the httpreplay Python
library installed. Installing this library (i.e., pip install httpreplay)
will allow Cuckoo to do more proper PCAP analysis including but not
limited to showing full HTTP and HTTPS (!) requests and responses.
It is recommended that you install this library and possibly reprocess any
interesting analysis tasks.
{% elif httpreplay.deprecated %}
Deprecation note:
You are using version {{ httpreplay.current_version }} of HTTPReplay,
rather than the latest version {{ httpreplay.latest_version }}, which may
not handle various corner cases and/or TLS cipher suites correctly. This
could result in not getting all the HTTP/HTTPS streams that are available
or corrupt some streams that were not handled correctly before. Please
upgrade it to the latest version (`pip install --upgrade httpreplay`).