Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paranoidninja/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
https://github.com/paranoidninja/carboncopy

Last synced: 9 days ago
JSON representation

A tool which creates a spoofed certificate of any online website and signs an Executable for AV Evasion. Works for both Windows and Linux

Awesome Lists containing this project

README

        

# 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

![Screenshot](Usage.jpg)

## Prerequisites

In order to use it on Linux, please execute commands below:
```shell
apt-get install osslsigncode
pip3 install pyopenssl
```