Updated mirrors
This commit is contained in:
parent
3ff233a991
commit
b14038a335
@ -38,5 +38,4 @@ python ingest_XXXX.py [options] <input>
|
||||
|
||||
___
|
||||
|
||||
###### Mirrors
|
||||
[acid.vegas](https://git.acid.vegas/eris) • [GitHub](https://github.com/acidvegas/eris) • [GitLab](https://gitlab.com/acidvegas/eris) • [SuperNETs](https://git.supernets.org/acidvegas/eris)
|
||||
###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/eris) • [SuperNETs](https://git.supernets.org/acidvegas/eris) • [GitHub](https://github.com/acidvegas/eris) • [GitLab](https://gitlab.com/acidvegas/eris) • [Codeberg](https://codeberg.org/acidvegas/eris)
|
@ -6,7 +6,7 @@
|
||||
# This script takes JSON formatted masscan logs with banners and indexes them into Elasticsearch.
|
||||
#
|
||||
# Saving my "typical" masscan command here for reference to myself:
|
||||
# masscan 0.0.0.0/0 -p80,443 --banners --open-only --rate 50000 --shard 1/10 --excludefile exclude.conf -oJ output.json --interactive
|
||||
# masscan 0.0.0.0/0 -p3559,1900 --banners --open-only --rate 25000 --excludefile exclude.conf -oJ output.json --interactive
|
||||
|
||||
import argparse
|
||||
import json
|
||||
|
Loading…
Reference in New Issue
Block a user