GitHunt

Usman Sikander

Offensive-Panda

An infosec guy who's constantly seeking for knowledge.

Cytomate solutions and services
Qatar

Languages

C++55%C#9%C9%Batchfile9%HTML9%Python5%PHP5%

Loading contributions...

Top Repositories

Repositories

62
OF
Offensive-Panda/ProcessInjectionTechniques

This comprehensive process injection series is crafted for cybersecurity enthusiasts, researchers, and professionals who aim to stay at the forefront of the field. It serves as a central repository of knowledge, offering in-depth exploration of various process injection techniques and methods used by adversaries.

C++43883Updated 5 hours ago
OF
Offensive-Panda/DV_NEW

This is the combination of multiple evasion techniques to evade defenses. (Dirty Vanity)

C++5014Updated 1 day ago
cybersecurityegghuntingmalware-developmentoffensive-securitysyscalls
OF
Offensive-Panda/ShadowDumper

Shadow Dumper is a powerful tool used to dump LSASS memory, often needed in penetration testing and red teaming. It uses multiple advanced techniques to dump memory, allowing to access sensitive data in LSASS memory.

C++57190Updated 2 days ago
OF
Offensive-Panda/PEB_WALK_AND_API_OBFUSCATION_INJECTION

This exploit use PEB walk technique to resolve API calls dynamically, obfuscate all API calls to perform process injection.

C++263Updated 4 days ago
edr-bypassmalware-analysismalware-developmentoffensive-securitystatic-analysis
OF
Offensive-Panda/LsassReflectDumping

This tool leverages the Process Forking technique using the RtlCreateProcessReflection API to clone the lsass.exe process. Once the clone is created, it utilizes MINIDUMP_CALLBACK_INFORMATION callbacks to generate a memory dump of the cloned process

C++21626Updated 5 days ago
callbacksforklsass-dumpmimikatzminidump
OF
Offensive-Panda/DefenseEvasionTechniques

This comprehensive and central repository is designed for cybersecurity enthusiasts, researchers, and professionals seeking to stay ahead in the field. It provides a valuable resource for those dedicated to improving their skills in malware development, malware research, offensive security, security defenses and measures.

C++13924Updated 6 days ago
cyber-threat-intelligenceedr-evasionmalware-developmentmalware-researchoffensivesecurity
OF
Offensive-Panda/Collect_Threat_Intel_AND_Malware_Using_Honeypots

This code run as a service continuous monitoring all Sysmon event logs and take action based on events generated by attackers activities. Also sending filtered and contextual details on telegram bots to update administrators. Uploading and capturing all malware's dropped by attackers.

C#62Updated 1 week ago
honeypotmalware-analysismalware-detectiontelegram-botthreat-intelligence
OF
Offensive-Panda/RWX_MEMEORY_HUNT_AND_INJECTION_DV

Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.

C++29049Updated 1 week ago
avbypassedr-bypassfudmalware-developmentshellcode
OF
Offensive-Panda/C2_Elevated_Shell_DLL_Hijcking

DLL Hijacking and Mock directories technique to bypass Windows UAC security feature and getting high-level privileged reverse shell. Security researchers identified this technique which uses a simplified process of DLL hijacking and mock folders to bypass UAC control. I tested this on Windows 10,11 and bypassed Windows 10 UAC security feature.

C++428Updated 1 week ago
bypassdll-injectionmetasploitshellcodewindows-10windows-11-bypass
OF
Offensive-Panda/Ransomware

Ransomware written in C. This project is only for educational purposes. This will encrypt data from current working directory.

C01Updated 1 week ago
cdecryptionencryptionransomware
OF
Offensive-Panda/on-disk-detection-bypass

Direct syscalls Injection to bypass AV/EDR

C113Updated 1 week ago
OF
Offensive-Panda/NT-AUTHORITY-Shell

Simple batch scripts to get NT-Authority

Batchfile51Updated 3 weeks ago
OF
Offensive-Panda/NT-AUTHORITY-SYSTEM-CONTEXT-RTCORE

