Update .nuclei-ignore
parent
f1c15fb8b6
commit
1470983dd3
|
@ -14,11 +14,55 @@
|
|||
.pre-commit-config.yaml
|
||||
|
||||
# Fuzzing is excluded to avoid running bruteforce on every server as default.
|
||||
fuzzing/
|
||||
helpers/
|
||||
miscellaneous/
|
||||
headless/
|
||||
iot/
|
||||
fuzzing/adminer-panel-fuzz.yaml
|
||||
fuzzing/arbitrary-file-read.yaml
|
||||
fuzzing/directory-traversal.yaml
|
||||
fuzzing/generic-lfi-fuzzing.yaml
|
||||
fuzzing/header-command-injection.yaml
|
||||
fuzzing/iis-shortname.yaml
|
||||
fuzzing/wp-plugin-scan.yaml
|
||||
|
||||
# Miscellaneous
|
||||
|
||||
miscellaneous/detect-dns-over-https.yaml
|
||||
miscellaneous/detect-options-method.yaml
|
||||
miscellaneous/dir-listing.yaml
|
||||
miscellaneous/htaccess-config.yaml
|
||||
miscellaneous/joomla-htaccess.yaml
|
||||
miscellaneous/joomla-manifest-file.yaml
|
||||
miscellaneous/missing-csp.yaml
|
||||
miscellaneous/missing-hsts.yaml
|
||||
miscellaneous/missing-x-frame-options.yaml
|
||||
miscellaneous/moodle-changelog.yaml
|
||||
miscellaneous/ntlm-directories.yaml
|
||||
miscellaneous/old-copyright.yaml
|
||||
miscellaneous/phpmyadmin-setup.yaml
|
||||
miscellaneous/robots.txt.yaml
|
||||
miscellaneous/security.txt.yaml
|
||||
miscellaneous/trace-method.yaml
|
||||
miscellaneous/unencrypted-bigip-ltm-cookie.yaml
|
||||
miscellaneous/unpatched-coldfusion.yaml
|
||||
miscellaneous/xml-schema-detect.yaml
|
||||
|
||||
# Headless
|
||||
|
||||
headless/dvwa-headless-automatic-login.yaml
|
||||
headless/postmessage-tracker.yaml
|
||||
headless/prototype-pollution-check.yaml
|
||||
headless/window-name-domxss.yaml
|
||||
|
||||
# iot
|
||||
|
||||
iot/contacam.yaml
|
||||
iot/epmp-login.yaml
|
||||
iot/hp-laserjet-detect.yaml
|
||||
iot/internet-service.yaml
|
||||
iot/liveview-axis-camera.yaml
|
||||
iot/mobotix-guest-camera.yaml
|
||||
iot/network-camera-detect.yaml
|
||||
iot/nuuno-network-login.yaml
|
||||
iot/panasonic-network-management.yaml
|
||||
iot/selea-ip-camera.yaml
|
||||
|
||||
# CVEs
|
||||
cves/2017/CVE-2017-17562.yaml
|
Loading…
Reference in New Issue