3663 Commits

Author SHA1 Message Date
Sandeep Singh
909c9765d9
Merge pull request #1645 from projectdiscovery/gzip-decode
Added gzip_decode helper function
2022-02-28 12:33:56 +05:30
Sandeep Singh
1a417a8f8d
Merge pull request #1646 from projectdiscovery/interact-color-debug
Added interaction event highlighting support in debug mode
2022-02-28 12:33:07 +05:30
Mzack9999
93a33921cf
Merge pull request #1653 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/andygrunwald/go-jira-1.15.1
chore(deps): bump github.com/andygrunwald/go-jira from 1.15.0 to 1.15.1 in /v2
2022-02-28 07:09:00 +01:00
Mzack9999
3e3be62376
Merge pull request #1652 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.43.7
chore(deps): bump github.com/aws/aws-sdk-go from 1.43.6 to 1.43.7 in /v2
2022-02-28 07:08:45 +01:00
dependabot[bot]
f9fc40a56b
chore(deps): bump github.com/andygrunwald/go-jira in /v2
Bumps [github.com/andygrunwald/go-jira](https://github.com/andygrunwald/go-jira) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/andygrunwald/go-jira/releases)
- [Changelog](https://github.com/andygrunwald/go-jira/blob/master/CHANGELOG.md)
- [Commits](https://github.com/andygrunwald/go-jira/compare/v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: github.com/andygrunwald/go-jira
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 05:22:52 +00:00
dependabot[bot]
5379a0b0e7
chore(deps): bump github.com/aws/aws-sdk-go from 1.43.6 to 1.43.7 in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.6 to 1.43.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.43.6...v1.43.7)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 05:22:42 +00:00
dependabot[bot]
1c7d59e2b9
chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 05:04:23 +00:00
zt2
4e384e3814 style: switch lint 2022-02-28 00:04:35 +08:00
zt2
03612a28b8 feat(template): allow custom type in metadata
In some case you may need to use custom type in `metadata`, like nested array or nested k-v:

```yaml
info:
  metadata:
    components:
      - bootstrap
      - jquery
```

So this commit allowed use any custom type in `metadata`.
2022-02-27 22:28:00 +08:00
sandeep
c0932168ac Added nuclei changelog indexer for api 2022-02-27 16:42:20 +05:30
GitHub Action
cf2f7b612b Auto Generate Syntax Docs + JSONSchema [Sat Feb 26 12:12:56 UTC 2022] 🤖 2022-02-26 12:12:56 +00:00
Sandeep Singh
c15e8171ed
Merge pull request #1644 from projectdiscovery/read-all-http-unsafe 2022-02-26 17:41:09 +05:30
mzack
06ab0dfa99 making code more uniform with chosen architecture 2022-02-26 09:06:43 +01:00
mzack
a51d307967 . 2022-02-26 08:02:16 +01:00
mzack
73d1247b71 fixing typo 2022-02-26 00:54:11 +01:00
Ice3man
fb6ab39d65 Added interaction event highlighting support in debug mode 2022-02-25 23:11:56 +05:30
Ice3man
2ae66ff530 Fixed unncessary hostname addition in payloads and output in network 2022-02-25 22:53:51 +05:30
Ice3man
deca1095ed Added gzip_decode helper function 2022-02-25 22:37:50 +05:30
Ice3man
a7d6d5ce9d Added read-all flag to http unsafe request 2022-02-25 19:26:10 +05:30
mzack
371baf8023 updating go mods 2022-02-25 14:23:34 +01:00
mzack
e8780b7db1 Merge branch 'dev' into issue-1594-regexp 2022-02-25 13:04:46 +01:00
mzack
a4b24ea802 adding outputunique logic handling 2022-02-25 12:51:28 +01:00
Sandeep Singh
156d5baf69
Merge pull request #1639 from projectdiscovery/random-resume-file
Allow random resume file generation on conflict + made resume string
2022-02-25 17:14:12 +05:30
Mzack9999
7aceff8881
Merge pull request #1642 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.43.6
chore(deps): bump github.com/aws/aws-sdk-go from 1.43.4 to 1.43.6 in /v2
2022-02-25 09:10:51 +01:00
mzack
1a42780370 improving dump logic 2022-02-25 08:59:10 +01:00
dependabot[bot]
d068cad477
chore(deps): bump github.com/aws/aws-sdk-go from 1.43.4 to 1.43.6 in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.43.4 to 1.43.6.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.43.4...v1.43.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-25 05:19:11 +00:00
mzack
b3e2456c80 removing unused stuff 2022-02-25 02:13:57 +01:00
mzack
baabe412dd using custom implementation to avoid multiple file read 2022-02-25 02:12:54 +01:00
mzack
763ec611ab . 2022-02-25 01:49:14 +01:00
mzack
748617a9f3 first part 2022-02-25 00:55:05 +01:00
mzack
30a5a11e23 patching tests 2022-02-24 23:57:47 +01:00
mzack
cf1526b7ed adding result dedupe 2022-02-24 23:54:45 +01:00
mzack
6af462c215 . 2022-02-24 23:35:51 +01:00
mzack
91ad446212 . 2022-02-24 23:18:37 +01:00
mzack
11286210e5 using helper dedupeint 2022-02-24 22:50:41 +01:00
mzack
2409d7a713 dropping multiple scan 2022-02-24 22:41:33 +01:00
Ice3man
9e1e86d89f Use random names by default to avoid collision 2022-02-24 14:34:37 +05:30
Ice3man
42b3a5d3e2 Allow random resume file generation on conflict + made resume string flag 2022-02-24 14:32:41 +05:30
Sajad Parra
dc46bd263b add options to specify User-Agent in headless template 2022-02-24 12:31:08 +05:30
mzack
1551feda5a temporary line calculation with multiple file read
todo: replace with one pass scan via io.reader
2022-02-23 23:32:25 +01:00
sandeep
9b79d0ac7d Update config.go 2022-02-24 02:46:14 +05:30
Sandeep Singh
fe6b1e4671
Merge pull request #1636 from projectdiscovery/dev
bugfix release
v2.6.2
2022-02-24 02:30:43 +05:30
sandeep
60a723ffab Update config.go 2022-02-24 02:21:58 +05:30
Sandeep Singh
e4d17bff67
Merge pull request #1635 from projectdiscovery/proxy-to-stringslice
path normalization bugfix
2022-02-24 02:09:28 +05:30
Sandeep Singh
bf7a9aa708
Merge branch 'dev' into proxy-to-stringslice 2022-02-24 01:43:53 +05:30
Ice3man
fb5a34de57 Merge branch 'proxy-to-stringslice' of https://github.com/projectdiscovery/nuclei into proxy-to-stringslice 2022-02-23 21:46:10 +05:30
Ice3man
010bab5aaf Fixed failing tests due to missing field declaration 2022-02-23 21:45:55 +05:30
sandeep
ddb62ee3ff go mod update 2022-02-23 18:56:29 +05:30
Mzack9999
97fd1f7ab3
Merge pull request #1632 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.43.4
chore(deps): bump github.com/aws/aws-sdk-go from 1.43.3 to 1.43.4 in /v2
2022-02-23 14:08:57 +01:00
mzack
6746071979 Refactoring file templates to handle large files in chunks + removing deprecated io methods 2022-02-23 13:54:46 +01:00