All Projects → audibleblink → dummyDLL

audibleblink / dummyDLL

Licence: other
Utility for hunting UAC bypasses or COM/DLL hijacks that alerts on the exported function that was consumed.

Programming Languages

go
31211 projects - #10 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dummyDLL

MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
Stars: ✭ 79 (+125.71%)
Mutual labels:  infosec, blueteam, redteam
Gitlab Watchman
Monitoring GitLab for sensitive data shared publicly
Stars: ✭ 127 (+262.86%)
Mutual labels:  infosec, blueteam, redteam
1earn
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
Stars: ✭ 3,715 (+10514.29%)
Mutual labels:  infosec, blueteam, redteam
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+2431.43%)
Mutual labels:  infosec, blueteam, redteam
github-watchman
Monitoring GitHub for sensitive data shared publicly
Stars: ✭ 60 (+71.43%)
Mutual labels:  infosec, blueteam, redteam
Slack Watchman
Monitoring your Slack workspaces for sensitive information
Stars: ✭ 159 (+354.29%)
Mutual labels:  infosec, blueteam, redteam
NIST-to-Tech
An open-source listing of cybersecurity technology mapped to the NIST Cybersecurity Framework (CSF)
Stars: ✭ 61 (+74.29%)
Mutual labels:  infosec, blueteam, redteam
Awesome Security Hardening
A collection of awesome security hardening guides, tools and other resources
Stars: ✭ 630 (+1700%)
Mutual labels:  infosec, blueteam
Chashell
Chashell is a Go reverse shell that communicates over DNS. It can be used to bypass firewalls or tightly restricted networks.
Stars: ✭ 742 (+2020%)
Mutual labels:  infosec, redteam
Red Team Curation List
A list to discover work of red team tooling and methodology for penetration testing and security assessment
Stars: ✭ 68 (+94.29%)
Mutual labels:  infosec, redteam
Gorsh
A Golang Reverse Shell w/ a Tmux-driven psuedo-C2 Interface
Stars: ✭ 97 (+177.14%)
Mutual labels:  infosec, redteam
Wsmanager
Webshell Manager
Stars: ✭ 99 (+182.86%)
Mutual labels:  infosec, redteam
Defaultcreds Cheat Sheet
One place for all the default credentials to assist the Blue/Red teamers activities on finding devices with default password 🛡️
Stars: ✭ 1,949 (+5468.57%)
Mutual labels:  infosec, blueteam
Nishang
Nishang - Offensive PowerShell for red team, penetration testing and offensive security.
Stars: ✭ 5,943 (+16880%)
Mutual labels:  infosec, redteam
Plumhound
Bloodhound for Blue and Purple Teams
Stars: ✭ 452 (+1191.43%)
Mutual labels:  infosec, blueteam
Hershell
Hershell is a simple TCP reverse shell written in Go.
Stars: ✭ 442 (+1162.86%)
Mutual labels:  infosec, redteam
Infosec reference
An Information Security Reference That Doesn't Suck; https://rmusser.net/git/admin-2/Infosec_Reference for non-MS Git hosted version.
Stars: ✭ 4,162 (+11791.43%)
Mutual labels:  infosec, blueteam
Smogcloud
Find cloud assets that no one wants exposed 🔎 ☁️
Stars: ✭ 168 (+380%)
Mutual labels:  infosec, blueteam
Credsleaker
Credsleaker allows an attacker to craft a highly convincing credentials prompt using Windows Security, validate it against the DC and in turn leak it via an HTTP request.
Stars: ✭ 247 (+605.71%)
Mutual labels:  infosec, redteam
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (+665.71%)
Mutual labels:  infosec, redteam

dummyDLL

Export some functions. See if they load somewhere.

Building

  • Have mingw-w64 (if compiling on Linux)
make

Check the functions work:

rundll32.exe dummy.dll,DllRegisterServer

Place the dll somewhere you think it might hijack a hosting executable.

)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].