Github tools
2.73K subscribers
33 photos
2 videos
58 files
361 links
Github useful scripts and tools
Download Telegram
Find interesting files stored on (System Center) Configuration Manager (SCCM/CM) shares via HTTP(s)

Dropped a new tool at DEF CON 32! Loot SCCM Distribution points via HTTP with

We've found credentials, certificates, custom apps, keystores, etc. What will you find?

đź”—
https://github.com/badsectorlabs/sccm-http-looter
Protect-Images-from-AI-PixelGuard:

PixelGuard protects images from AI scraping and unauthorized use in AI training, such as facial recognition models or style transfer algorithms. It employs multiple invisible protection techniques that mostly imperceptible to the eye but can interfere with AI processing.

https://github.com/captainzero93/Protect-Images-from-AI-PixelGuard
windows-api-function-cheatsheets:

A reference of Windows API function calls, including functions for file operations, process management, memory management, thread management, dynamic-link library (DLL) management, synchronization, interprocess communication, Unicode string manipulation, error handling, Winsock networking operations, and registry operations.

https://github.com/7etsuo/windows-api-function-cheatsheets
Tools from the DEFCON 32 talk "SHIM me what you got - Manipulating Shim and Office for Code Injection"

Office Injector - Invokes an RPC method in OfficeClickToRun service that will inject a DLL into a suspended process running as NT AUTHORITY\SYSTEM launched by the task scheduler service, thus achieving privilege escalation from administrator to SYSTEM.

Shim Injector - Writes an undocumented shim data structure into the memory of another process that causes apphelp.dll to apply the “Inject Dll” fix on the process without registering a new SDB file on the system, or even writing such file to disk.

https://github.com/deepinstinct/ShimMe
#tools
#Offensive_security
1. TrickDump dumps the lsass process without creating a Minidump file
https://github.com/ricardojoserf/TrickDump
2. traceeshark - Deep Linux runtime visibility meets Wireshark
https://github.com/aquasecurity/traceeshark
#tools
#Offensive_security
1. SCCM HTTP Looter
https://github.com/badsectorlabs/sccm-http-looter
2. Stealthy Bash Tool
https://github.com/hackerschoice/hackshell
3. Hijacking valid driver services to load arbitrary (signed) drivers abusing native symbolic links and NT paths
https://github.com/klezVirus/DriverJack
#tools
#Cloud_Security
Grimoire - Generate datasets of cloud audit logs for common attacks
https://github.com/dataDog/grimoire
#tools
#cryptography
Project Wycheproof tests crypto libraries against known attacks
https://github.com/C2SP/wycheproof
Draytek_Defcon.pdf
9.2 MB
#tools
#reversing
"Taking off the blindfold:
Detecting persistent threats on Draytek edge devices", 2024.
]-> Reverse Engineering and Observability toolkit for Draytek firewalls:
https://github.com/infobyte/draytek-arsenal
Phishing. Examples of letters and analysis of attacks.

• This repository contains examples of phishing emails that were sent by APT groups to various companies around the world. In addition to examples, the repo includes presentations with analysis and description of phishing attacks. In general, the material is very interesting, especially if you do research and study various schemes:

➡ https://github.com/wddadk/Phishing-campaigns
TCP Reverse Shell C++

TCP reverse shell is a type of shell in which the attacker creates a connection from the target machine back to the attacker's machine, rather than the attacker connecting directly to the target. In this script, the attacker typically sets up a listener on a specified port on their own machine, and the victim machine is then compromised with malware that establishes a connection to the attacker's listener. Once the connection is established, the attacker has access to a command prompt on the victim machine, and can execute commands and interact with the system as if they were sitting at the machine itself. This technique is commonly used in cyber attacks and penetration testing

https://github.com/Untouchable17/Reverse-TCP-Shell‌‌
❤1