nuclei/v2/pkg/protocols/network
Shubham Rasal 449afc0c5c
Issue 3564 var override (#3599)
* Check if the variables are override by other means

- you can override the template variable value using command line flags

* Update lazy eval logic

- previously, we were checking any function/expression in variable
- now, update the logic, lazy eval only if variable contains any
  protocol variable(global)

* add integration tests

* Add test to check the dsl function working in variable

* gather all generate variables logic in utils

* go mod update

* Refactor the generate variables function

* go mod update+ fix typo

---------

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
Co-authored-by: Tarun Koyalwar <tarun@projectdiscovery.io>
2023-05-02 23:49:56 +05:30
..
networkclientpool Typo fixes. 2021-09-07 17:31:46 +03:00
network.go update logic + config management refactor (#3567) 2023-04-19 21:58:48 +05:30
network_input_types.go fix json deserialization issues 2023-02-27 14:29:49 +08:00
network_test.go fix: {{Hostname}} to {{Host}} in test 2021-11-30 12:04:47 +05:30
operators.go adding support for dsl extractors 2022-04-20 11:32:13 +02:00
operators_test.go Automatically generate docs for enum values 2021-11-25 19:34:01 +05:30
request.go Issue 3564 var override (#3599) 2023-05-02 23:49:56 +05:30
request_test.go Adding support to scan all v4/v6 IPs (#2709) 2022-11-09 18:48:56 +05:30