From 97755a6a4f4b144732f7d03ec483654d1ed0fbce Mon Sep 17 00:00:00 2001 From: Aashiq Ramachandran Date: Fri, 8 Jul 2022 13:06:28 +0530 Subject: [PATCH] Add Cyware Threat Intelligence Crawler --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af6cdd0..8a28eb1 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ A collection of awesome web crawler,spider and resources in different languages. * [supercrawler](https://github.com/brendonboshell/supercrawler) - Define custom handlers to parse content. Obeys robots.txt, rate limits and concurrency limits. * [headless-chrome-crawler](https://github.com/yujiosaka/headless-chrome-crawler) - Headless Chrome crawls with jQuery support * [Squidwarc](https://github.com/n0tan3rd/squidwarc) - High fidelity, user scriptable, archival crawler that uses Chrome or Chromium with or without a head +* [cyware-threat-intelligence-crawler](https://cyware.com/cyware-threat-intel-crawler-browser-extension) - Cyware Threat Intel Crawler is a dynamic browser extension that crawls, detects, and operationalizes threat intel from your web-based content using Machine Learning (ML) and Natural Language Processing (NLP). + ## PHP * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A screen scraping and web crawling library for PHP.