Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Where is SQL Injection : Try this

Before that let me tell myself, I am Aswin Govind from Kerala. And I am working as Application Security Consultant.Continue reading on Medium »
Read more...
Admin access !!

Hellow folks! I hope you’re well! In this writeup I’ll tell how I become low privilege user to an Admin. So without further delay let’s…
Read more...
Bug Bounty Nedir?

Bug Bounty(hata-ödül), bir güvenlik açığını veya hatayı başarıyla keşfedip uygulamanın geliştiricisine bildirdiği için etik hackerlarına…Continue reading on BAU Yazılım ve Bilişim Kulübü »
Read more...
Bug Bounty(hata-ödül), bir güvenlik açığını veya hatayı başarıyla keşfedip uygulamanın geliştiricisine bildirdiği için etik hackerlarına…Continue reading on BAU Yazılım ve Bilişim Kulübü » (https://medium.com/yaz%C4%B1l%C4%B1m-ve-bili%C5%9Fim-kul%C3%BCb%C3%BC/bug-bounty-nedir-e6506281e881?source=rss------bug_bounty-5)
Limelighter - A Tool For Generating Fake Code Signing Certificates Or Signing Real Ones

A tool which creates a spoof code signing certificates and sign binaries and DLL files to help evade EDR products and avoid MSS and sock scruitney. LimeLighter can also use valid code signing certificates to sign files. Limelighter can use a fully qualified domain name such as acme.com.ContributingLimeLighter was developed in golang.Make sure that the following are installed on your OSopensslosslsigncodeThe first step as always is to clone the repo. Before you compile LimeLighter you'll need to install the dependencies. To install them, run following commands:go get github.com/fatih/colorThen build itgo build Limelighter.goUsage./LimeLighter -h ._ ._ ._ ._ ._ _ | | |_| _ _ | | |_| _ | |_/ |_ _ | | | |/ \_/ _ \| | | |/ _\| | \ _\/ _ \_ _ \ | |_| | Y Y \ _/| |_| / /_/ > Y \ | \ _/| | \/ |_ \_|_|_| /\_ >_ \_\_ /|_| /_| \_ >_| \/ \/ \/ \/ /_/ \/ \/ @Tyl0us\* A Tool for Code Signing... Real and fakeUsage of ./LimeLighter: -Domain string Domain you want to create a fake code sign for -I string Unsiged file name to be signed -O string Signed file name -Password string Password for real certificate -Real string Path to a valid .pfx certificate file -Verify string Verifies a file's code sign certificate -debug Print debug statementsTo sign a file you can use the command option Domain to generate a fake code signing certificate. to sign a file with a valid code signing certificate use the Real and Password to sign a file with a valid code signing certificate.To verify a signed file use the verify command.Download Limelighter
Read more...
Limelighter - A Tool For Generating Fake Code Signing Certificates Or Signing Real Ones
http://www.kitploit.com/2021/10/limelighter-tool-for-generating-fake.html
A tool which creates a spoof code signing certificates (https://www.kitploit.com/search/label/Certificates) and sign (https://www.kitploit.com/search/label/Sign) binaries and DLL (https://www.kitploit.com/search/label/DLL) files to help evade EDR (https://www.kitploit.com/search/label/EDR) products and avoid MSS and sock scruitney. LimeLighter can also use valid code signing certificates to sign files. Limelighter can use a fully qualified domain name such as acme.com.
Contributing
LimeLighter was developed in golang.Make sure that the following are installed on your OSopenssl
osslsigncode
The first step as always is to clone the repo. Before you compile LimeLighter you'll need to install the dependencies. To install them, run following commands:go get github.com/fatih/color
Then build itgo build Limelighter.go

Usage
Y \ | \ ___/| | \/ |_______ \__|__|_| /\___ >_______ \__\___ /|___| /__| \___ >__| \/ \/ \/ \/ /_____/ \/ \/ @Tyl0us [*] A Tool for Code Signing... Real and fake Usage of ./LimeLighter: -Domain string Domain you want to create a fake code sign for -I string Unsiged file name to be signed -O string Signed file name -Password string Password for real certificate -Real string Path to a valid .pfx certificate file -Verify string Verifies a file's code sign certificate -debug Print debug statements ">./LimeLighter -h

.____ .__ .____ .__ .__ __
| | |__| _____ ____ | | |__| ____ | |___/ |_ ___________
| | | |/ \_/ __ \| | | |/ ___\| | \ __\/ __ \_ __ \
| |___| | Y Y \ ___/| |___| / /_/ > Y \ | \ ___/| | \/
|_______ \__|__|_| /\___ >_______ \__\___ /|___| /__| \___ >__|
\/ \/ \/ \/ /_____/ \/ \/
@Tyl0us


[*] A Tool for Code Signing... Real and fake
Usage of ./LimeLighter:
-Domain string
Domain you want to create a fake code sign for
-I string
Unsiged file name to be signed
-O string
Signed file name
-Password string
Password for real certificate
-Real string
Path to a valid .pfx certificate file
-Verify string
Verifies a file's code sign certificate
-debug
Print debug statements

To sign a file you can use the command option Domain to generate a fake code signing certificate.