A collection of hacking / penetration testing resources to make you better!
exploit
reverse-engineering
malware
mitm
hacking
owasp
penetration-testing
ctf
privilege-escalation
buffer-overflow
windows-privilege-escalation
privilege-escalation-linux
-
Updated
Sep 15, 2020

Problem:
Right now, Ciphey's tests run by importing Ciphey and checking the output.
Ciphey had a bug that only existed when we ran Ciphey in the terminal, not via an import.
Solution:
Create CI (using TravisCI or GitHub actions) that
pip3 install cipheyand then runs Ciphey with some tests, such as:The
-qmakes the output greppable, With th