ganoes
426b95bdf4
Added logger
2021-09-01 11:43:02 +02:00
Ganoes
5c81e5a640
Merge branch 'dev' into dev
2021-09-01 11:37:28 +02:00
ganoes
88ed8a64cd
Updated names of variables to follow guidelines
2021-09-01 11:30:22 +02:00
forgedhallpass
40d88d2304
In-lined error checks, reduced scope of error variables, introduced new error variables instead of re-using them
2021-08-31 12:55:52 +03:00
Ice3man543
e7a0417bc2
Fixed interactsh edge case + debug mode logging for interact
2021-08-26 02:43:58 +05:30
Ice3man543
63bc417398
Use older ioutil package for compatibility
2021-08-25 14:19:46 +05:30
Ice3man
d8b9172559
Merge pull request #973 from projectdiscovery/elasticsearch-export
...
Elasticsearch export
2021-08-25 13:56:12 +05:30
Ice3man
d4e6aac3be
Merge pull request #962 from Nishan8583/elasticsearch-export
...
Elasticsearch export
2021-08-25 13:55:47 +05:30
Ice3man543
071ff1ded9
Removed es exporter cli args + misc changes
2021-08-25 13:53:44 +05:30
Ice3man
535001f937
Merge pull request #968 from projectdiscovery/jsonschema-addition
...
Added jsonschema generation for yaml syntax
2021-08-25 13:09:07 +05:30
Ice3man543
e48c8bef23
Fixed lint errors
2021-08-24 13:35:01 +05:30
forgedhallpass
71c0d217e2
Replacing "path." methods to "filepath." in order to make the code OS independent
2021-08-23 14:54:28 +03:00
nishan8583
354c82defe
testing done and also checked
2021-08-21 08:33:27 +05:45
nishan8583
39fff4102f
timestmap issue and last log not being pushed
2021-08-20 07:27:19 -05:00
nishan8583
9f5f32d477
elasticsearch package added, other changes needs to be shifted
2021-08-20 06:58:58 -05:00
forgedhallpass
795b77851e
* Changed the "custom-fields" attribute to "additional-fields"
...
* #259 - dynamic key-value field support for template information
* #940 - new infos in template
* #834
* RES-84
2021-08-19 15:57:37 +03:00
forgedhallpass
df8d3bec47
Re-introducing custom template info attribute support within the new struct
...
* Changed the "customAttributes" to "custom-fields"
* #259 - dynamic key-value field support for template information
* #940 - new infos in template
* #834
* RES-84
2021-08-18 20:10:53 +03:00
forgedhallpass
836740a81f
Re-introducing custom template info attribute support within the new struct
...
* Satisfying the linter
* #259 - dynamic key-value field support for template information
* #940 - new infos in template
* #834
* RES-84
2021-08-18 19:54:02 +03:00
forgedhallpass
e7c74f0c65
Re-introducing custom template info attribute support within the new struct
...
* #259 - dynamic key-value field support for template information
* #940 - new infos in template
* #834
* RES-84
2021-08-18 19:50:48 +03:00
forgedhallpass
df3090c0b4
RES-84 # Improve Nuclei CLI interface
...
* Removing fields with empty value
2021-08-17 13:50:33 +03:00
forgedhallpass
1106262a4b
Merge remote-tracking branch 'upstream/dev'
2021-08-17 12:08:56 +03:00
mzack
d3c1f4ba49
Fixing slice runtime error due to unset byte slice capacity
2021-08-16 17:10:42 +02:00
forgedhallpass
e999229952
RES-84 # Improve Nuclei CLI interface
...
* reused some common logic
2021-08-05 18:19:59 +03:00
forgedhallpass
ccf65ab1d3
RES-84 # Improve Nuclei CLI interface
...
* changed the template info content retrieval logic not to use reflection
2021-08-05 16:36:50 +03:00
forgedhallpass
d3154648d2
Merge remote-tracking branch 'upstream/dev'
2021-08-03 15:26:45 +03:00
forgedhallpass
fd95b282a1
RES-84 # Improve Nuclei CLI interface (WIP)
...
* possible replacement of some logic
2021-08-03 15:05:13 +03:00
forgedhallpass
a0f7e622b1
RES-84 # Improve Nuclei CLI interface (WIP)
...
* fix/improve matching logic
2021-08-03 14:59:38 +03:00
forgedhallpass
2f162e859e
RES-84 # Improve Nuclei CLI interface (WIP)
...
* removed the generic isEmpty implementation
2021-08-03 14:51:34 +03:00
forgedhallpass
68a6d394e7
RES-84 # Improve Nuclei CLI interface (WIP)
...
* resolving some TODOs
2021-07-30 12:07:58 +03:00
TheSecEng
e9fa301e4f
implementation of custom Exporter/Tracker
...
- RegisterTracker to allow for custom trackers to be implemented beyond Jira/Github/Gitlab
- RegisterExporter to allow for custom exporters to be implemented beyond Sarif/Disk
2021-07-24 22:39:59 -07: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
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
ganoes
428bb9b0b6
Merge branch 'dev' of https://github.com/projectdiscovery/nuclei into dev
2021-06-25 10:12:10 +02:00
Ice3man543
fa9195eacb
Lint issues fixes
2021-06-14 17:14:16 +05:30
Sandeep Singh
673c98c3f4
Merge pull request #757 from projectdiscovery/sarif-integration
...
Added sarif output export format to nuclei
2021-06-08 16:47:46 +05:30
Ice3man543
3ce48f3799
Misc
2021-06-06 17:38:39 +05:30
Ice3man543
8b52645905
Add name as rule help
2021-06-06 16:12:54 +05:30
Ice3man543
c913612fd3
Misc
2021-06-06 16:04:06 +05:30
Ice3man543
7a962c8436
Correct offsets
2021-06-06 15:54:49 +05:30
Ice3man543
b99f028a66
Enrich file output sarif with correct file metadata
2021-06-06 15:52:13 +05:30
Ice3man543
5d744c7c20
Fixed reference printing bug
2021-06-06 01:04:20 +05:30
Ice3man543
eb96e701b5
Fixed reference formatting in reports
2021-06-05 23:43:37 +05:30
Ice3man543
e6db12848f
Temporary fix for sarif github location issue
2021-06-05 23:42:37 +05:30
Ice3man543
1dc1b9ee73
Print first line of running action if any
2021-06-05 23:09:08 +05:30
Ice3man543
d9bb1393d3
Improvements to sarif report
2021-06-05 23:00:59 +05:30
Ice3man543
1977d41a1e
Misc
2021-06-05 21:42:04 +05:30
Ice3man543
e09f16b68c
Misc
2021-06-05 20:08:52 +05:30
Ice3man543
d3b2c8fee0
Improved output format
2021-06-05 20:06:23 +05:30
Ice3man543
abc7063339
Work on sarif integration start
2021-06-05 18:01:08 +05:30
ganoes
3700cd8c0b
UpdateExisting flag for Jira reporting was added
2021-06-04 18:19:23 +02:00
ganoes
6882993358
The first version of Jira issue merger
2021-06-04 17:14:26 +02:00
ganoes
19157597a0
Added support of Jira on-prem server
2021-06-04 13:11:09 +02:00
Ice3man543
6a4f3e1336
Reporting added to OOB interaction results
2021-05-03 14:08:09 +05:30
Ice3man543
bfa2dacb7b
Misc
2021-03-22 15:00:26 +05:30
Ice3man543
6794cbf4b6
Bug fixes
2021-03-22 14:48:11 +05:30
Ice3man543
2bd2286115
Adding nuclei link to reports
2021-03-22 14:36:08 +05:30
Ice3man543
fbc5b31341
Fixed filename bug in disk exporter
2021-03-22 14:28:29 +05:30
Ice3man543
6b14e9071c
Added length limit to jira
2021-03-22 14:05:49 +05:30
Ice3man543
f6a480f0b4
Added disk exporters + changed some reporting modules around
2021-03-22 14:03:05 +05:30
Ice3man543
8512b684c5
Lint errors fix
2021-02-26 13:13:11 +05:30
Ice3man543
99e8fe1601
Fixed some bugs introduced from merge
2021-02-08 02:07:19 +05:30
Ice3man543
4c7f4405b1
Bug fixes, added filters
2021-02-08 01:43:51 +05:30
Ice3man543
3fe6290eed
Misc fixes
2021-02-07 23:41:33 +05:30
Ice3man543
038b4aa5c2
Added jira+github+gitlab issue tracker integration to nuclei
2021-02-02 12:10:47 +05:30