gavz / nuclei-templates-bitrix

Some nuclei templates for pentest CMS Bitrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuclei-templates-bitrix

This repository contains nuclei templates for scanning websites built on CMS Bitrix.

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/jhonnybonny/nuclei-templates-bitrix.git
cd nuclei-templates-bitrix
  1. Install nuclei if you haven't already. Refer to the nuclei documentation for installation instructions.
  2. Run nuclei with the Bitrix templates on a list of targets specified in TARGETS.txt:
nuclei -t . -l TARGETS.txt

Replace TARGETS.txt with your list of target URLs or IP addresses. Or, you can run nuclei with the Bitrix templates on a specific URL:

nuclei -t . -u https://example.com

Replace https://example.com with the URL of the website you want to scan.

Customization

You can customize the templates or add new ones according to your requirements. Refer to the nuclei documentation for writing custom templates.

Contributing

Contributions are welcome! If you have new templates or improvements to existing ones, feel free to open a pull request.

License

This project is licensed under the MIT License.

About

Some nuclei templates for pentest CMS Bitrix

License:MIT License