ADReaper : A Fast Enumeration Tool For Windows Active Directory Pentesting Written In Go

0

ADReaper is a tool written in Golang which enumerates an Active Directory environment with LDAP queries within few seconds Installation You can download precompiled executable binaries for Windows/Linux from latest releases Install from source To build from source, clone the repo and build it with GO $ git clone https://github.com/AidenPearce369/ADReaper$ cd ADReaper/$ go build Usage ADReaper performs enumeration with various commands that performs LDAP queries with respective to it PS C:UsersredteamerDesktopshared>...

KrbRelay : Framework For Kerberos Relaying

0

KrbRelay should be working on most fully patched Windows systems. There may be difficulties with Server OS in lab environments because of the firewall blocking the OXID resolver however, this will most likely not be an issue during real life engagements, same goes for CLSIDs. Supported Protocols and Features Some protocols are more completed than others, PR's are welcomed. LLMNRLDAP/LDAPSHTTPEWSSMBv2RPC over SMBMS-SAMRMS-SCMRMS-RPRNMS-RRPMS-LSAT/MS-LSAD Examples LPE.KrbRelay.exe...

Zircolite : A Standalone SIGMA-based Detection Tool For EVTX, Auditd And Sysmon For Linux Logs

0

Zircolite is a standalone tool written in Python 3. It allows to use SIGMA rules on MS Windows EVTX (EVTX and JSONL format), Auditd logs and Sysmon for Linux logs Zircolite can be used directly on the investigated endpoint (use releases) or in your forensic/detection labZircolite is fast and can parse large datasets in just seconds (check benchmarks) Zircolite can be used directly in Python...

linWinPwn : A Bash Script That Automates A Number Of Active Directory Enumeration And Vulnerability Checks

0

linWinPwn is a bash script that automates a number of Active Directory Enumeration and Vulnerability checks. The script leverages and is dependent of a number of tools including: impacket, bloodhound, crackmapexec, ldapdomaindump, lsassy, smbmap, kerbrute, adidnsdump. Setup Git clone the repository and make the script executable git clone https://github.com/lefayjey/linWinPwncd linWinPwn; chmod +x linWinPwn.sh Install requirements on Kali machines using the install.sh script chmod +x install.shsudo ./install.sh On...

OWASP Coraza WAF : A Golang Modsecurity Compatible Web Application Firewall Library

0

OWASP Coraza Web Application Firewall, OWASP Coraza is a golang enterprise-grade Web Application Firewall framework that supports Modsecurity's seclang language and is 100% compatible with OWASP Core Ruleset. Prerequisites Linux distribution (Debian and Centos are recommended, Windows is not supported yet)Golang compiler v1.16+ Migrate from v1 Rollback SecAuditLog to the legacy syntax (serial/concurrent)Attach an error log handler using waf.SetErrorLogCb(cb) (optional)the function Transaction.Clean() must be used...

Kraken : A Multi-Platform Distributed Brute-Force Password Cracking System

0

Kraken is an online distributed brute force password cracking tool. It allows you to parallelize dictionaries and crunch word generator based cracking across multiple machines both as a web app in a web browser and as a standalone electron based client. Kraken aims to be easy to use, fault tolerant and scalable. I wrote Kraken because I wanted to learn...

vAPI : Vulnerable Adversely Programmed Interface Which Is Self-Hostable API

0

vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios in the means of Exercises. Requirements PHPMySQLPostManMITM Proxy Installation (Docker) docker-compose up -d Installation (Manual) Copying the Code cd <your-hosting-directory> git clone https://github.com/roottusk/vapi.git Setting up the Database Import vapi.sql into MySQL Database Configure the DB Credentials in the vapi/.env Starting MySQL service Run following command (Linux) service mysqld start Starting Laravel Server Go to vapi directory and Run php artisan serve Setting Up Postman Import vAPI.postman_collection.json in PostmanImport vAPI_ENV.postman_environment.json in...

EDRSandblast : Tool That Weaponize A Vulnerable Signed Driver To Bypass EDR Detections And LSASS Protection

0

EDRSandBlast is a tool written in C that weaponize a vulnerable signed driver to bypass EDR detections (Kernel callbacks and ETW TI provider) and LSASS protections. Multiple userland unhooking techniques are also implemented to evade userland monitoring. As of release, combination of userland (--usermode) and Kernel-land (--kernelmode) techniques were used to dump LSASS memory under EDR scrutiny, without being blocked nor generating "OS Credential Dumping"-related events in the product...

365Inspect : A PowerShell Script That Automates The Security Assessment Of Microsoft Office 365 Environments

0

365Inspect requires the administrative PowerShell modules for Microsoft Online, Azure AD (We recommend installing the AzureADPreview module), Exchange administration, Microsoft Graph, Microsoft Intune, Microsoft Teams, and Sharepoint administration. The 365Inspect.ps1 PowerShell script will validate the installed modules. If you do not have these modules installed, you will be prompted to install them, and with your approval, the script will attempt installation. Otherwise,...

Shhhloader : SysWhispers Shellcode Loader

0

Shhhloader is a SysWhispers Shellcode Loader that is currently a Work in Progress. It takes raw shellcode as input and compiles a C++ stub that has been integrated with SysWhispers in order to bypass AV/EDR. The included python builder will work on any Linux system that has Mingw-w64 installed. The tool has been confirmed to successfully load Meterpreter and a...