TODO: Brief intro here
- keywords:
tsinghua.edu.cn
- Hosts:
23.0.0.0/8
or59.66.131.241
- IP:
166.111.55.176
TODO: This should be extend to support more types and more formats
- Python 3.6.0
- Flask 0.12.2
- Censys 0.0.8
- Shodan 1.7.1
- MongoDB 3.6.4
- pymongo 3.6.1
- BeautifulSoup 4.6.0
-
Install requirements
-
Enter working directory
cd threats-aggregation
-
Start Database
mongod --dbpath database/ --port 27017
-
Run aggregator
python3 src/constroller
-
Start server
export FLASK_APP=run.py flask run
TODO: User's Manual here