Skip to content

LordGuccif3r/Signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tools developed to sign executables.

Screenshot of help menu:

1

Screenshot of signing:

2

Screenshot of verify:

3

Requirements and installation

DEBIAN BASE (kali, parrot) or UBUNTU

sudo apt-get install osslsigncode
git clone https://github.com/LordGuccif3r/Signer.git
cd Signer
chmod +x signer.py
python Signer.py -h

ARCH LINUX

sudo pacman -S osslsigncode
git clone https://github.com/LordGuccif3r/Signer.git
cd Signer
chmod +x signer.py
python Signer.py -h

EXAMPLE OF USE

Use -h to get the help

python Signer.py -h

Verify if the executable is signed

python Signer.py -v malware.exe 

To sign an executable

python Signer.py -i malware.exe -d www.mydomain.com -o signed_malware.exe

Credits

About

Tool to sign executables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages