Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 414 Bytes

Active Measurement Info Page [Template]

This repository provides a simple HTML template page that can be run on a scan server to inform network operators about the campaign. Simply clone the repository and adjust it to your needs.

Run

Use a web-server of your choice, an example is given below.

Python HTTP Server

python3 -m http.server 80 --bind [server ip-addr.] --directory [path/to/this/directory]