sandeep
8096737e1a
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into update-custom-dir
2022-03-09 01:52:08 +05:30
Sandeep Singh
2f619c3a04
Merge pull request #1690 from vavkamil/vavkamil/fix-jira-reporting
...
fix(jira): Update labels when creating Jira issue
2022-03-08 19:13:46 +05:30
Sandeep Singh
ce2a5c3d81
Merge branch 'dev' into issue-1594-regexp
2022-03-08 10:05:06 +05:30
Sandeep Singh
65abcecd93
Merge pull request #1673 from projectdiscovery/pprof-support
...
Added pprof-server support with enable-pprof flag
2022-03-08 09:43:49 +05:30
Kamil Vavra
b662f74900
fix(jira): Fixes issue with space in labels
2022-03-07 17:11:20 +01:00
Mzack9999
42bcc32c85
Merge branch 'dev' into issue-1594-regexp
2022-03-07 11:41:51 +01:00
Sandeep Singh
816ad073b9
Merge pull request #1672 from projectdiscovery/fix-update-check-tests
...
Run template update once during functional and integration test
2022-03-03 23:27:33 +05:30
Ice3man
632174e8e9
Fixed an issue with nuclei binary name in functional test
2022-03-03 19:51:16 +05:30
Ice3man
f6dc6264dd
Added pprof-server support with ena
...
ble-pprof flag
2022-03-03 19:44:29 +05:30
Ice3man
4d6071c1e0
Run template update once during functional and integration test
2022-03-03 19:10:03 +05:30
Ice3man
a1dbbc5e88
Renamed variables to be more appropriate + changed return message
2022-03-03 19:01:46 +05:30
Sajad Parra
bdc1b337e0
fix setting custom nuclei-templates directory #1611
2022-03-02 16:50:20 +05:30
mzack
e8780b7db1
Merge branch 'dev' into issue-1594-regexp
2022-02-25 13:04:46 +01:00
Ice3man
42b3a5d3e2
Allow random resume file generation on conflict + made resume string flag
2022-02-24 14:32:41 +05:30
Sandeep Singh
bf7a9aa708
Merge branch 'dev' into proxy-to-stringslice
2022-02-24 01:43:53 +05:30
mzack
6746071979
Refactoring file templates to handle large files in chunks + removing deprecated io methods
2022-02-23 13:54:46 +01:00
Ice3man
793db8a614
Use normalized original helpers to skip lowercasing for flags
2022-02-23 18:00:43 +05:30
sandeep
cedb1f45f7
readme update
2022-02-22 15:23:47 +05:30
Ice3man
981e777b58
Use stringslice for proxy configuration instead of normalized
2022-02-20 17:41:10 +05:30
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
Sandeep Singh
145faeef8d
Merge pull request #1574 from projectdiscovery/issue-582-headless-payloads
...
Adding support for payloads in headless protocol
2022-02-05 20:28:46 +05:30
mzack
8694af971e
fixing test
2022-02-04 11:51:29 +01:00
mzack
54d8f9fdb5
Adding support for payloads in headless protocol
2022-02-04 11:43:42 +01:00
mzack
62fc7a8110
Merge branch 'dev' into issue-1231-zcrypto
2022-02-03 09:02:09 +01:00
Sandeep Singh
04f8f84c9d
Merge pull request #1564 from projectdiscovery/issue-1542-caa-query
...
Adding support for DNS CAA query
2022-02-03 11:23:03 +05:30
mzack
4d6a8a71a7
Adding support for DNS CAA query
2022-02-02 07:54:15 +01:00
mzack
3807e648c7
Fixing exit at first match with extractors
2022-02-01 11:25:29 +01:00
mzack
19d2b80a1c
adding ssl test cases + tcpserver refactor
2022-01-27 21:29:28 +01: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
30850ced50
fix remote template integration test cases
2022-01-27 17:19:23 +05:30
mzack
a6798f37ad
making ztls global and optional
2022-01-25 20:48:21 +01:00
Sandeep Singh
3091e7075f
Merge pull request #1506 from projectdiscovery/default-port-fix
...
fix: strip default http/https ports from Host header
2022-01-20 17:50:56 +05:30
Ice3man
4f7148248b
misc changes
2022-01-20 17:27:53 +05:30
Sandeep Singh
93616a9e80
Merge pull request #1511 from projectdiscovery/issue-1464-dns-ptr-query
...
Adding auto-PTR IP to FQDN
2022-01-19 17:30:12 +05:30
Sandeep Singh
59762ae266
Merge pull request #1503 from projectdiscovery/dsl_concat
...
DSL concat function
2022-01-18 21:34:21 +05:30
mzack
aec007e1b4
adding integration tests for single/multiple race conditions requests
2022-01-18 14:15:15 +01:00
mzack
f552b07a5f
fixing test case
2022-01-18 13:49:23 +01:00
mzack
994bc9e789
adding PTR integration test
2022-01-18 13:47:15 +01:00
Ice3man
693796789b
fix: strip default http/https ports from Host header
2022-01-18 04:13:59 +05:30
forgedhallpass
286e27510d
test: introduce 'concat' DSL function
...
* correct order and number of expected results
2022-01-17 13:50:42 +02:00
Ice3man
24326389a4
Added interactsh additional variables support ( #1468 )
...
* Added interactsh additional variables support
* Added support for interact server rotation
* Misc fixes to interact related modules
* Fixed a crash with interactsh
* Perform deduplication of output extract data before printing
2022-01-13 13:22:43 +05:30
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
Mzack9999
0635b9e54f
Adding support for ignore file path override if custom config file is used ( #1441 )
...
* Adding support for ignore file path override if custom config file is used
2022-01-10 14:46:48 +05:30
Mzack9999
39519c01a6
Adding support for template id based execution ( #1448 )
2022-01-07 17:30:20 +05:30
Sandeep Singh
88bb6cb046
Merge pull request #1308 from projectdiscovery/issue-614-scan-resume
...
Adding stop-resume support
2022-01-03 15:07:30 +05:30
mzack
1f878192ec
Merge branch 'dev' into issue-614-scan-resume
2021-12-23 13:15:47 +01:00
Sajad Parra
c0f9c1da70
interactsh stopAtFirstMatch intergration test
2021-12-21 15:24:16 +05:30
mzack
d27239e953
Fixing CVE annotate crash
2021-12-20 12:17:04 +01:00
sandeep
8e62abe6e7
fix: example reporting config update
2021-12-20 01:14:23 +05:30
Mzack9999
e9034a459d
Fixing wrong function/variable name in whois integration test ( #1389 )
...
* Fixing wrong function/variable name
* remove explicit result length check for whois integration test
Co-authored-by: Sajad Parra <parrasajad@gmail.com>
2021-12-17 11:55:46 +05:30