3663 Commits

Author SHA1 Message Date
mzack
acfe35eda9 fixing cipher suites selection 2022-02-04 07:22:10 +01:00
dependabot[bot]
996357b49a
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.45 to 1.42.46.
- [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.42.45...v1.42.46)

---
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-04 05:23:40 +00:00
Sandeep Singh
325f5d4e37
Merge pull request #1570 from cn-kali-team/cn_readme
Cn readme
2022-02-04 02:16:36 +05:30
Sandeep Singh
249937ca72
Merge pull request #1561 from projectdiscovery/issue-1543-rand-seed
Implementing incremental expression replacement
2022-02-03 23:19:35 +05:30
Sandeep Singh
d20f557ec4
Merge pull request #1555 from projectdiscovery/issue-1394-headless-templating
Adding support for CLI/ENV vars to headless
2022-02-03 23:10:04 +05:30
cn-kali-team
b3dbdbd3ae
Inadvertently seen typos 2022-02-04 00:13:22 +08:00
mzack
62fc7a8110 Merge branch 'dev' into issue-1231-zcrypto 2022-02-03 09:02:09 +01:00
Sandeep Singh
ae45519551
Merge pull request #1568 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.42.45
chore(deps): bump github.com/aws/aws-sdk-go from 1.42.44 to 1.42.45 in /v2
2022-02-03 11:29:07 +05:30
GitHub Action
ddd652c3ed Auto Generate Syntax Docs + JSONSchema [Thu Feb 3 05:55:07 UTC 2022] 🤖 2022-02-03 05:55:07 +00:00
Sandeep Singh
04f8f84c9d
Merge pull request #1564 from projectdiscovery/issue-1542-caa-query
Adding support for DNS CAA query
2022-02-03 11:23:03 +05:30
dependabot[bot]
7c47395780
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.44 to 1.42.45.
- [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.42.44...v1.42.45)

---
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-03 05:25:54 +00:00
dependabot[bot]
85cf580dce
chore(deps): bump github.com/xanzy/go-gitlab in /v2
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.51.1 to 0.54.4.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.51.1...v0.54.4)

---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 05:25:45 +00:00
Sandeep Singh
e502d61550
Merge pull request #1559 from projectdiscovery/issue-1546-stop-at-first-with-extractors
Fixing exit at first match with extractors
2022-02-02 23:16:48 +05:30
Sandeep Singh
2875be8031
Merge pull request #1560 from projectdiscovery/issue-1553-mixed-matchers
Differentiate between interact matchers and markers
2022-02-02 23:16:06 +05:30
Sandeep Singh
a03fa4e0ce
Merge pull request #1562 from projectdiscovery/issue-1463-std-logger
Disable internal standard library logger
2022-02-02 14:04:26 +05:30
Mzack9999
9233056238
Merge pull request #1563 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/shirou/gopsutil/v3-3.22.1
chore(deps): bump github.com/shirou/gopsutil/v3 from 3.21.12 to 3.22.1 in /v2
2022-02-02 08:07:18 +01:00
mzack
4d6a8a71a7 Adding support for DNS CAA query 2022-02-02 07:54:15 +01:00
dependabot[bot]
2e6476eac2
chore(deps): bump github.com/shirou/gopsutil/v3 in /v2
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.21.12 to 3.22.1.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.12...v3.22.1)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 05:21:13 +00:00
mzack
5889a39fb4 Disable internal standard library logger 2022-02-01 14:46:40 +01:00
mzack
766a3eefb6 Implementing incremental expression replacement 2022-02-01 14:12:16 +01:00
mzack
4370abf89b improving markers detection 2022-02-01 12:34:12 +01:00
mzack
b3c61ee157 Differentiate between interact matchers and markers 2022-02-01 12:10:18 +01:00
mzack
3807e648c7 Fixing exit at first match with extractors 2022-02-01 11:25:29 +01:00
mzack
c701e2ad4a adding support for interactsh 2022-01-31 08:52:36 +01:00
Mzack9999
1bbcdd30dc
Merge pull request #1556 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.42.44
chore(deps): bump github.com/aws/aws-sdk-go from 1.42.43 to 1.42.44 in /v2
2022-01-31 06:46:01 +01:00
dependabot[bot]
4ff22a50d9
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.43 to 1.42.44.
- [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.42.43...v1.42.44)

