From c2f6c2057c0f17d029beae43e667145fc5d6058a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=B0=E8=B1=86?= Date: Tue, 14 Jun 2022 15:52:45 +0800 Subject: [PATCH] Add XSS detection tool - Cyclops Content Update : Yes Related Content : Web Hacking Name: Cyclops Type:Discovery/XSS Description: Cyclops is a web browser with XSS detection feature, it is chromium-based xss detection that used to find the flows from a source to a sink. Github: https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4080330..8b2883f 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Exploit popular CMSs that are hosted online. | [Joomscan](https://github.com/rezasp/joomscan) | **Perl** | `Linux/Windows/macOS` | Joomla Vulnerability Scanner. | | [Drupwn](https://github.com/immunIT/drupwn) | **Python** | `Linux/Windows/macOS` | Drupal Security Scanner to perform enumerations on Drupal-based web applications. | | [CMSeek](https://github.com/Tuhinshubhra/CMSeek) | **Python** | `Linux/Windows/macOS` | CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and 130 other CMSs. | +| [Cyclops](https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking) | **C++** | `Linux/Windows/macOS` | Cyclops is a web browser with XSS detection feature, it is chromium-based xss detection that used to find the flows from a source to a sink. | #### :tada: Post Exploitation