mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-28 08:15:25 +00:00
* add execute function in dns * Add payload in dns protocol * Add integration test to cover dns payload - also check command line overriding a payload variable * Update matchedAt and remove trailing dot * Consider payload data for request count - Update verbose output to print question - Update dns requests Requests function to consider payload data * update gitignore * bump nuclei version to v2.9.4-dev --------- Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
.idea
|
|
.vscode
|
|
v2/vendor
|
|
v2/dist
|
|
integration_tests/nuclei
|
|
integration_tests/integration-test
|
|
v2/cmd/nuclei/main
|
|
v2/cmd/nuclei/nuclei
|
|
v2/cmd/integration-test/nuclei
|
|
v2/cmd/functional-test/nuclei_dev
|
|
v2/cmd/functional-test/nuclei_main
|
|
v2/cmd/functional-test/functional-test
|
|
v2/cmd/docgen/docgen
|
|
v2/pkg/protocols/common/helpers/deserialization/testdata/Deserialize.class
|
|
v2/pkg/protocols/common/helpers/deserialization/testdata/ValueObject.class
|
|
v2/pkg/protocols/common/helpers/deserialization/testdata/ValueObject2.ser
|
|
*.exe
|
|
v2/.gitignore
|