Request_Smuggler : Http Request Smuggling Vulnerability Scanner
Request_Smuggler is a Http request smuggling vulnerability scanner. Based on the amazing research by James Kettle. The tool can help to find servers that may be vulnerable to request smuggling vulnerability. Usage USAGE:request_smuggler --urlFLAGS:-h, --help Prints help information-V, --version Prints version informationOPTIONS:--amount-of-payloads low/medium/all -t, --attack-types --filesend request from a fileyou need to explicitly pass rn at the end of the lines-H, --header Example:...
Factual-Rules-Generator : An Open Source Project Which Aims To Generate YARA Rules
Factual-rules-generator is an open source project which aims to generate YARA rules about installed software from a running operating system. The goal of the software is to be able to use a set of rules against collected or acquired digital forensic evidences and find installed software in a timely fashion. The software can be used to baseline known software from Windows system and...
SysWhispers3 : AV/EDR Evasion Via Direct System Calls
SysWhispers helps with evasion by generating header/ASM files implants can use to make direct system calls. Why on earth didn't I create a PR to SysWhispers2? The reason for SysWhispers3 to be a standalone version are many, but the most important are: SysWhispers3 is the de-facto "fork" used by Inceptor, and implements some utils class which are not relevant to the original version...
ADExplorerSnapshot.py : An AD Explorer Snapshot Parser. It Is Made As An Ingestor For BloodHound
ADExplorerSnapshot.py is an AD Explorer snapshot parser. It is made as an ingestor for BloodHound, and also supports full-object dumping to NDJSON. AD Explorer allows you to connect to a DC and browse LDAP data. It can also create snapshots of the server you are currently attached to. This tool allows you to convert those snapshots to BloodHound-compatible JSON files, or...
Shellcode Template : An Easily Modifiable Shellcode Template For Windows X64/X86
Shellcode Template is heavily based on Austin Hudson's (aka SecIdiot) TitanLdr It compiles the project into a PE Executable and extracts the .text section Example The entry point of the shellcode looks like this. Of course, this can be changed for your need. First we need to initialize needed libraries and functions by using our custom written GetModuleHandle and GetProcAddress. SEC( text, B )...
Vortex : VPN Overall Reconnaissance, Testing, Enumeration And exploitation Toolkit
Vortex is a VPN Overall Reconnaissance, Testing, Enumeration and Exploitation Toolkit Overview A very simple Python framework, inspired by SprayingToolkit, that tries to automate most of the process required to detect, enumerate and attack common O365 and VPN endpoints (like Cisco, Citrix, Fortinet, Pulse, etc...). Why I developed it Make the VPN spraying phase much quicker and easier. Also, due to its flexibility, this...
FastFinder : Incident Response – Fast Suspicious File Finder
FastFinder is a lightweight tool made for threat hunting, live forensics and triage on both Windows and Linux Platforms. It is focused on endpoint enumeration and suspicious file finding based on various criterias: file path / namemd5 / sha1 / sha256 checksumsimple string content matchcomplex content condition(s) based on YARA Ready for battle! fastfinder has been tested in real cases in multiple CERT,...
Oh365UserFinder : Python3 O365 User Enumeration Tool
Oh365UserFinder is used for identifying valid o365 accounts and domains without the risk of account lockouts. The tool parses responses to identify the "If Exists Result" flag is null or not, and responds appropriately if the user is valid. The tool will attempt to identify false positives based on response, and either automatically create a waiting period to allow...
PSRansom : PowerShell Ransomware Simulator With C2 Server
PSRansom is a PowerShell Ransomware Simulator with C2 Server capabilities. This tool helps you simulate encryption process of a generic ransomware in any system on any system with PowerShell installed on it. Thanks to the integrated C2 server, you can exfiltrate files and receive client information via HTTP. All communication between the two elements is encrypted or encoded so as to...
S3Sec : Check AWS S3 Instances For Read/Write/Delete Access
S3Sec tool was developed to quickly test a list of s3 buckets for public read, write and delete access for the purposes of penetration testing on bug bounty programs. Installation Clone the git repo onto your machine: git clone https://github.com/0xmoot/s3sec Usage Check a single S3 instance: echo "test-instance.s3.amazonaws.com" | python3 s3sec.py Or: echo "test-instance" | python3 s3sec.py Check a list of S3 instances: cat locations | python3 s3sec.py Setup AWS...