Home
Softono
d

damonmohammadbagher

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
4

Software by damonmohammadbagher

eBook-BypassingAVsByCSharp
Open Source

eBook-BypassingAVsByCSharp

This repository hosts free preview chapters of the ebook Bypassing AVs by C Programming authored by Damon Mohammadbagher. The content focuses on advanced C .NET techniques for creating, encrypting, and hiding malicious payloads to evade antivirus detection. Key topics include generating backdoor and Meterpreter payloads, data exfiltration and transfer methods utilizing various protocols such as DNS records, ARP, wireless traffic, ICMP, and HTTP. The chapters also explore steganography for hiding data within BMP images and advanced C features like extension methods and remote thread injection for code execution. This material serves as a technical resource for cybersecurity professionals and researchers studying offensive programming and evasion strategies. Access includes online reading, video tutorials hosted on platforms like YouTube and Vimeo, and downloadable video archives. Users are strongly advised against scanning the provided code or compiled executables on online platforms like VirusTotal to prevent

E-book Management
468 Github Stars
Videos-BypassingAVsByCSharp
Open Source

Videos-BypassingAVsByCSharp

This repository contains video tutorials accompanying the eBook Bypassing AVs by C.NET Programming by Damon Mohammadbagher. The content focuses on advanced red teaming and penetration testing techniques using C to evade antivirus detection. Key topics include creating simple backdoor payloads and generating encrypted Meterpreter payloads in C.NET. The guides demonstrate novel data exfiltration and transfer methods that bypass traditional network monitoring, such as tunneling traffic through DNS records including A, AAAA, and PTR entries. Additional techniques cover payload delivery and data theft using ARP traffic, wireless BSSID communication, HTTP traffic for exfiltration, and steganography by hiding data within BMP image pixels. The tutorials provide step-by-step visual instructions for developers and security professionals to understand how low-level protocols and image manipulation can be leveraged to move data covertly and maintain persistent access on compromised systems. These resources are intended f

E-book Management
41 Github Stars
NativePayload_DNS
Open Source

NativePayload_DNS

NativePayloadDNS is a C tool designed for transferring backdoor payloads via DNS traffic to bypass antivirus detection. It enables security researchers and penetration testers to deliver encoded shellcode to a target system by leveraging DNS queries and responses, making the traffic appear as legitimate network activity. The tool works by fragmenting shellcode payloads, such as those generated by msfvenom, into small chunks distributed across DNS records. On the target side, the C executable retrieves these fragments through DNS resolution, reconstructs the original payload in memory, and executes it without writing to disk. This approach helps evade traditional file-based antivirus scanning. NativePayloadDNS is intended for authorized security testing and research to demonstrate weaknesses in perimeter defenses and endpoint protection solutions. A related tool, NativePayloadIP6DNS, provides similar functionality using IPv6 AAAA records.

Vulnerability Scanning SIEM & Threat Detection DNS & Domain Tools
271 Github Stars