vulcan-checks icon indicating copy to clipboard operation
vulcan-checks copied to clipboard

Deprecate exposed-bgp check by a Nuclei template

Open danfaizer opened this issue 8 months ago • 0 comments

The goal of this PR is deprecate vulcan-exposed-bgp check in favour of vulcan-nuclei check by providing custom Nuclei template.

Templates added:

  • BGP Detect

Test the template:

# Nuclei binary is required.

bash ./cmd/vulcan-nuclei/tests/bgp.bash &; \
nuclei \
   -t ./cmd/vulcan-nuclei/templates/network/detection/bgp-detect.yaml \
   -u localhost

danfaizer avatar Oct 19 '23 10:10 danfaizer