########################################################################################## PAS-12: Implement processing of HTTP output ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2015-11-27 13:14:23) Project: PCAP Analysis Script (PAS) Reported By: btasker Assigned To: btasker Components: - Reports - HTTP Affected Versions: - 0.1 Targeted for fix in version: - 0.1 Time Estimate: 0 minutes Time Logged: 45 minutes ----------------------------------------------------------------------------------------- Issue Description ================== The grab of HTTP data is currently dumped verbatim into _webtraffic.csv_ ( https://github.com/bentasker/PCAPAnalyseandReport/blob/d78d06f633b42f27f575bfc13df1979e37873ac4/PCAP_Analysis.sh#L206 ) That works fine, but makes it difficult to add new datapoints in without having to budge the SSL/TLS related fields along. There are almost certainly other things worth grabbing from HTTP connections, so should look at reproducing the SSL loop but for HTTP connections ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2015-11-25 22:37:10 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'In Progress' ----------------------------------------------------------------------------------------- 2015-11-25 23:21:50 btasker ----------------------------------------------------------------------------------------- Have introduced a loop to work through the HTTP entries. It's a little slower, but not dramatically so. Have also surrounded text fields within the CSV in quotes to that it behaves better if opened in something like Libreoffice. ----------------------------------------------------------------------------------------- 2015-11-25 23:22:04 ----------------------------------------------------------------------------------------- btasker changed status from 'In Progress' to 'Open' ----------------------------------------------------------------------------------------- 2015-11-25 23:22:23 ----------------------------------------------------------------------------------------- btasker changed timespent from '0 minutes' to '45 minutes' ----------------------------------------------------------------------------------------- 2015-11-25 23:22:34 ----------------------------------------------------------------------------------------- btasker changed status from 'Open' to 'Resolved' ----------------------------------------------------------------------------------------- 2015-11-25 23:22:34 ----------------------------------------------------------------------------------------- btasker added 'Done' to resolution ----------------------------------------------------------------------------------------- 2015-11-25 23:22:38 ----------------------------------------------------------------------------------------- btasker changed status from 'Resolved' to 'Closed' ----------------------------------------------------------------------------------------- 2015-11-25 23:23:41 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: PCAPAnalyseandReport Commit: 5f28fb642e061f2132cd8f6c38e788ea5c90f377 Author: Ben Tasker