Nmap Output Parser
Basic Nmap output parser that will group all the hosts for each port together so you can easily see all the hosts for each port. This is the reverse format the output is stored in. Instead of seei...
Basic Nmap output parser that will group all the hosts for each port together so you can easily see all the hosts for each port. This is the reverse format the output is stored in. Instead of seei...
Simple client-side PDF document combiner that allows multiple PDF files to be combined into a single PDF file. All processing is done client-side using pdf-lib.js Upload PDF Combine ...
A simple JSON parser and that acts like jq and can be used in the browser. ALL processing is done client side using JavaScript. No data is sent to any server nor stored in local or session storage...
Tool for generating a word list of password candidates based off of a seed word. The output list can be used as a word list in tools like hashcat with rules to crack hashes. All processing is done...
In this post we’ll look at how to bulk mark users are owned when using Bloodhound. An example scenario would be you have done a password spray (or password audit) and found the password to a large...
Useful Rust snippets and example code for commonly used patterns and features.
In this post we’ll look at how to use magic numbers to create a perfect hash function for a set of Key Value pairs with Integer keys that is known a ahead of time. We’ll assume that we are using 6...
Dump Keys (check for default keys): Sometimes not all keys will be retrieved even if they are all default. Running the command again may be required. hf mf chk hf mf fchk Either command shou...
Get Card Info - General Low Frequency (LF - 125 KHz) High Frequency (HF - 13.56 MHz) Working with Specific Cards EM4100 HID 125 KHz T5577 MIF...
This guide will show you how to modify the source code of the resource JARs used by a Java application that is launched via a JNLP file, including how to resign the new code. The below guide assum...
Collection of different things to try when attempting to breakout of a Windows environment such as Citrix, AWS AppStream, CyberArk PSM, etc. General Tips & Ideas Dialogs He...
Collection of tools, techniques, and payloads for external information gathering when performing an external security assessment. Subdomain Discovery & Enumeration Find Certifica...
General encoder (and decoder) that can be used for various common encoding methods. Currently included decoding functions: Base64 HEX URL HTML ROT-N (1-25) Atbash String Reversal ...
This page contains information and commands about viewing and clearing the DNS and ARP caches on Windows computers, as well as the hosts file. Hosts File DNS Cache (CMD) View DNS C...
This post contains recommendation summaries for password security and cryptographic topics including password complexity & storage, hash functions, symmetric & asymmetric encryption, MACs, ...