Mike Rheinheimer
9efba05e0c
expose hosterrorscache.Cache as an interface ( #2291 )
...
* expose hosterrorscache as an interface, change signature to capture the error reason
* use the hosterrorscache.CacheInterface as struct field so users of Nuclei embedded can provide their own cache implementation
Co-authored-by: Mike Rheinheimer <mrheinheimer@atlassian.com>
2022-07-19 02:05:53 +05:30
Mzack9999
3c945f6ae9
Adding stricter check on offline templates list ( #2213 )
2022-07-11 22:38:07 +05:30
Ice3man
7875b06fc8
Added exclude-matchers support for template & matchers ( #2218 )
...
* Added exclude-matchers support for template & matchers
* Fixed panics due to typo
* Added support for only template ID + misc cleanup
2022-06-24 23:09:27 +05:30
Sajad
b715a601e8
Adding nil operator check on clustering ( #2173 )
...
* add nil operator check
* move nil pointer check
2022-06-16 14:41:05 +05:30
tanimdiucse123
e575f53be7
Empty string test can be improved ( #2115 )
...
It is not recommended to use len for empty string test.
A string can be tested for its emptiness either by treating it as a slice and calculating the length of the slice, or by treating it as a string and directly comparing the value. While both produce identical code when compiled, it makes more sense to treat a string as itself, than a slice, for the sake of comparison of values.
Examples
Bad practice
len(s) == 0
Recommended
s == ""
The recommended practice is considered more idiomatic in Go.
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2022-06-11 14:11:43 +05:30
GitHub Action
737132bc88
Auto Generate Syntax Docs + JSONSchema [Mon Apr 25 08:40:12 UTC 2022] 🤖
2022-04-25 08:40:12 +00:00
Sandeep Singh
d3b4a86d2a
Merge pull request #1785 from projectdiscovery/variables-introduction
...
Added variables for nuclei + refactor variable handling
2022-04-21 17:59:01 +05:30
GitHub Action
a734b9d6c1
Auto Generate Syntax Docs + JSONSchema [Thu Apr 21 11:19:39 UTC 2022] 🤖
2022-04-21 11:19:39 +00:00
GitHub Action
ef18886d39
Auto Generate Syntax Docs + JSONSchema [Fri Apr 15 13:31:14 UTC 2022] 🤖
2022-04-15 13:31:14 +00:00
Ice3man
aea79638c6
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into variables-introduction
2022-04-06 19:04:27 +05:30
Ice3man
a0ece302d1
Moved variables to template level + misc
2022-03-31 00:54:35 +05:30
Sandeep Singh
6ede70116d
Merge pull request #1762 from projectdiscovery/clustering-improvements
...
Added comments to clustering + misc improvements
2022-03-30 12:54:33 +05:30
GitHub Action
924b615a6c
Auto Generate Syntax Docs + JSONSchema [Tue Mar 29 12:22:43 UTC 2022] 🤖
2022-03-29 12:22:43 +00:00
GitHub Action
f4e6e892e0
Auto Generate Syntax Docs + JSONSchema [Mon Mar 21 10:22:10 UTC 2022] 🤖
2022-03-21 10:22:10 +00:00
Ice3man
32bc6c1718
Misc changes, moving things around as per review
2022-03-14 12:32:05 +05:30
Ice3man
9da8c0593b
Added comments to clustering + misc improvements
2022-03-11 22:08:30 +05:30
GitHub Action
165c9e7013
Auto Generate Syntax Docs + JSONSchema [Tue Mar 1 17:21:24 UTC 2022] 🤖
2022-03-01 17:21:24 +00:00
GitHub Action
8026042456
Auto Generate Syntax Docs + JSONSchema [Mon Feb 28 18:52:47 UTC 2022] 🤖
2022-02-28 18:52:47 +00:00
GitHub Action
d3f06ec68f
Auto Generate Syntax Docs + JSONSchema [Mon Feb 28 07:41:00 UTC 2022] 🤖
2022-02-28 07:41:00 +00:00
GitHub Action
cf2f7b612b
Auto Generate Syntax Docs + JSONSchema [Sat Feb 26 12:12:56 UTC 2022] 🤖
2022-02-26 12:12:56 +00:00
GitHub Action
d7d896b75a
Auto Generate Syntax Docs + JSONSchema [Thu Feb 10 10:30:58 UTC 2022] 🤖
2022-02-10 10:30:58 +00:00
Mzack9999
0732406a68
Uniform behavior for input CLI flags ( #1569 )
...
* Adding file normalized string slice support
* updating goflags
2022-02-09 10:16:17 +05:30
forgedhallpass
72af50155d
Typo fixes
2022-02-07 16:41:55 +02:00
GitHub Action
845bae5c32
Auto Generate Syntax Docs + JSONSchema [Sat Feb 5 15:00:13 UTC 2022] 🤖
2022-02-05 15:00:13 +00:00
GitHub Action
a06e1c59ab
Auto Generate Syntax Docs + JSONSchema [Sat Feb 5 06:56:19 UTC 2022] 🤖
2022-02-05 06:56:19 +00:00
GitHub Action
ddd652c3ed
Auto Generate Syntax Docs + JSONSchema [Thu Feb 3 05:55:07 UTC 2022] 🤖
2022-02-03 05:55:07 +00:00
Sandeep Singh
8566bc0374
Merge pull request #1472 from projectdiscovery/remote-templates
...
Add support to run remote template
2022-01-27 18:02:52 +05:30
Sajad Parra
c6de2ca406
rename few vars, extract duplicate functions to utils
2022-01-24 16:48:12 +05:30
GitHub Action
72e842885d
Auto Generate Syntax Docs + JSONSchema [Sun Jan 16 11:36:33 UTC 2022] 🤖
2022-01-16 11:36:33 +00:00
mzack
11df6da209
Excluding non yaml file from new additions loading
2022-01-14 11:20:19 +01:00
Sajad Parra
d1303797c0
* Add support to run remote template
...
* Add remote-template-domain config only flag to specify allowed domain list to load remote templates from
2022-01-12 18:33:17 +05:30
mzack
1f878192ec
Merge branch 'dev' into issue-614-scan-resume
2021-12-23 13:15:47 +01:00
GitHub Action
fdc29180a0
Auto Generate Syntax Docs + JSONSchema [Sun Dec 19 19:37:37 UTC 2021] 🤖
2021-12-19 19:37:37 +00:00
Sandeep Singh
2dc877a99f
Merge pull request #1247 from projectdiscovery/research-aws-signing
...
Adding support for aws request signing
2021-12-20 01:06:13 +05:30
GitHub Action
4c70e4976b
Auto Generate Syntax Docs + JSONSchema [Thu Dec 16 11:39:23 UTC 2021] 🤖
2021-12-16 11:39:23 +00:00
Sajad
5200bcd94f
Whois Protocol Support (using rdap) ( #1354 )
...
* init rdap
* add an integration test, option to supply RDAP server to execute the request on
* add rdap protocolMappings
* add debug info, add IP, ASN query type support
* rename rdap to whois, Host to Query in template
* rename pending rdap to whois
* remove port from whois varaiables
* set Host variable even if input is not a parsable url
2021-12-16 17:08:02 +05:30
GitHub Action
8b20f384a7
Auto Generate Syntax Docs + JSONSchema [Thu Dec 16 10:52:36 UTC 2021] 🤖
2021-12-16 10:52:36 +00:00
Mzack9999
1fbbce4e41
Adding support for implicit validation during marshal/unmarshal ( #1329 )
2021-12-16 15:39:38 +05:30
mzack
c47196bcc8
Merge branch 'dev' into research-aws-signing
2021-12-06 08:17:03 +01:00
GitHub Action
0ca39bb6d2
Auto Generate Syntax Docs + JSONSchema [Fri Dec 3 03:46:08 UTC 2021] 🤖
2021-12-03 03:46:08 +00:00
Sandeep Singh
eac6ea1bfe
Merge pull request #1284 from projectdiscovery/dns-optional
...
Added default fields for DNS requests
2021-12-03 09:14:49 +05:30
GitHub Action
5eb17833e4
Auto Generate Syntax Docs + JSONSchema [Thu Dec 2 19:06:54 UTC 2021] 🤖
2021-12-02 19:06:54 +00:00
GitHub Action
46a2a4440d
Auto Generate Syntax Docs + JSONSchema [Thu Dec 2 12:32:20 UTC 2021] 🤖
2021-12-02 12:32:20 +00:00
Mzack9999
40baa302b2
Merge branch 'dev' into research-aws-signing
2021-12-02 12:56:37 +01:00
Sajad Parra
18f57130ca
Merge branch 'dev' into stop-at-first-match
2021-12-02 17:03:02 +05:30
GitHub Action
9a0ce60a4f
Auto Generate Syntax Docs + JSONSchema [Thu Dec 2 10:59:29 UTC 2021] 🤖
2021-12-02 10:59:29 +00:00
GitHub Action
a9f6f04394
Auto Generate Syntax Docs + JSONSchema [Tue Nov 30 17:17:46 UTC 2021] 🤖
2021-11-30 17:17:46 +00:00
Ice3man543
eb7c704d36
Merging from dev
2021-11-30 16:23:39 +05:30
mzack
2140ffa382
Adding stop-resume support
2021-11-29 14:38:45 +01:00
Sajad Parra
f60e93aae1
add template level stop at first match option
2021-11-29 16:01:06 +05:30