From ae8b9d9238c5da0d430fcee52b82c3f6425ff027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=B0=E8=B1=86?= Date: Wed, 15 Jun 2022 19:52:58 +0800 Subject: [PATCH] Add XSS detection tool - Cyclops 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 9b568a8..976d587 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ Lorem ipsum dolor sit amet - [XSSTerminal](https://github.com/machinexa2/XSSTerminal) - Develop your own XSS Payload using interactive typing - [xss2png](https://github.com/vavkamil/xss2png) - PNG IDAT chunks XSS payload generator - [XSSwagger](https://github.com/vavkamil/XSSwagger) - A simple Swagger-ui scanner that can detect old versions vulnerable to various XSS attacks +- [Cyclops](https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking) - 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 ### XXE Injection