ivre scancli --update-schema
)ivre view --update-schema
)db2view
operation againHello how can I change NMAP_SCAN_TEMPLATES so that I can scan UPD and TCP in the range 0-65535. My config:NMAP_SCAN_TEMPLATES = {
"default": {
"scans": ["U", 'S'],
"ports": "0-65535",
"host_timeout": "15m", # default value: None
"script_timeout": "2m", # default value: None
"scripts_categories": ["default", "discovery", "auth"], # default value: None
"scripts_exclude": [
"broadcast",
"brute",
"dos",
"exploit",
"external",
"fuzzer",
"intrusive",
],
}
}
And after scan i have error like this
'Traceback (most recent call last):
File "/usr/lib/python3.8/xml/sax/expatreader.py", line 217, in feed
self._parser.Parse(data, isFinal)
xml.parsers.expat.ExpatError: no element found: line 154, column 0`
ivre view --delete --no-openport
if you want to remove them from the view)
/etc/ivre.conf
, ~/.ivre.conf
or both)?
python -c "from ivre import config;print(config.WEB_STATIC_PATH)"
None
$cat /etc/ivre/ivre.conf
DB="tinydb://%s/.ivre" % os.path.expanduser("~")