Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/scanning/vulns/nmap-vulners
Submodule nmap-vulners updated 65 files
+20 −0 .editorconfig
+29 −0 .gitattributes
+58 −0 .github/actions/apt/action.yml
+239 −0 .github/workflows/catalog-refresh.yml
+221 −0 .github/workflows/catalog.yml
+219 −0 .github/workflows/ci.yml
+182 −0 .github/workflows/release.yml
+86 −0 .gitignore
+272 −0 CONTRIBUTING.md
+576 −667 LICENSE
+488 −68 README.md
+6,949 −0 catalog/fingerprints.json
+19 −0 catalog/index.json
+944 −0 catalog/paths.json
+180 −0 catalog/probes.json
+ docs/demo.gif
+ example.png
+0 −125 http-vulners-paths.txt
+0 −726 http-vulners-regex.json
+0 −216 http-vulners-regex.nse
+391 −0 install.ps1
+428 −0 install.sh
+ paths_regex_example.png
+ simple_regex_example.png
+1,525 −0 tests/e2e/run_e2e.py
+113 −0 tests/fixtures/golden_1x.xml
+4 −0 tests/fixtures/paths_crlf.txt
+2 −0 tests/fixtures/paths_small.txt
+24 −0 tests/fixtures/require_probe.nse
+893 −0 tests/lib/harness.lua
+165 −0 tests/run.nse
+863 −0 tests/test_catalog.lua
+682 −0 tests/test_channels.lua
+310 −0 tests/test_config.lua
+465 −0 tests/test_fingerprints.lua
+152 −0 tests/test_harness.lua
+2,009 −0 tests/test_keyed.lua
+1,100 −0 tests/test_lookup.lua
+349 −0 tests/test_notice.lua
+401 −0 tests/test_render.lua
+1,497 −0 tests/test_sweep.lua
+304 −0 tools/catalog.py
+476 −0 tools/catalog_diff.py
+458 −0 tools/check.py
+0 −0 tools/fingerprints/__init__.py
+2,688 −0 tools/fingerprints/alias-bulletins.json
+926 −0 tools/fingerprints/build.py
+198 −0 tools/fingerprints/luaeval.py
+174 −0 tools/fingerprints/normalize.py
+410 −0 tools/fingerprints/paths.py
+1,052 −0 tools/fingerprints/pcre2lua.py
+139 −0 tools/fingerprints/probes.py
+190 −0 tools/fingerprints/sample.py
+461 −0 tools/fingerprints/selftest.py
+0 −0 tools/fingerprints/sources/__init__.py
+104 −0 tools/fingerprints/sources/legacy.py
+173 −0 tools/fingerprints/sources/nuclei.py
+144 −0 tools/fingerprints/sources/recog.py
+124 −0 tools/fingerprints/sources/wappalyzer.py
+241 −0 tools/fingerprints/validate.py
+269 −0 tools/nmap_style.py
+311 −0 tools/xml_contract.py
+4,315 −232 vulners.nse
+0 −510 vulners_enterprise.nse
+ vulners_enterprise_output.png
Loading