mzack
714f0c82a9
adding missing return error
2021-12-16 23:41:18 +01:00
Mzack9999
40baa302b2
Merge branch 'dev' into research-aws-signing
2021-12-02 12:56:37 +01:00
Ice3man543
72a387c40a
Merge from dev
2021-11-30 16:55:09 +05:30
mzack
a631262d91
Merge branch 'dev' into research-aws-signing
2021-11-29 09:36:12 +01:00
Sandeep Singh
95f31090dc
Merge pull request #1292 from projectdiscovery/improvements
...
Small refactorings and linter driven improvements
2021-11-29 12:18:28 +05:30
LuitelSamikshya
b3805999f3
Unsafe flag with base template ( #1279 )
...
* unsafe flag with base template
2021-11-28 04:40:27 +05:30
forgedhallpass
fdd22ab668
refactor: Wrap errors using %w in fmt.Errorf
...
see:
* https://github.com/xxpxxxxp/intellij-plugin-golangci-lint/blob/master/explanation/goerr113.md
* https://go.dev/blog/go1.13-errors#wrapping-errors-with-w
2021-11-25 16:24:37 +02:00
Ice3man543
ef5b476c6d
Reusing dynamically extracted values as iterators in http request
...
This PR adds the support in http module to iterate over the dynamically extracted data from extractors
and use it in other requests. This allows nuclei to follow links on pages, do operations with
multiple versions of the same extracted value, etc.
2021-11-24 21:08:08 +05:30
mzack
b42f0d32ea
Merge branch 'dev' into research-aws-signing
2021-11-18 21:50:49 +01:00
LuitelSamikshya
d078b72381
enum changes for http method ( #1234 )
...
* enum changes for http method
2021-11-18 19:20:21 +05:30
sandeep
f73b20e415
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into research-aws-signing
2021-11-17 02:02:07 +05:30
Ice3man
50a816fce9
Fixed a crash with uninitialized interactsh client ( #1251 )
...
* Fixed a crash with uninitialized interactsh client
2021-11-16 20:02:39 +05:30
mzack
041361c45e
Adding aws sign prototype
2021-11-12 19:29:45 +01:00
mzack
9675efa680
Adding support for custom headers via CLI in raw http requests
2021-11-08 19:33:54 +01:00
Sajad Parra
41393fc09d
unique payload per interactsh placeholder #1068
2021-11-04 17:13:47 +05:30
Sandeep Singh
52382df350
Merge pull request #1121 from projectdiscovery/self-contained-templates
...
Added self-contained http/network requests implementation
2021-10-20 20:54:38 +05:30
Ice3man543
a6c5dbf7fb
added todo
2021-10-20 20:29:28 +05:30
Ice3man543
bb6486910f
typo
2021-10-20 20:27:36 +05:30
Ice3man543
36edde2241
Added comment for old logic
2021-10-20 20:26:40 +05:30
Ice3man543
b8628a6e5b
fixed comment
2021-10-20 20:17:00 +05:30
Ice3man543
0385241732
Misc
2021-10-18 19:48:47 +05:30
mzack
a48e5f52e2
Adding support for interactsh in http payloads
2021-10-18 14:25:25 +02:00
Ice3man543
e3644cf0d8
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into self-contained-templates
2021-10-17 18:50:16 +05:30
mzack
5f9b2b3df3
Adding support for CLi/Env variables in network requests
2021-10-17 11:52:48 +02:00
Ice3man543
736a530bde
Added self-contained http requests implementation
2021-10-14 22:26:01 +05:30
sandeep
aff4197ea9
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into matchers-enhancement#555
2021-09-21 16:36:58 +05:30
forgedhallpass
c5a1753548
Merge branch 'dev' into patch-4
2021-09-16 20:35:43 +03:00
Geeknik Labs
05d1f8aac8
Update build_request.go
...
typo fix
2021-09-16 11:36:08 -05:00
Sajad Parra
f1ad6f6bc5
add payload, variable, helper support to matchers
2021-09-15 18:02:22 +05:30
forgedhallpass
0ce33927c7
Typo fixes.
2021-09-07 17:31:46 +03:00
Ice3man543
482fea58a8
Added separate Path and File variables for HTTP requests
2021-08-30 13:35:11 +05:30
Sajad Parra
1dec3727bc
Merge branch 'dev' into feature/global-payload#554
2021-08-16 00:23:52 +05:30
Sajad Parra
cef6459b7e
add payload/heelper support for http headers, body, method
2021-08-16 00:14:47 +05:30
Ice3man
09d56f4b67
Merge pull request #937 from projectdiscovery/fix/values-precedence
...
change values precedence to prioritise default nuclei values
2021-08-13 20:13:52 +05:30
Ice3man543
2ffffbcc04
Added more variables + misc
2021-08-13 20:08:18 +05:30
Sajad Parra
b4ba7ca144
add payload, helper function support to all http requests
2021-08-13 19:40:10 +05:30
Sajad Parra
46e1528cf6
change values precedence to prioritise default nuclei values
2021-08-13 10:05:28 +05:30
Wyatt Dahlenburg
da1630fc21
Add additional generic url variables
2021-08-12 12:21:46 -05:00
mzack
08b467e3ca
Merge branch 'dev' into feature-cli-variables
2021-08-09 20:11:11 +02:00
mzack
b5338a5281
Using goflags runtime map for runtime variables
2021-08-09 10:51:52 +02:00
mzack
e17117c281
Adding support for global env variables
2021-08-09 00:22:09 +02:00
mzack
fbd362c34c
Adding support for user defined variables via CLI
2021-08-08 23:42:10 +02:00
Sandeep Singh
31fc50d2a5
Merge pull request #697 from projectdiscovery/bugfix-host-header
...
Better host header handling in RFC compliant requests
2021-05-04 18:24:22 +05:30
Ice3man543
8394e696ca
Support interactsh payloads in baseURL
2021-05-03 14:31:44 +05:30
Mzack9999
79dd0549cd
Better host header handling in RFC comliant requests
2021-05-02 20:10:49 +02:00
Ice3man543
e6825d5960
Better marker identification + Misc
2021-04-18 17:53:59 +05:30
Ice3man543
4c594627a9
Started work on interact.sh support
2021-04-16 16:56:41 +05:30
Gia. Bui Dai
e229a3eccc
fix typos
2021-04-13 13:28:29 +07:00
Gia. Bui Dai
7f82270ea7
Fix can't set user agent in templates
2021-04-13 13:27:36 +07:00
Ice3man543
8512b684c5
Lint errors fix
2021-02-26 13:13:11 +05:30