Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paranoidninja/carboncopy
- Owner: paranoidninja
- License: apache-2.0
- Created: 2018-11-14T04:48:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T03:23:20.000Z (about 4 years ago)
- Last Synced: 2024-08-01T09:25:03.280Z (3 months ago)
- Language: Python
- Size: 166 KB
- Stars: 1,284
- Watchers: 55
- Forks: 279
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```