forked from ivre/ivre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivre.conf
22 lines (22 loc) · 1 KB
/
ivre.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DEBUG = True
IPDATA_URLS = {
'GeoIPCountryCSV.zip':
'https://ivre.rocks/data/tests/db/GeoIPCountryCSV.zip',
'GeoIPCityCSV.zip':
'https://ivre.rocks/data/tests/db/GeoLiteCity-latest.zip',
'GeoIPASNumCSV.zip':
'https://ivre.rocks/data/tests/db/GeoIPASNum2.zip',
'iso3166.csv': 'https://ivre.rocks/data/tests/db/iso3166.csv',
'BGP.raw': 'https://ivre.rocks/data/tests/db/data-raw-table',
}
NMAP_SCAN_TEMPLATES["default"]["pings"] = []
NMAP_SCAN_TEMPLATES["default"]["scans"] = "T"
NMAP_SCAN_TEMPLATES["default"]["osdetect"] = False
NMAP_SCAN_TEMPLATES["default"]["traceroute"] = False
NMAP_SCAN_TEMPLATES["http"] = NMAP_SCAN_TEMPLATES["default"].copy()
NMAP_SCAN_TEMPLATES["http"]["ports"] = "T:80"
NMAP_SCAN_TEMPLATES["http"]['scripts_categories'] = []
NMAP_SCAN_TEMPLATES["http"]['scripts_exclude'] = []
NMAP_SCAN_TEMPLATES["http"]['scripts_force'] = ["http-title", "http-screenshot"]
NMAP_SCAN_TEMPLATES["http"]['extra_options'] = ["--open"]
AGENT_MASTER_PATH = "/home/travis/var_lib/ivre/master"