
Implementação em Python de uma ferramenta de avaliação de Padding Oracle para .NET
Pequeno script para verificar se a aplicação web .NET é vulnerável a padding Oracle Este script realmente verifica se o oracle está presente e é explorável, não apenas se o patch foi instalado.
dotnetpaddingoracle.py [-h] [-t] [-b] [-d] [-s] [-p PARAMETER] Burp request file
Perform the padding Oracle attack on .NET web application
positional arguments:
Burp request file Request sample from Burp
optional arguments:
-h, --help show this help message and exit
-t, --test-vuln Test for the padding Oracle vulnerability
-b, --no-burp Disable Burp proxying
-d, --decrypt Decrypt
-s, --ssl use ssl transport
-p PARAMETER, --parameter PARAMETER
Parameter to use as Oracle