Carboncopy – Hello guy’s, Welcome to another article in this article we are going to discuss about how to creates spoofed certificate of any online website.
Requirement’s
- Linux or Windows
- Git package
- Python Package
Pre-Requisites
- Osslsigncode
- Pyopenssl
Tested Platform
- Linux
- Windows
Languages Used
What is CarbonCopy?
A tool which creates a spoofed certificate of any online website and signs an Executable for AV Evasion. Works for both Windows and Linux
How to install and use
Step 1: Install prerequisites
First you install osslsigncode so type this below command in your terminal.
apt-get install osslsigncode
Once you install osslsigncode type this below command in your terminal this command will help you to install pyopenssl
pip3 install pyopenssl
Step 2: Download the package
Just you type this below command in youe terminal this command help you to download the package.
git clone https://github.com/paranoidninja/CarbonCopy.git
Step 3: Change the directory
Once you download the package change directory so type this below command in your terminal.
cd CarbonCopy
Step 4: Give the permission
Now give the permission to read write and execute of all python files so type this below command in your terminal
[…] tools, websploit Hello guy’s in this article we are going to discuss about websploit tool this tool one of best tool in penetrating testing and get information about website so in this […]