Skip to content

adentranter/squidImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#What? The purpose of this script is to create an html file which images from a squid access log are loaded into img tags and outputed to standard html.

#How? To run this script its simple.

python main.py -i /var/log/squid/access.log -o output.html 

To view all the options use the

python main.py -h

###Example output Screenshot of example output

#Advanced use? this command shows how you can tell how many images to load and what IP to look for.

python main.py -i /var/log/squid/access.log -o output.html -x <amount> -a <ip> 

Copyright (C) 2014 Aden Tranter

About

Get a html file of images produced from a squid logfile.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages