Tarun Koyalwar
628628893c
fix make http request inconsistencies ( #3243 )
...
* fix make http request inconsistencies
* remove parameters from http vars
* fix trailingslash unit test
* naming conventions: best practices
* fix publish docs action
* remove branch ref from push
2023-02-01 17:23:28 +05:30
Tarun Koyalwar
0b2a3e296a
fix url encoding issues and inconsistencies ( #3211 )
...
* fix url encoding issues
* complete requested changes and improvements
* fix missing issue-tracker-config.yaml
* fuzz: deepcopy and use urlutil.Params
2023-01-24 22:04:52 +05:30
Tarun Koyalwar
a5b39dcaa5
automerge url parameters from input and templates ( #3010 )
...
* fix automerge url parameters
* fix url encoding & refactor raw request
* handle trailing slash edgecases
* minor code refactoring
2022-12-13 12:09:31 +05:30
Mzack9999
96c1dd3720
Adding custom ip to protocol generated variables ( #3011 )
...
* lint errors
* Extending context args support
* Ip => ip
2022-12-10 00:17:03 +05:30
Ice3man
b9472cf7e1
Added fuzzing support for query params + var dump feature ( #2679 )
...
* Added fuzzing support for query params + var dump feature
* Added query-fuzz integration test
* Fixed payloads + added keys-regex fuzz parameter
* Fixed interactsh not working + misc
* Fixed evaluation + added global variables/dsl support to payloads
* Misc fixes related to variables evaluations
* Added http variables support to fuzz
* misc
* Misc
* Added testing playground + misc renaming
* Added support for path and raw request to fuzzing
* Fixed fuzz integration test
* Fixed variable unresolved issue
* Add multiple parameter support with same name
* Added parameter value as 'value' dsl variable for parts
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2022-11-01 20:28:50 +05:30
Ice3man
2873e6ebc8
Added timeout context cancellation to http requests ( #2319 )
2022-07-21 21:29:34 +05:30
Mzack9999
02eaf91e6a
Adding variables support for headless templates ( #2064 )
2022-05-27 21:31:56 +05:30
mzack
d2b5579303
Adding proxy support for internal standard HTTP requests
2022-03-09 12:31:12 +01: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
mzack
d0040e440f
enabling fallback in tests
2021-12-29 11:16:54 +01:00
Ice3man543
72a387c40a
Merge from dev
2021-11-30 16:55:09 +05:30
forgedhallpass
7e22d70ded
refactor/documentation: typos and grammatical errors
2021-11-25 18:54:16 +02:00
forgedhallpass
47340f06b0
refactor: uniformly sorted imports
2021-11-25 17:09:20 +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
LuitelSamikshya
d078b72381
enum changes for http method ( #1234 )
...
* enum changes for http method
2021-11-18 19:20:21 +05:30
Ice3man543
213853c45d
Merge from dev
2021-11-08 15:40:18 +05:30
Sajad Parra
6d0d3e1c35
add unique check to test case
2021-11-05 20:00:46 +05:30
Sajad Parra
4d8eaad0a3
add unit test for unique interactsh url #1068
2021-11-05 15:27:49 +05:30
Ice3man543
8ad3ebcd05
Made code changes as per review comments
2021-11-05 03:01:41 +05:30
Sajad Parra
41393fc09d
unique payload per interactsh placeholder #1068
2021-11-04 17:13:47 +05:30
Ice3man543
53164c3f3e
Misc linter related changes
2021-11-04 02:44:47 +05:30
Ice3man543
a60b10afca
Added an enum for attackType
2021-11-04 02:41:56 +05:30
forgedhallpass
16a54e3b98
YAML Unmarshal error in reporting template #995
2021-09-03 16:48:39 +03:00
Ice3man543
482fea58a8
Added separate Path and File variables for HTTP requests
2021-08-30 13:35:11 +05:30
forgedhallpass
1106262a4b
Merge remote-tracking branch 'upstream/dev'
2021-08-17 12:08:56 +03:00
Ice3man543
2ffffbcc04
Added more variables + misc
2021-08-13 20:08:18 +05:30
Wyatt Dahlenburg
da1630fc21
Add additional generic url variables
2021-08-12 12:21:46 -05:00
forgedhallpass
5d89bb8056
RES-84 # Improve Nuclei CLI interface
...
* fixed issues reported by the linter
2021-07-19 21:04:08 +03:00
forgedhallpass
2635c65ce2
RES-84 # Improve Nuclei CLI interface (WIP)
...
* moved the Severity "enum" back to Nuclei (1 unit test failing)
2021-07-16 17:28:13 +03:00
forgedhallpass
2c7d8befcb
RES-84 # Improve Nuclei CLI interface (WIP)
...
* Rename of Info.Severity -> Info.SeverityHolder, Info.Author -> Info.Authors to reflect the underlying data
* extended the IsEmpty(interface{}) to handle maps
2021-07-13 11:12:03 +03:00
forgedhallpass
ed1dc103fe
RES-84 # Improve Nuclei CLI interface (WIP)
...
* Merge from parent
# Conflicts:
# v2/cmd/nuclei/main.go
# v2/internal/runner/config.go
# v2/internal/runner/templates.go
# v2/internal/runner/update.go
# v2/pkg/templates/compile.go
# v2/pkg/templates/compile_test.go
# v2/pkg/types/types.go
2021-07-12 17:20:01 +03:00
Ice3man543
4c594627a9
Started work on interact.sh support
2021-04-16 16:56:41 +05:30
Ice3man543
d0f5c3ce9f
Added feature to run raw http templates without inputs
2021-02-07 03:46:26 +05:30
Ice3man543
1ce09ac908
Misc
2021-02-05 14:43:11 +05:30
Ice3man543
0cd8baf684
More test cases for http protocol
2021-02-04 17:56:53 +05:30
Ice3man543
291ee151b0
More http test cases + easier tag based feature
2021-02-04 14:58:34 +05:30
Ice3man543
a455b054e5
Removing redundant code, cleanup + tests
2021-02-04 04:48:45 +05:30
Ice3man543
f2c20dda12
More tests + tag based execution + misc
2021-02-04 01:09:29 +05:30
Ice3man543
aefa2717f7
Added payload validation + misc
2020-12-29 12:08:46 +05:30
Ice3man543
40d5655328
HTTP request building workflow changes
2020-12-28 01:33:50 +05:30
Ice3man543
2ded647536
Initial generators work started for http + payloads
2020-12-26 22:57:40 +05:30