Commit Graph

1031 Commits (637c18a2e7f84fa8b4c9cc990e85833ba4718227)

Author SHA1 Message Date
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
dependabot[bot] dcc4d7dbd1
chore(deps): bump alpine from 3.14 to 3.15.0
Bumps alpine from 3.14 to 3.15.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 14:03:08 +00:00
Eng Zer Jun b58ff6d162
refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-03 13:12:25 +08:00
Tay 5cf75b79fb Add C99 source 2021-11-01 16:30:13 +09:00
sandeep 119a3766c2 Merge branch 'master' of https://github.com/projectdiscovery/subfinder into dev 2021-10-20 04:11:04 +05:30
sandeep 17fd08b034 Issue template update 2021-10-20 04:10:46 +05:30
sandeep eb69408378 docker workflow improvements 2021-09-26 17:29:20 +05:30
Sandeep Singh 64bc34e76f
Merge pull request #446 from projectdiscovery/dev
v2.4.9 Preparation
2021-09-26 00:02:29 +05:30
sandeep d23471b698 readme update 2021-09-25 23:59:22 +05:30
sandeep be691365f5 Docker workflow update for version tagging 2021-09-25 23:36:39 +05:30
sandeep 781a0411fe readme update 2021-09-25 23:25:25 +05:30
sandeep 4190e0f0e9 misc update 2021-09-25 22:27:32 +05:30
Sandeep Singh 4c0e8d2d7f
Merge pull request #461 from pokerok/dev
improvement: updated spyse mod
2021-09-25 22:15:36 +05:30
Ice3man543 d69f47db7b Merge branch 'ozon-io-add_bind_ip' into dev 2021-09-25 22:03:38 +05:30
Ice3man543 c1727ed93e Merge branch 'add_bind_ip' of https://github.com/ozon-io/subfinder-just-for-pull-requests into ozon-io-add_bind_ip 2021-09-25 22:03:28 +05:30
sergey 86bcb38f63 improvement: removed init of account service from spyse source 2021-09-16 17:15:18 +03:00
sergey a0398d445d improvement: updated Spyse mod to added rate-limiting process 2021-09-16 16:25:58 +03:00
sandeep 0209ef13a0 misc update 2021-09-09 18:16:59 +05:30
sandeep de47606c86 Merge branch 'master' of https://github.com/projectdiscovery/subfinder into dev 2021-09-09 18:15:33 +05:30
Sandeep Singh cb51acffcb
Merge pull request #459 from dsaxton/readme
Tweak README
2021-09-09 17:59:58 +05:30
Sandeep Singh 27611ed38f
Merge pull request #460 from chenrui333/go-1.17
build: bump to go 1.17
2021-09-09 17:58:34 +05:30