Browsing tag

Decode

Shellcode-Encrypter-Decrypter – Shellcode Encrypter & Decrypter By Using XOR Cipher To Encrypt And Decrypt Shellcode

A Shellcode Encrypter & Decrypter, Using XOR Cipher to enc and dec shellcode. Installation git clone https://github.com/blacknbunny/Shellcode-Encrypter-Decrypter.git && python enc.py –help Usage Example usage: enc.py [-h] [-s SHELLCODE] [-k KEY] [-o OPTION] Encrypting & Decrypting Shellcode optional arguments: -h, –help show this help message and exit -s SHELLCODE, –shelcode SHELCODE Shellcode To Encrypt & Decrypt […]

ShellPop – Pop Shells Like A Master

Pop shells like a master Shell pop is all about popping shells. With this tool you can generate easy and sofisticated reverse or bind shell commands to help you during penetration tests. Don’t waste more time with .txt files storing your Reverse shells! Installation Python 2.x is required. 3.0+ version will not work.Required Dependencies Install […]

Decodify – Detect And Decode Encoded Strings Recursively

Decodify can detect and decode encoded strings, recursively. Its currently in beta phase. Lets take this string : teamultimate.in and encode it with Hex, URL, Base64 and FromChar encoding, respectively. Supported Encodings and Encryptions Caesar ciphers Binary Hex Decimal Base64 URL FromChar MD5 SHA1 SHA2 Decoding Caesar Cipher You can supply the offest by –rot […]

ROC – Infineon RSA Vulnerability

This tool is related to ACM CCS 2017 conference paper #124 Return of the Coppersmith’s Attack: Practical Factorization of Widely Used RSA Moduli. It enables you to test public RSA keys for a presence of the described vulnerability. Update: The paper of the attack is already online, ACM version. Currently the tool supports the following […]