testssl.sh-masscan icon indicating copy to clipboard operation
testssl.sh-masscan copied to clipboard

Make TLS/SSL security mass scans with testssl.sh and import results into ElasticSearch

Results 6 testssl.sh-masscan issues
Sort by recently updated
recently updated
newest added

**Adjustments for Elasticsearch 6 compatibility (tested on Elasticsearch 6.3.2):** * Replace String data type by Keyword data type (fixes #6) * Do not set multiple document types **Other improvements:** -...

No progress and no responses to PRs and issues. Is someone carrying the torch? Maybe @igoltz, over here? https://github.com/igoltz/testssl.sh-masscan/tree/dev-elasticsearch7

Hello, i've a problem with import_testssl.sh_csv_to_ES.py: ./import_testssl.sh_csv_to_ES.py *.csv Traceback (most recent call last): File "./import_testssl.sh_csv_to_ES.py", line 5, in from docTestssl import DocTestSSLResult File "/test/testssl-scan/docTestssl.py", line 4, in from elasticsearch_dsl import...

Hello, I noticed when trying to use your script to import the csv files into elastic search nothing gets imported for the vulnerabilities as it appears with - and also...

There is no default support for secure elasticsearch parameters communications such as XPACK protected cluster. (suspect others like SHIELD and SearchGaurd protected clusters will have similar requirements) (Verified workaround on...

Certificates without SAN result in cert.san: "Browsers, are, complaining" within Elasticsearch Doc Sample CSV line['id'] == "san" from scan csv "san","yourhost.lab/192.168.1.1","443","HIGH","subjectAltName (SAN) : -- Browsers are complaining","","","" Suggest adding test...