Commit Graph

1051 Commits (5b6342c0c95bea1c8b17f9aa7e2a69e4283f9b17)

Author SHA1 Message Date
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
PR3R00T ba8dbaf39c
Update GH API sample with new GH Token format (#500)
GH changed its tokens to a formatted way: https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/
This will help identify to people to use the personal access tokens for the config.
These tokens are fake ones I created but same length and real ones.
2022-02-17 11:22:33 +05:30
Mzack9999 a48e50dc56
Merge pull request #499 from projectdiscovery/fix-typo
Fixing typo in code comment
2022-02-12 08:41:35 +01:00
mzack e62874c46c fixing typo 2022-02-12 08:37:19 +01:00
Mzack9999 cae0f994c9
Updating GH workflows + sonar (#497)
* Updating GH workflows + sonar

* updating paths
2022-02-09 14:19:56 +05:30
Sandeep Singh c7e0e320b8
Merge pull request #495 from projectdiscovery/issue-487-input-with-tab
Improving input items sanitization
2022-02-02 23:24:21 +05:30
mzack 75f2b0487e Improving input items sanitization 2022-01-30 23:49:14 +01:00
Sandeep Singh 37645f417a
Merge pull request #477 from M09Ic/master
Add source zoomeye subdomain api
2021-12-22 14:44:36 +05:30
Sandeep Singh 997e7a1492
Merge branch 'dev' into master 2021-12-22 14:30:58 +05:30
M09ic 7118f42f15 remove useless comment
fix error output
2021-12-22 16:40:38 +08:00
Sandeep Singh ae32c0dba8
Merge pull request #476 from projectdiscovery/fullhunt-test
Source full hunt.io
2021-12-22 11:43:00 +05:30
Sandeep Singh 8062724bb3
Merge pull request #478 from ycamper/censys_fix
fix censys results
2021-12-22 11:41:25 +05:30
Mark Ellzey 05c8b1dabb fix censys results 2021-12-21 19:09:10 -05:00
Sandeep Singh d03e5fd080
Merge pull request #466 from taythebot/master
Re-add C99 source
2021-12-21 16:12:44 +05:30
Tay 4cd60ec09a Add c99 to config 2021-12-21 19:36:45 +09:00
LuitelSamikshya 4d668384a3 replaced details with subdomains endpoint 2021-12-20 21:57:06 -06:00
M09ic 341575cce2 fix zoomeye turn page bug 2021-12-21 01:04:46 +08:00
M09ic 8dacf7c36b close zoomeyeapi resp 2021-12-21 00:54:23 +08:00
M09ic e0ab487a64 fix warning 2021-12-21 00:49:38 +08:00
M09ic 63f09328ec add zoomeye domain api source 2021-12-21 00:34:49 +08:00
LuitelSamikshya 0a5a5aa5f3 removed fmt 2021-12-17 11:13:11 -06:00
LuitelSamikshya dbc0c4585c removed fmt statement 2021-12-17 11:09:44 -06:00
LuitelSamikshya 1254fbdd1a removed fmt 2021-12-16 21:39:37 -06:00
LuitelSamikshya 124c04f779 deleted commented code 2021-12-16 21:37:32 -06:00
LuitelSamikshya de25c58a7a source- fullhunt 2021-12-16 21:12:05 -06:00
Sandeep Singh 9bb21fa7ab
Merge pull request #467 from Juneezee/deprecate-ioutil 2021-12-02 02:42:44 +05:30
Sandeep Singh 32c187d4ec
Merge pull request #471 from projectdiscovery/dependabot/docker/dev/alpine-3.15.0
chore(deps): bump alpine from 3.14 to 3.15.0
2021-11-29 19:53:44 +05:30