Offensive Security Tool: Pycrypt
Reading Time: 2 Minutes
Pycrypt
Pycrypt by machine1337 is a Python based Crypter that can Bypass any kinds of Antivirus Product. This is a very powerful tool for the Red Team and Penetration Testers that allows the creation of fully undetectable payloads. As we all know each new signature generated is unknown to any Anti-Virus DB and Heuristics add more obfuscation and facilitate getting shells faster.
See Also: So you want to be a hacker?
Complete Offensive Security and Ethical Hacking Course
Important:
- Make Sure your payload file have all the libraries import and it will be a valid payload file
How To Use:
- Find Any Python Based Backdoor/RAT on github.
- Crypt its payload with pycrypt
- Now Convert crypted payload to exe using pyinstaller
- Enjoy
Note:
- Don’t Upload Any Payloads To VirusTotal.com Bcz This tool will not work with Time.
- Virustotal Share Signatures With AV Comapnies.
- Again Don’t be an Idiot!
KleenScan Scanner Result:-
- Generated stub.py Result:- https://kleenscan.com/scan_result/39e61c692ee91dd6cd48aca77a8bb220ef27fcc40df75807d4a1f96b4db8df69
- Crypter Code Result:- https://kleenscan.com/scan_result/24487da561419105e29cabd5fc66c503ee767719029fae2f9a041b04d6a75d4b
Trending: Offensive Security Tool: linWinPwn
Trending: Offensive Security Tool: Villain
Download Python3:
*:- For Windows: https://www.python.org/ftp/python/3.10.7/python-3.10.7-amd64.exe
*:- For Linux:
- sudo apt-get install python3
- sudo apt-get install python3-pip
Requirements:-
- Make Sure Python3 And Pip Installed
- pip install termcolor
- pip install requests
How To Run:–
*:- For Windows:-
- Make Sure python3 and pip is installed and requriements also installed
- python pycrypt.py
- Then give the path of your payload file and enjoy
*:- For Linux:-
- Make Sure All Requriements is installed.
- python3 pycrypt.py
- Then enter the path of your payload file and enjoy
Platforms:
- Windows
- Linux Based Os
See Also: Write-up: Exploiting LFI Vulnerabilities
How To Install:
- git clone https://github.com/pycrypt
- cd pycrypt
- python3 pycrypt.py
Demo Video:
Features:-
- FUD Ratio 0/40
- Bypass Any EDR’s Solutions
- Lightweight Crypter
- Very Small And Simple Crypter
Disclaimer
This tool is for Educational Purpose only.
Clone the repo from here: GitHub Link