From 1fc8903b952821c30f76953404c3eac1f49a85e2 Mon Sep 17 00:00:00 2001 From: Kishan Bagaria Date: Sat, 14 Sep 2019 00:07:15 +0530 Subject: [PATCH] Add padding-oracle-attacker https://github.com/KishanBagaria/padding-oracle-attacker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 147427c..e538d7b 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c - [PTF](https://github.com/trustedsec/ptf) - The Penetration Testers Framework (PTF) is a way for modular support for up-to-date tools. - [Infection Monkey](https://github.com/guardicore/monkey) - A semi automatic pen testing tool for mapping/pen-testing networks. Simulates a human attacker. - [ACSTIS](https://github.com/tijme/angularjs-csti-scanner) - ACSTIS helps you to scan certain web applications for AngularJS Client-Side Template Injection (sometimes referred to as CSTI, sandbox escape or sandbox bypass). It supports scanning a single request but also crawling the entire web application for the AngularJS CSTI vulnerability. +- [padding-oracle-attacker](https://github.com/KishanBagaria/padding-oracle-attacker) - padding-oracle-attacker is a CLI tool and library to execute padding oracle attacks (which decrypts data encrypted in CBC mode) easily, with support for concurrent network requests and an elegant UI. ### Runtime Application Self-Protection