Commit Graph

1077 Commits (9260556fb6c12ff478739b10e0d681c494e9bee1)

Author SHA1 Message Date
dependabot[bot] 9260556fb6
chore(deps): bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 14:52:52 +00:00
Mzack9999 f965254527
Merge pull request #545 from projectdiscovery/dependabot/github_actions/dev/docker/setup-buildx-action-2
chore(deps): bump docker/setup-buildx-action from 1 to 2
2022-05-23 16:52:30 +02:00
Mzack9999 b9c72b3a43
Merge pull request #546 from projectdiscovery/dependabot/github_actions/dev/docker/build-push-action-3
chore(deps): bump docker/build-push-action from 2 to 3
2022-05-23 16:52:21 +02:00
Mzack9999 37e0e60be7
Merge pull request #548 from projectdiscovery/dependabot/github_actions/dev/golangci/golangci-lint-action-3.2.0
chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
2022-05-23 16:52:10 +02:00
Mzack9999 2e57dbb1b3
Merge pull request #549 from projectdiscovery/dependabot/docker/dev/golang-1.18.2-alpine
chore(deps): bump golang from 1.18.1-alpine to 1.18.2-alpine
2022-05-23 16:51:58 +02:00
dependabot[bot] f933b57426
chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 14:05:04 +00:00
dependabot[bot] d291cae9d5
chore(deps): bump golang from 1.18.1-alpine to 1.18.2-alpine
Bumps golang from 1.18.1-alpine to 1.18.2-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 14:05:04 +00:00
dependabot[bot] 35b9c4b4ad
chore(deps): bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 14:04:53 +00:00
dependabot[bot] b68aab4633
chore(deps): bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 14:04:51 +00:00
Mikel Olasagasti Uranga 695b2a5f99
Remove spyse source (#542)
* fix readme golang demo for v2.5.0

* Remove spyse source

spyse is closed now, with main domain and social network profiles down,
so removing this part of code from subfinder. If they start to operate
again restoring this should be easy.

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: zhangchengguo <zhangchengguo@360.cn>
2022-05-05 23:03:00 +05:30
Mzack9999 9f025bf631
Disable static compilation for osx + minor optimizations (#541) 2022-04-29 23:09:35 +05:30
dependabot[bot] 0ebb51cb46
chore(deps): bump github/codeql-action from 1 to 2 (#540)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 21:13:34 +05:30
James Alavosus 102f558ddc
v2/pkg/runner: code deduplication in config.go (#539)
* fix readme golang demo for v2.5.0

* v2/pkg/runner: code dedupelication in config.go

Refactor code for retrieving random slice entries, as well as parsing
multipart keys, into two functions:
	- randomEntry for random slice entries
	- multipartKey for multipart key parsing

This shouldn't be functionally different, but it does remove a bunch of
duplicate lines of code.

* small change with sliceutil

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: zhangchengguo <zhangchengguo@360.cn>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-04-26 13:30:09 +05:30
Mzack9999 c1ad18312d
Merge pull request #534 from projectdiscovery/dependabot/docker/dev/alpine-3.15.4
chore(deps): bump alpine from 3.15.3 to 3.15.4
2022-04-20 13:30:40 +02:00
Mzack9999 ad10567a46
Merge pull request #538 from projectdiscovery/dependabot/docker/dev/golang-1.18.1-alpine
chore(deps): bump golang from 1.18.0-alpine to 1.18.1-alpine
2022-04-20 13:30:31 +02:00
Sandeep Singh 4c6a734988
Merge pull request #537 from projectdiscovery/go_version
Go version update in GitHub actions
2022-04-19 22:27:31 +05:30
dependabot[bot] 18da160fb5
chore(deps): bump golang from 1.18.0-alpine to 1.18.1-alpine
Bumps golang from 1.18.0-alpine to 1.18.1-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 14:04:37 +00:00
forgedhallpass ed2019aa28 documentation: minor changes in the readme 2022-04-18 16:12:43 +03:00
forgedhallpass a605b216d4 Go version update to 1.18 in GitHub actions 2022-04-18 16:12:06 +03:00
Sandeep Singh 6f832891e8
Merge pull request #536 from jinrenjie/patch-1
typo: fix typo in the docker run command
2022-04-13 20:53:45 +05:30
George a2a395e2ea
typo: fix typo in the docker run command
fix typo in the docker run command.
2022-04-13 21:17:27 +08:00
dependabot[bot] 56eac34c53
chore(deps): bump alpine from 3.15.3 to 3.15.4
Bumps alpine from 3.15.3 to 3.15.4.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 14:13:04 +00:00
sandeep 757c028da8 banner update 2022-04-04 22:06:36 +05:30
dependabot[bot] 95efd79d42
chore(deps): bump alpine from 3.15.2 to 3.15.3 (#531)
Bumps alpine from 3.15.2 to 3.15.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 22:04:27 +05:30
Sam James 9a438c5eb4
Don't make missing providers-config fatal on first-run (#527)
* fix readme golang demo for v2.5.0

* Don't make missing providers-config fatal on first-run

It's okay if we fall back to the default config
which is in memory & will get saved out when done
parsing.

This is on top of the work in #526, but a slightly
different issue.

See: https://github.com/projectdiscovery/subfinder/pull/526
Signed-off-by: Sam James <sam@gentoo.org>

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: zhangchengguo <zhangchengguo@360.cn>
2022-04-04 22:03:08 +05:30
Mzack9999 64dc230104
Making config file recoverable errors non fatal (#526)
* Making config file recoverable errors non fatal

* making migration non-fatal
2022-03-31 20:47:40 +05:30
Ignacio Feijoo 5b6342c0c9
fix -silent switch still show banner (#524)
* fix readme golang demo for v2.5.0

* fix -silent switch still show banner

* small refactor

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
Co-authored-by: zhangchengguo <zhangchengguo@360.cn>
Co-authored-by: Ignacio Feijoo <ifeijoo@infobytesec.com>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-03-30 12:56:35 +05:30
Sandeep Singh 029292e2f6
Merge pull request #525 from projectdiscovery/dependabot/docker/dev/alpine-3.15.2
chore(deps): bump alpine from 3.15.1 to 3.15.2
2022-03-28 19:54:41 +05:30
dependabot[bot] 7dd4b18699
chore(deps): bump alpine from 3.15.1 to 3.15.2
Bumps alpine from 3.15.1 to 3.15.2.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 14:05:07 +00:00
Sandeep Singh db28d32792
Merge pull request #523 from zerodivisi0n/feature/json-source
Add input field to json output
2022-03-25 21:52:47 +05:30
Alexey Zhuchkov d79e0f2769 Add input field to json output 2022-03-24 23:47:54 +03:00
Alexey Zhuchkov 984f329069 Use json results for output 2022-03-24 23:43:58 +03:00
Sandeep Singh 6969ec2799
Merge pull request #521 from projectdiscovery/dependabot/docker/dev/golang-1.18.0-alpine
chore(deps): bump golang from 1.17-alpine to 1.18.0-alpine
2022-03-24 17:51:02 +05:30
Sandeep Singh dbc9b356bf
Merge pull request #520 from projectdiscovery/dependabot/docker/dev/alpine-3.15.1
chore(deps): bump alpine from 3.15.0 to 3.15.1
2022-03-24 17:50:49 +05:30
dependabot[bot] 47bb7a0a9b
chore(deps): bump golang from 1.17-alpine to 1.18.0-alpine
Bumps golang from 1.17-alpine to 1.18.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 14:05:04 +00:00
dependabot[bot] 3be7e3da0d
chore(deps): bump alpine from 3.15.0 to 3.15.1
Bumps alpine from 3.15.0 to 3.15.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 14:05:01 +00:00
Sandeep Singh 5095f9a07d
Merge pull request #513 from projectdiscovery/issue-489-filter-ip
filter ip from targets
2022-03-14 18:27:59 +05:30
LuitelSamikshya dd3e995014 filter ip from targets 2022-03-07 09:47:01 -06:00
sandeep 948cb0d02f dev version update 2022-03-07 01:09:38 +05:30
Sandeep Singh 9119078662
Merge pull request #512 from projectdiscovery/dependabot/github_actions/dev/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2022-03-07 00:37:28 +05:30
dependabot[bot] 4f1db656d2
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-06 18:59:03 +00:00
sandeep c8e48ddc6d typo update 2022-03-07 00:26:03 +05:30
sandeep dc4d2ae3a1 removed deprecated source 2022-03-07 00:18:13 +05:30
sandeep 1b445e4e73 link workflow fix 2022-03-06 23:31:37 +05:30
dependabot[bot] 5cc8be1f09
chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (#508)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-06 23:28:56 +05:30
Sajad 3ddbc92adb
add provider-config flag (#510) 2022-03-06 20:47:40 +05:30
Sandeep Singh 637c18a2e7
goflags support (#498)
* goflags support

* lint error fix

* misc update

* misc update

* default output changes

* readme updates for flags

* return error and exit

* add missing parentheses in readme

* safely deleted sources, resolvers control and added support for provider config file

* go mod and file path changes

* go sum changes

* use default file

* adding missing parentheses

* go mod update

* validations

* general refactoring around goflags + cleanup

* added default sources and cleanup existing config after migration

Co-authored-by: LuitelSamikshya <luitelsamikshya1@gmail.com>
Co-authored-by: LuitelSamikshya <85764322+LuitelSamikshya@users.noreply.github.com>
Co-authored-by: mzack <marco.rivoli.nvh@gmail.com>
2022-02-24 16:14:16 +05:30
Ian Carroll 560ad0996e
Add support for Bufferover non-commercial API keys. (#485)
Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
2022-02-21 20:01:13 +05:30
smdawson dc63725564
Update anubis.go (#502)
Updated endpoint
2022-02-21 19:51:57 +05:30
PikPikcU 657ee17501
Update Fofa (#496) 2022-02-21 19:46:16 +05:30