Skip to content

nojeffrey/plus11hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

#####Usage for plus11.py: ./plus11.py oldfile > newfile

#####Format it expects:

1424649600.208370 api.geo.kontagent.net /api/v1/xyz
1424649601.115421 api.geo.kontagent.net /api/v1/abc

#####Outputs

2015-02-23_11:00:00 api.geo.kontagent.net /api/v1/xyz
2015-02-23_11:00:01 api.geo.kontagent.net /api/v1/abc

#####Usage for plus11ChromeHistoryDB.py ######This expects a csv from a Chrome history file, see http://www.forensicswiki.org/wiki/Google_Chrome#History ./plus11ChromeHistoryDB.py oldfile.csv > newfile.csv

#####Format it expects:

"2014-09-10 05:42:05",http://tools.google.com/chrome/intl/en/welcome.html,"Getting Started"
"2014-09-10 05:42:05",https://www.google.com/intl/en/chrome/browser/welcome.html,"Getting Started"

#####Outputs:

2014-09-10 16:42:05,http://tools.google.com/chrome/intl/en/welcome.html,"Getting Started"
2014-09-10 16:42:05,https://www.google.com/intl/en/chrome/browser/welcome.html,"Getting Started"

About

Takes a file seperated by spaces as input with unix timestamp as the first column, it will plus 11 hours on to this. Useful for when logs are in UTC and your local time is different.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages