From 680cfe5bb6845d9ef211e70e54a1950442866d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dmitiry=20Zub=E2=98=80=EF=B8=8F?= <78694043+dimitryzub@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:30:15 -0700 Subject: [PATCH 1/3] code-search: add sourcegraph Adds SourceGraph to Code Search section. SourceGraph searches code from all open-source repositories. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7a2703..cd8e26a 100755 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ algorithms, knowledgebase and AI technology. * [AnalyzeID](https://analyzeid.com/) - Find Other Websites Owned By The Same Person * [NerdyData](https://nerdydata.com) - Search engine for source code. * [SearchCode](https://searchcode.com) - Help find real world examples of functions, API's and libraries across 10+ sources. +* [SourceGraph](https://sourcegraph.com/search) - Search code from millions of open source repositories. * [grep.app](https://grep.app/) - Searches code from the entire github public repositories for a given specific string or using regular expression. * [Reposearch](http://codefinder.org/) * [PublicWWW](https://publicwww.com/) From 6362aab2b52f696afcc1262a6cc32508cec57155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dmitiry=20Zub=E2=98=80=EF=B8=8F?= <78694043+dimitryzub@users.noreply.github.com> Date: Sun, 30 Oct 2022 23:51:55 -0700 Subject: [PATCH 2/3] other-tools: add SerpApi - SerpApi scrapes Google search and 25+ search engines and returns a structured raw JSON. - Supports 10 API wrappers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd8e26a..3992c72 100755 --- a/README.md +++ b/README.md @@ -2147,6 +2147,7 @@ urls and other data effortlessly * [sn0int](https://github.com/kpcyrd/sn0int) - Semi-automatic OSINT framework and package manager. * [SpiderFoot](https://www.spiderfoot.net) - SpiderFoot is an open source intelligence (OSINT) automation platform with over 200 modules for threat intelligence, attack surface monitoring, security assessments and asset discovery. * [SpiderFoot](https://github.com/smicallef/spiderfoot) - SpiderFoot Github repository. +* [SerpApi](https://serpapi.com/) - Scrapes Google search and 25+ search engines with ease and retruns a raw JSON. Supports [10 API wrappers](https://serpapi.com/integrations). * [Zen](https://github.com/s0md3v/Zen) - Find email addresses of Github users * [OSINT.SH](https://osint.sh/) - Information Gathering Toolset. * [FOCA](https://github.com/ElevenPaths/FOCA) - Tool to find metadata and hidden information in the documents. From b5592fd5cdb40ab9ee04ec768e105649a9c32c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dmitiry=20Zub=E2=98=80=EF=B8=8F?= <78694043+dimitryzub@users.noreply.github.com> Date: Tue, 1 Nov 2022 00:18:46 -0700 Subject: [PATCH 3/3] other-tools: add SerpScan - Powerful PHP script designed to leverage dorking straight from the command line. - Analyzes data from Google, Bing, Yahoo, Yandex, and Badiu. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3992c72..4b9d00f 100755 --- a/README.md +++ b/README.md @@ -2148,6 +2148,7 @@ urls and other data effortlessly * [SpiderFoot](https://www.spiderfoot.net) - SpiderFoot is an open source intelligence (OSINT) automation platform with over 200 modules for threat intelligence, attack surface monitoring, security assessments and asset discovery. * [SpiderFoot](https://github.com/smicallef/spiderfoot) - SpiderFoot Github repository. * [SerpApi](https://serpapi.com/) - Scrapes Google search and 25+ search engines with ease and retruns a raw JSON. Supports [10 API wrappers](https://serpapi.com/integrations). +* [SerpScan](https://github.com/Alaa-abdulridha/SerpScan) - Powerful PHP script designed to allow you to leverage the power of dorking straight from the comfort of your command line. Analyzes data from Google, Bing, Yahoo, Yandex, and Badiu. * [Zen](https://github.com/s0md3v/Zen) - Find email addresses of Github users * [OSINT.SH](https://osint.sh/) - Information Gathering Toolset. * [FOCA](https://github.com/ElevenPaths/FOCA) - Tool to find metadata and hidden information in the documents.