ADExplorerSnapshot.py : An AD Explorer Snapshot Parser. It Is Made As An Ingestor For BloodHound

0

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

0

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

0

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

0

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

0

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

0

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

0

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...

Nuclei-Burp-Plugin : Nuclei Plugin For BurpSuite

0

Nuclei-Burp-Plugin is a BurpSuite plugin intended to help with nuclei template generation. Features Template matcher generation Word and Binary matcher creation using selected response snippets from Proxy history or Repeater contextsMulti-line selections are split to separate words for readabilityBinary matchers are created for selections containing non-ASCII charactersThe part field is auto-set based on whether the selection was in the request header or bodyEvery generated template auto-includes a Status matcher, using the HTTP status code of the response Request template...

Ghostbuster : Eliminate Dangling Elastic IPs By Performing Analysis On Your Resources

0

Ghostbuster obtains all the DNS records present in all of your AWS accounts (Route53), and can optionally take in records via CSV input, or via Cloudflare. After these records are collected, Ghostbuster iterates through all of your AWS Elastic IPs and Network Interface Public IPs and collects this data. By having a complete picture of the DNS records (from route53, file...

Kali Linux – The Best Tool For Penetration Testing?

0

The penetration tool known as Kali Linux is a Debian-based Linux distribution that was created with security testing and auditing in mind. It is one of the most popular security distributions in the world, and it includes dozens of tools that allow you to perform all sorts of attacks against your targets. In this blog post, we will discuss...