287 Commits

Author SHA1 Message Date
forgedhallpass
1106262a4b Merge remote-tracking branch 'upstream/dev' 2021-08-17 12:08:56 +03:00
Ice3man
6e45e29995
Merge pull request #924 from savushkin-yauheni/pitchfork-validation-fix
fixed pitchfork validation
2021-08-16 20:49:56 +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
Ice3man
3c9c43ee24
Merge pull request #935 from wdahlenburg/domain_support
Add Additional Generic Url Variables
2021-08-13 20:10:15 +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
fd948b6f96 Adding support to ignore random internal errors 2021-08-10 11:49:01 +02:00
savik
fb18feea76
fixed pitchfork validation 2021-08-10 12:34:37 +03:00
Sandeep Singh
af6a720e21
Merge pull request #900 from projectdiscovery/xpath-extractors
Added xpath extractors for http requests
2021-08-10 02:16:56 +05:30
mzack
08b467e3ca Merge branch 'dev' into feature-cli-variables 2021-08-09 20:11:11 +02:00
mzack
fbe9d3d0a4 Merge branch 'dev' into xpath-extractors 2021-08-09 13:04:57 +02:00
mzack
4d81aead0f Merge branch 'dev' into feature-cli-variables 2021-08-09 12:49:29 +02:00
mzack
f016a9c4ce merging dev 2021-08-09 12:47:47 +02:00
mzack
22f912e20e misc 2021-08-09 12:38:31 +02:00
mzack
b5338a5281 Using goflags runtime map for runtime variables 2021-08-09 10:51:52 +02:00
mzack
5be59c8bea Making map of env vars singleton 2021-08-09 09:49:07 +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
mzack
aa0ea8123a thread safe + client reuse refactoring 2021-08-08 21:52:01 +02:00
mzack
24a171ecad fixing linter warnings 2021-08-08 10:28:01 +02:00
mzack
4904bbf494 Fixing automatic keep alive handling with manual connection header 2021-08-08 10:25:17 +02:00
forgedhallpass
d3154648d2 Merge remote-tracking branch 'upstream/dev' 2021-08-03 15:26:45 +03:00
Ice3man
f516136bd7
Merge pull request #898 from KaulSe/try-add-json-support
Adding JSON extractor support
2021-08-02 22:04:51 +05:30
Ice3man543
11e5520166 Added xpath based extractor support 2021-08-02 21:43:50 +05:30
seb
aae26f37a6 add JSONScalarToString and more tests for JSON extractor 2021-08-02 13:19:39 +02:00
seb
d2e7cca17b fix golint 2021-08-01 14:42:04 +02:00
seb
da71945f97 Update operators_test.go 2021-07-31 23:51:23 +02:00
seb
166344d793 add and fix tests for json 2021-07-31 23:48:14 +02:00
seb
3529cfa1d6 json extractor support 2021-07-31 22:49:23 +02:00
Ice3man543
8d0b5d6203 RES-120 Added functional testing implementation 2021-07-30 15:29:12 +05:30
Ice3man543
4eecec4c94 Changed file names 2021-07-24 19:28:09 +05:30
Ice3man
b78780cd96
Merge branch 'dev' into deserialization-helpers 2021-07-24 19:20:36 +05:30
Sandeep Singh
a7f3da3983
Merge pull request #855 from ChriZzn/master
Adding DS (DNSSec) Tag to available DNS-Record type
2021-07-22 14:17:23 +05:30
cw
9aa783459d Adding DS (DNSSec) Tag to available DNS-Record type 2021-07-21 16:48:01 +02:00
mzack
d29d7f8b56 Fixing missing headers in request dump 2021-07-19 23:34:22 +02:00
forgedhallpass
5d89bb8056 RES-84 # Improve Nuclei CLI interface
* fixed issues reported by the linter
2021-07-19 21:04:08 +03:00
Ice3man543
0fd65e2bf2 Integrated deserialization helpers to nuclei + Misc bug fixes 2021-07-18 05:35:06 +05:30
Ice3man543
5af0f55ef8 Added more encoding + misc 2021-07-18 04:52:51 +05:30
Ice3man543
f903187df3 Started work on java deserialization helpers 2021-07-18 04:34:39 +05:30
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
5a495e1e99 RES-84 # Improve Nuclei CLI interface (WIP)
* Integration of the previous logic to 2.4.0
* Unit and ITs passing
* refactored the template matching logic
2021-07-15 13:41:41 +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
c2fde993ff Nuclei Parallel HTTP Map crash fix 2021-07-10 14:54:49 +05:30
Sandeep Singh
063fede82c
Merge pull request #811 from projectdiscovery/network-features
Network features addition
2021-07-06 22:44:17 +05:30
Ice3man543
2153459a51 Crash fix 2021-07-06 21:13:26 +05:30