Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfmaes/LazySign
Create fake certs for binaries using windows binaries and the power of bat files
https://github.com/jfmaes/LazySign
Last synced: about 1 month ago
JSON representation
Create fake certs for binaries using windows binaries and the power of bat files
- Host: GitHub
- URL: https://github.com/jfmaes/LazySign
- Owner: jfmaes
- License: gpl-3.0
- Created: 2021-08-14T12:45:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T14:32:02.000Z (9 months ago)
- Last Synced: 2024-10-30T08:19:08.832Z (about 1 month ago)
- Language: PowerShell
- Size: 210 KB
- Stars: 542
- Watchers: 18
- Forks: 76
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - jfmaes/LazySign - Create fake certs for binaries using windows binaries and the power of bat files (PowerShell)
README
# LazySign
Create fake certs for binaries using windows binaries and the power of bat filesOver the years, several cool tools have been released that are capeable of stealing or forging fake signatures for binary files.
All of these tools however, have additional dependencies which require Go,python,...This repo gives you the opportunity of fake signing with 0 additional dependencies, all of the binaries used are part of Microsoft's own devkits.
I took the liberty of writing a bat file to make things easy.The `Invoke-LazySign.ps1` PowerShell script is another option, which doesn't require additional dependencies nor binaries, just clean and dry PowerShell cmdlets.
So if you are lazy like me, just clone the git, run either the bat or the PowerShell script, follow the instructions and enjoy your new fake signed binary.
With some adjustments it could even be used to sign using valid certs as well ¯\\_(ツ)_/¯