Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 845 Bytes

website-formatter-readme.md

File metadata and controls

19 lines (13 loc) · 845 Bytes

Overview

This script is used to gather the metadata around a domain, such as the IP address and geo-coordinates.

Install

You need python, preferrably python version 3. It is helpful to create a virtual environment so that all the packages that are downloaded are not system-wide.

Download Python3

https://www.python.org/downloads/

Create virtual environment

You may need to run pip install virtualenv first before running: python3 -m venv venv/

Install dependencies

pip install -r requirements.txt or pip3 install -r requirements.txt

Run it!

Give the script the location of the CSV file you want to gather the information for: python website-formatter.py /location/to/csv/file.csv

ex. python website-formatter.py ~/code/massmove/AttackVectors/LocalJournals/sites-geocoded.csv