---
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-01-31 05:31:11 +00:00
mzack
2ba8e10050 Adding support for CLI/ENV vars to headless 2022-01-31 02:25:14 +01:00
Sandeep Singh
d67d8232c2
Merge pull request #1549 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.42.43
chore(deps): bump github.com/aws/aws-sdk-go from 1.42.42 to 1.42.43 in /v2
2022-01-28 13:27:17 +05:30
dependabot[bot]
b6fd4ebbcc
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.42 to 1.42.43.
- [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.42.42...v1.42.43)

---
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-01-28 05:18:17 +00:00
mzack
672d21cce7 using self-generated certificate 2022-01-27 23:16:47 +01:00
mzack
19d2b80a1c adding ssl test cases + tcpserver refactor 2022-01-27 21:29:28 +01:00
mzack
9eff05b99f updating deps 2022-01-27 20:36:29 +01:00
mzack
cd3dba5a56 updating fastdialer 2022-01-27 20:34:43 +01:00
Sandeep Singh
8566bc0374
Merge pull request #1472 from projectdiscovery/remote-templates
Add support to run remote template
2022-01-27 18:02:52 +05:30
Sajad Parra
30850ced50 fix remote template integration test cases 2022-01-27 17:19:23 +05:30
Sajad Parra
a47d4f8b8f validate remote input list URL and it's contents against allowed remote template domain list 2022-01-27 13:45:03 +05:30
Ice3man
8dfa9cee39
Added debug-req/resp support for interactsh interactions (#1491)
* Added debug-req/resp support for interactsh interactions

* Added format function for interact debug logs + misc fixes

* Added function for interact debug header

* Typo fix

* Enable debug logging for req/resp debug flag
2022-01-27 12:14:32 +05:30
Sandeep Singh
88fa050044
Merge pull request #1540 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.42.42
chore(deps): bump github.com/aws/aws-sdk-go from 1.42.41 to 1.42.42 in /v2
2022-01-27 11:45:16 +05:30
dependabot[bot]
0605de707a
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.41 to 1.42.42.
- [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.42.41...v1.42.42)

---
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-01-27 05:24:11 +00:00
Sandeep Singh
7cfa39f34e
Merge pull request #1516 from projectdiscovery/issue-1497-lexer
Implementing lexer with runtime expression validation
2022-01-26 23:34:35 +05:30
Mzack9999
64550e420e
Merge pull request #1537 from projectdiscovery/issue-1432
Headless limited code refactor for better readability
2022-01-26 14:38:21 +01:00
mzack
695404477e Headless limited code refactor for better readability 2022-01-26 14:20:23 +01:00
Sandeep Singh
01aa0388b9
Merge pull request #1536 from projectdiscovery/dependabot/go_modules/v2/dev/github.com/aws/aws-sdk-go-1.42.41
chore(deps): bump github.com/aws/aws-sdk-go from 1.42.37 to 1.42.41 in /v2
2022-01-26 17:36:11 +05:30
dependabot[bot]
670421a79d
chore(deps): bump github.com/aws/aws-sdk-go in /v2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.37 to 1.42.41.
- [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.42.37...v1.42.41)

---
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-01-26 05:20:13 +00:00
mzack
e7655f1df0 fixing tls config generation 2022-01-25 20:57:54 +01:00
mzack
a6798f37ad making ztls global and optional 2022-01-25 20:48:21 +01:00
mzack
449e4fa431 using standard library for tls13 2022-01-25 13:26:22 +01:00
mzack
a57d25fab8 adding support for configurable TLS version/cipher suites 2022-01-24 18:20:29 +01:00
mzack
6107559c8d Add support for ztls for ssl/crypto templates 2022-01-24 16:15:02 +01:00
Sajad Parra
c6de2ca406 rename few vars, extract duplicate functions to utils 2022-01-24 16:48:12 +05:30