110 Commits

Author SHA1 Message Date
Ice3man543
e48c8bef23 Fixed lint errors 2021-08-24 13:35:01 +05:30
Ice3man543
6a673053c2 Added jsonschema generation for yaml syntax 2021-08-23 23:50:45 +05:30
Ice3man543
4cc770f102 Merged dev 2021-08-19 16:51:02 +05:30
sandeep
a41d52c35d Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into host-max-errors 2021-08-17 17:54:38 +05:30
sandeep
213b8be0f7 misc update 2021-08-17 16:25:59 +05:30
forgedhallpass
1106262a4b Merge remote-tracking branch 'upstream/dev' 2021-08-17 12:08:56 +03:00
Ice3man
737bf28b8b
Merge branch 'dev' into host-max-errors 2021-08-16 21:26:32 +05:30
Ice3man543
f216c6f6b3 Added HostErrorsCache for tracking failed hosts 2021-08-16 21:24:37 +05:30
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
forgedhallpass
75b21282ab Merge remote-tracking branch 'upstream/dev' 2021-08-05 14:36:28 +03:00
forgedhallpass
ef7591d3c8
Merge pull request #884 from TheSecEng/impl/targets/targets_to_targetfile
implement `TargetsFile` and change logic of `Targets`
2021-08-04 20:39:08 +03:00
TheSecEng
825f417b53
fixes
- Rename Targets -> TargetsFilePath
- Rename Target -> Targets
- Implement target checks (empty, dupe)
- Update documentation
2021-08-03 22:47:09 -07:00
Ice3man543
334243d160 Adding documentation generation to nuclei 2021-08-03 22:33:50 +05:30
forgedhallpass
d3154648d2 Merge remote-tracking branch 'upstream/dev' 2021-08-03 15:26:45 +03:00
Ice3man
e8d30486e4
Merge pull request #896 from souvikhazra1/master
Added support for rate limit per minute
2021-08-02 12:34:23 +05:30
sandeep
d0251192be minor update 2021-08-02 12:12:22 +05:30
sandeep
637713cb68 few updates 2021-08-02 12:02:40 +05:30
sandeep
2c8730690b WIP updates 2021-08-02 11:40:44 +05:30
Souvik Hazra
250b87aa01 Revert "Support for environment variables with .env file"
This reverts commit 25235523dafc5725d55d1a9ddaf6809353d86026.
2021-08-02 11:37:37 +05:30
Souvik Hazra
25235523da Support for environment variables with .env file 2021-08-01 11:00:38 +05:30
Souvik Hazra
eb080223d8 Added support for rate limit per minute 2021-07-31 15:46:21 +05:30
sandeep
0eea45fb60 Add building step 2021-07-30 20:01:27 +05:30
Ice3man543
8d0b5d6203 RES-120 Added functional testing implementation 2021-07-30 15:29:12 +05:30
TheSecEng
0295555c70
switch back to file based input for Targets and switch Target to
receive a goflags.StringSlice (`[]string`) as an argument
2021-07-29 08:14:44 -07:00
Ice3man543
5b03d25743 Do no check for template updates with flag 2021-07-29 19:24:39 +05:30
TheSecEng
34fb629138
implement TargetsFile and change logic of Targets 2021-07-28 17:48:26 -07:00
forgedhallpass
119f7380fb Removing normalization of case-sensitive parameters
Requires integration of a new goflags
2021-07-28 23:01:05 +03:00
Geeknik Labs
7448869f29
Update main.go
typo fix
2021-07-27 08:35:37 -05:00
forgedhallpass
cc2e141a5e RES-87 # Improve Nuclei CLI interface
* small code review fix
2021-07-26 21:53:53 +03:00
forgedhallpass
1c0b60417e RES-87 # Improve Nuclei CLI interface
* ordered the CLI arguments based on their importance
2021-07-26 17:45:08 +03:00
forgedhallpass
acf6a9d5b6 RES-87 # Improve Nuclei CLI interface
* updated the CLI argument descriptions
2021-07-26 17:06:17 +03:00
forgedhallpass
54efe77225 RES-87 # Improve Nuclei CLI interface 2021-07-26 13:39:14 +03:00
sandeep
68cd86838d readme update 2021-07-25 20:03:27 +05:30
sandeep
be5c78c34e minor update 2021-07-25 19:44:46 +05:30
sandeep
b6fe520694 misc updates 2021-07-25 19:40:39 +05:30
sandeep
b5a1935b64 Refreshed CLI Help menu with Grouping options 2021-07-25 17:07:50 +05:30
Ice3man543
3e16929f68 WIP nuclei flags grouping + reordering 2021-07-25 16:13:59 +05:30
Ice3man543
d53c903517 Misc changes to auto-update mechanism 2021-07-25 03:13:46 +05:30
Ice3man543
ecf122c465 Added nuclei-engine auto-update mechanism 2021-07-25 03:07:19 +05:30
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
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
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
sandeep
58fc6b8180 flag tweaks 2021-07-09 00:46:12 +05:30
Sandeep Singh
e015ab6bf4
Merge pull request #816 from xstevens/add-stats-json
Added flag to ouptut stats in JSON format
2021-07-08 15:30:27 +05:30
Xavier Stevens
2c331b2a87 Added flag to ouptut stats in JSON format 2021-07-07 13:30:29 -07:00
Ice3man543
8a80d11467 Support workflows + general code refactor 2021-07-07 19:15:09 +05:30