PAS-12: Implement processing of HTTP output



Issue Information

Issue Type: New Feature
 
Priority: Major
Status: Closed

Reported By:
Ben Tasker
Assigned To:
Ben Tasker
Project: PCAP Analysis Script (PAS)
Resolution: Done (2015-11-27 13:14:23)
Affects Version: 0.1,
Target version: 0.1,
Components: Reports , HTTP ,

Created: 2015-11-25 22:37:01
Time Spent Working
Estimated:
  
30 minutes
Remaining:
 
0 minutes
Logged:
 
45 minutes


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


Toggle State Changes

Activity


btasker changed status from 'Open' to 'In Progress'
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.
btasker changed status from 'In Progress' to 'Open'
btasker changed timespent from '0 minutes' to '45 minutes'
btasker changed status from 'Open' to 'Resolved'
btasker added 'Done' to resolution
btasker changed status from 'Resolved' to 'Closed'

Repo: PCAPAnalyseandReport
Commit: 5f28fb642e061f2132cd8f6c38e788ea5c90f377
Author: Ben Tasker <github@<Domain Hidden>>

Date: Wed Nov 25 23:20:54 2015 +0000
Commit Message: Moved to explicit processing of HTTP data. See PAS-12



Modified (-)(+)
-------
PCAP_Analysis.sh




Webhook User-Agent

GitHub-Hookshot/333881f


View Commit

Re-opening to assign to a component
btasker removed 'Done' from resolution
btasker changed status from 'Closed' to 'Reopened'
btasker changed status from 'Reopened' to 'Resolved'
btasker added 'Done' to resolution
btasker changed status from 'Resolved' to 'Closed'

Work log


Ben Tasker
Permalink
2015-11-25 23:22:22

Time Spent: 45 minutes
Log Entry: Implementing and testing