laconicwolf
I build things and break things...and occasionally write about the things I build and break: https://laconicwolf.com/
Pinned Repositories
Android-App-Testing
Scripts to help me test Android apps
async-tools
Security tools written using Python asyncio
Burp-API-Scripts
A collection of scripts used to interact with the Burp Rest API
burp-extensions
A collection of scripts to extend Burp Suite
crypto-tools
A collection of tools that deal with crypto and cryptanalysis. For educational purposes only. These tools are likely not a good substitute for real cryptography.
Dirscover
A multi-processed, multi-threaded scanner to discover web directories on multiple URLs.
Masscan-to-CSV
Converts the Masscan XML output option (-oX) to a csv format.
Nmap-Scan-to-CSV
Converts Nmap XML output to csv file, and other useful functions
Password-Scripts
A collection of scripts that help with different aspects of password cracking, such as wordlist generation, mask analysis, and positional character frequency.
random-python
Various Python scripts that have come in handy but aren't important enough to get their own repository
laconicwolf's Repositories
laconicwolf/Nmap-Scan-to-CSV
Converts Nmap XML output to csv file, and other useful functions
laconicwolf/burp-extensions
A collection of scripts to extend Burp Suite
laconicwolf/Password-Scripts
A collection of scripts that help with different aspects of password cracking, such as wordlist generation, mask analysis, and positional character frequency.
laconicwolf/Masscan-to-CSV
Converts the Masscan XML output option (-oX) to a csv format.
laconicwolf/Android-App-Testing
Scripts to help me test Android apps
laconicwolf/Burp-API-Scripts
A collection of scripts used to interact with the Burp Rest API
laconicwolf/crypto-tools
A collection of tools that deal with crypto and cryptanalysis. For educational purposes only. These tools are likely not a good substitute for real cryptography.
laconicwolf/random-python
Various Python scripts that have come in handy but aren't important enough to get their own repository
laconicwolf/Dirscover
A multi-processed, multi-threaded scanner to discover web directories on multiple URLs.
laconicwolf/HTTP-Header-Fuzzer
A multithreaded Python3 program that fuzzes HTTP headers and values and outputs the results to a CSV file.
laconicwolf/cors-scanner
A multi-threaded scanner that helps identify CORS flaws/misconfigurations
laconicwolf/subdomain-searcher
Accepts a domain name and queries multiple sources to return subdomains. Includes option to scan the returned subdomains to check connectivity.
laconicwolf/ironpython-ldap
IronPython scripts for LDAP/ActiveDirectory enumeration
laconicwolf/powershell-enumeration
PowerShell script containing multiple cmdlets used for enumeration
laconicwolf/random-powershell
Various PowerShell scripts that have come in handy but aren't important enough for their own repository
laconicwolf/SiteKick
A multi-purpose web enumeration tool
laconicwolf/async-tools
Security tools written using Python asyncio
laconicwolf/check-byte-distribution
A program to check byte distribution for a given set of data.
laconicwolf/Get-AutoFillCredentials
Initializes a hidden Internet Explorer browser and browses to a list of specified URLs. For each URL, the DOM will be scraped in an attempt to find auto-filled credentials.
laconicwolf/PowerShell-BrowserData-Parsers
A collection of cmdlets used to enumerate browser data.
laconicwolf/cryptopals-challenges
A repository containing my solutions to the cryptopals challenges (https://cryptopals.com).
laconicwolf/FTP-Tools
A collection of scripts for interacting with FTP using Python3.
laconicwolf/Pen-Test-Tools
All the information provided on this site is for educational purposes only.
laconicwolf/Python-AWS
A collection of scripts to create and/or interact with AWS resources using Python3
laconicwolf/python-introspection
Helper scripts for introspection.
laconicwolf/WebSocket-Fuzzer
A tool to help fuzz WebSockets