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
python Signer.py -h
python Signer.py -v malware.exe
python Signer.py -i malware.exe -d www.mydomain.com -o signed_malware.exe
- This tools was develped fallowing the example of https://github.com/Tylous/Limelighter