Covenant : A .NET Command & Control Framework That Aims To Highlight The Attack Surface

0

Covenant is a .NET command and control framework that aims to highlight the attack surface of .NET, make the use of offensive .NET tradecraft easier, and serve as a collaborative command and control platform for red teamers. Covenant is an ASP.NET Core, cross-platform application that includes a web-based interface that allows for multi-user collaboration. Also Read - Hacktronian : All in...

AutoRDPwn : The Shadow Attack Framework

0

AutoRDPwn is a post-exploitation framework created in Powershell, designed primarily to automate the Shadow attack on Microsoft Windows computers. This vulnerability (listed as a feature by Microsoft) allows a remote attacker to view his victim's desktop without his consent, and even control it on demand, using tools native to the operating system itself. Thanks to the additional modules, it is possible to obtain...

PoshC2 : Python Server for PoshC2

0

PoshC2 is a proxy aware C2 framework that utilises Powershell and/or equivalent (System.Management.Automation.dll) to aid penetration testers with red teaming, post-exploitation and lateral movement. Powershell was chosen as the base implant language as it provides all of the functionality and rich features without needing to introduce multiple third party libraries to the framework. In addition to the Powershell implant, PoshC2 also has...

Hacktronian : All in One Hacking Tool for Linux & Android

0

Hacktronian is an all in one Hacking tool for Linux & Android and pentesing tools that all Hacker needs. Menu Information Gathering Password Attacks Wireless Testing Exploitation Tools Sniffing & Spoofing Web Hacking Private Web Hacking Post Exploitation Install The Hacking Tool Google Dorks Information Gathering: Nmap Setoolkit Port Scanning Host To IP wordpress user CMS scanner XSStrike Dork - Google Dorks Passive Vulnerability Auditor Scan A server's Users Crips Password Attacks: Cupp Ncrack Also Read - PEpper : An Open Source Script To Perform...

Pyshark : Python Wrapper For TShark, Allowing Python Packet Parsing Using Wireshark Dissectors

0

Python wrapper for tshark, allowing python packet parsing using wireshark dissectors. Python2 deprecation - This package no longer supports Python2. If you wish to still use it in Python2, you can: Use version 0.3.8Install pyshark-legacy via pypiClone the pyshark-legacy , where bugfixes will be applied. Looking for contributors - for various reasons I have a hard time finding time to maintain...

Applepie : A Hypervisor For Fuzzing Built With WHVP & Bochs

0

Hello! Welcome to applepie! This is a tool designed for fuzzing, introspection, and finding bugs! This is a hypervisor using the Windows Hypervisor Platform API present in recent versions of Windows (specifically this was developed and tested on Windows 10 17763). Bochs is used for providing deep introspection and device emulation. The Windows Hypervisor Platform API (WHVP) is an API...

PEpper : An Open Source Script To Perform Malware Static Analysis On Portable Executable

0

PEpper is an open source tool to perform malware static analysis on Portable Executable. Following are some of the features supported by the tool; Suspicious entropy ratioSuspicious name ratioSuspicious code sizeSuspicious debugging time-stampNumber of exportNumber of anti-debugging callsNumber of virtual-machine detection callsNumber of suspicious API callsNumber of suspicious stringsNumber of YARA rules matchesNumber of URL foundNumber of IP foundCookie on the stack (GS) supportControl Flow Guard (CFG) supportData Execution Prevention (DEP) supportAddress Space Layout Randomization (ASLR) supportStructured Exception Handling (SEH) supportThread Local Storage (TLS) supportPresence of manifestPresence of versionPresence...

GoDoH : A DNS-Over-HTTPS C2

0

GoDoH is a proof of concept Command and Control framework, written in Golang, that uses DNS-over-HTTPS as a transport medium. Currently supported providers include Google, Cloudflare but also contains the ability to use traditional DNS. Installation All you would need are the godoh binaries themselves. Binaries are available for download from the releases page as part of tagged releases. To build godoh from source, follow the following steps: Ensure...

Truegaze : Static Analysis Tool For Android/iOS Applications Focusing On Security Issues Outside The Source Code

0

Truegaze is a static analysis tool for Android and iOS applications focusing on security issues outside the source code such as resource strings, third party libraries and configuration files. Requirements Python 3 is required and you can find all required modules in the requirements.txt file. Only tested on Python 3.7 but should work on other 3.x releases. No plans to 2.x support...

PwnedOrNot : OSINT Tool To Find Passwords For Compromised Email Addresses

0

pwnedOrNot uses haveibeenpwned v2 api to test email accounts and tries to find the password in Pastebin Dumps. Haveibeenpwned offers a lot of information about the compromised email, some useful information is displayed by this script: Name of BreachDomain NameDate of BreachFabrication statusVerification StatusRetirement statusSpam Status And with all this information it can easily find passwords for compromised emails if the dump is accessible and it contains the...