This exploit rebuilds and exploit the CVE-2019-16098 which is in driver Micro-Star MSI Afterburner 4.6.2.15658 (aka RTCore64.sys and RTCore32.sys) allows any authenticated user to read and write to arbitrary memory, I/O ports, and MSRs. Instead of hardcoded base address of Ntoskrnl.exe, I calculated it dynamically and recalulated the fields offsets

C++3011Updated 1 month ago
OF
Offensive-Panda/MalwareAnalysis

This central repository is crafted for cybersecurity enthusiasts, researchers, and professionals aiming to advance their skills. It offers valuable resources for those focused on analyzing and understanding different types of malware.

HTML204Updated 1 month ago
malwaremalware-analysismitre-attackoffensive-securityttp
OF
Offensive-Panda/.NET_PROFILER_DLL_LOADING

.NET profiler DLL loading can be abused to make a legit .NET application load a malicious DLL using environment variables. This exploit is loading a malicious DLL using Task Scheduler (MMC) to bypass UAC and getting admin privileges.

C++4613Updated 2 months ago
OF
Offensive-Panda/D3MPSEC

"D3MPSEC" is a memory dumping tool designed to extract memory dump from Lsass process using various techniques, including direct system calls, randomized procedures, and prototype name obfuscation. Its primary purpose is to bypass both static and dynamic analysis techniques commonly employed by security measures.

C++286Updated 2 months ago
lsass-dumpmalware-developmentnativeapioffensive-securitysyscalls
OF
Offensive-Panda/Offensive-Panda.github.io

Welcome to my professional portfolio, a centralized hub where you can access a comprehensive collection of my cybersecurity series, blogs and projects, expertly organized for your exploration and insight.

HTML51Updated 2 months ago
OF
Offensive-Panda/WPM-MAJIC-ENTRY-POINT-INJECTION

This exploit is utilising AddressOfEntryPoint of process which is RX and using WriteProcessMemory internal magic to change the permission and write the shellcode.

C++184Updated 5 months ago
avbypassedr-bypassmalware-developmentoffensive-securitywriteprocessmemory
OF
Offensive-Panda/Offensive-Panda

No description provided.

11Updated 5 months ago
OF
Offensive-Panda/offsec-toolsFork

Compiled tools for internal assessments

10Updated 5 months ago
OF
Offensive-Panda/Chrome-Password-Stealer

I have created a python based exploit which is getting Username, Passwords, Url's from Google Chrome

Python51Updated 8 months ago
chromepasswordurlusername
OF
Offensive-Panda/Persistence_AND_Anti_Sandbox

This repository contains the c# code which is using latest persistence technique and multiple anti-vm, anti-sandboxes techniques. Creating persistence by using WindowsApps folder, schtasks, powershell cmdlet (Get-Variable).

C#93Updated 8 months ago
anti-debugginganti-detectionanti-sandboxanti-vmmalwarepersistencepowershell
OF
Offensive-Panda/Telegram-Bot-RAT

Send victim Information using telegram bot. Simple php script to connect with telegram bot and sent user agent information on telegram.

PHP31Updated 10 months ago
OF
Offensive-Panda/Reverse_Shell_Over_TCp

I have created a reverse connection client from scratch in the C# programming language and execute arbitrary commands to perform C&C on the target system. To connect to the host with port, you need to pass the IP address in the first parameter and integer port number as the second argument.

21Updated 1 year ago
csharpnetcatreverse-shelltcp
OF
Offensive-Panda/Bypass-and-Defeat-Defender

Powerfull scripts to bypass windows defender

Batchfile92Updated 1 year ago
OF
Offensive-Panda/VirtualBoxSystemInformationModifyFork

Modify Virtual Box System Information

10Updated 1 year ago
OF
Offensive-Panda/MimikatzFUDFork

No description provided.

11Updated 1 year ago
OF
Offensive-Panda/DLLirantFork

DLLirant is a tool to automatize the DLL Hijacking researches on a specified binary.

10Updated 1 year ago
OF
Offensive-Panda/AdvPhishingFork

This is Advance Phishing Tool ! OTP PHISHING

20Updated 1 year ago
OF
Offensive-Panda/exploitsFork

Miscellaneous exploit code

10Updated 1 year ago

Gists

Recent Activity