File tree 4 files changed +1
-2
lines changed
4 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ The databases created from the gathered data will be and stay open-source!
13
13
<a href =" https://github.com/O-X-L/risk-db/blob/latest/visualization " >
14
14
<img src =" https://raw.githubusercontent.com/O-X-L/risk-db/refs/heads/latest/visualization/world_map_example.webp " alt =" World Map Example " width =" 800 " />
15
15
<img src =" https://raw.githubusercontent.com/O-X-L/risk-db/refs/heads/latest/visualization/asn_chart_example.webp " alt =" ASN Chart Example " width =" 800 " />
16
- <img src =" https://raw.githubusercontent.com/O-X-L/risk-db/refs/heads/latest/visualization/net_tree_example.webp " alt =" Net Tree Example " width =" 800 " />
17
16
</a >
18
17
19
18
----
Original file line number Diff line number Diff line change 11
11
2 . Generate the JSON file
12
12
13
13
``` bash
14
- python3 world_map_data .py -c ~ /Downloads/country_asn.mmdb -4 ~ /Downloads/risk_ip4_med.json -6 ~ /Downloads/risk_ip6_med.json
14
+ python3 world_map .py -c ~ /Downloads/country_asn.mmdb -4 ~ /Downloads/risk_ip4_med.json -6 ~ /Downloads/risk_ip6_med.json
15
15
```
16
16
17
17
3. For testing - run the minimal python3 webserver to enable JS to access the JSON file:
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments