Category: Password Attacks

TREVORspray

TREVORspray v2.0 releases: featureful Python O365 sprayer

TREVORspray A featureful Python O365 sprayer based on MSOLSpray which uses the Microsoft Graph API Microsoft is getting better and better about blocking password spraying attacks against O365. TREVORspray can solve this by proxying...

kerberoast

kerberoast: Kerberos attack toolkit in Python

kerberoast Kerberos attack toolkit -pure python- Install pip3 install kerberoast Use For the impatient IMPORTANT: the accepted target url formats for LDAP and Kerberos are the following <ldap_connection_url> : <protocol>+<auth-type>://<domain>\<user>:<password>@<ip_or_hostname>/?<param1>=<value1> <kerberos_connection_url>: <protocol>+<auth-type>://<domain>\<user>:<password>@<ip_or_hostname>/?<param1>=<value1> Steps...

credcheck

credcheck: Credentials Checking Framework

CredCheck - A credential Pentesting framework A framework to test all kinds of Credentials found during Pen-testing exercise. I had a lot of keys while testing multiple targets, testing them is a...