0.0.0 • Published 8 years ago

get-network-traffic-data v0.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

phantom-network-traffic-data

A CasperJS based script to collect various data about the network traffic traffic for a given list of urls. Outputs it's result into a json file. Requires a config file to work which has two keys (urls and the destination for the output_file).

{
	"urls":[
		"<url>",
    "<some other url>
	],
	"output_file":"output.json"
}