Skip to content

A tool to measure similarity of webpages delivered over IPv4 and IPv6

Notifications You must be signed in to change notification settings

steffiejacob/simweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment:

$ lsb_release -r
Release:        14.10

$ gcc --version
  (Ubuntu 4.9.1-16ubuntu6) 4.9.1

$ sudo apt-get install libcurl4-openssl-dev

Build:

$ make

Run:

$ set env IPVERSION=6
$ set env USER_AGENT="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0)"
$ set env SIMWEB_L=1
$ set env SK_WEBGET_DEBUG=0
$ .build/webget [options] <URL>

OR

$ .build/webget IPVERSION=6 USER_AGENT="Mozilla/4.0 (compatible; MSIE 8.0;Windows NT 6.0)" SIMWEB_L www.facebook.com

About

A tool to measure similarity of webpages delivered over IPv4 and IPv6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages