blairjames
Passionate about Security. Specifically Application and Network Security, Tool development, Automation, Security CI, Putting the Sec in DevSecOps.
Sanguine Security Group Pty LtdBrisbane Australia
Pinned Repositories
anchors
Retrieve and display all embedded links contained in a given URL.
claymore
Lightweight file integrity based - Host Intrusion Detection System (HIDS) built in pure Python3. Recursively enumerates directories, stores hashes of files, detects and logs file modifications.
deeper
Force Multiplier for Nmap - Provides order of magnitude scale performance increases where multiple ports can be scanned in parallel.
halligan
Web application directory enumerator. Pure python3 with AsyncIO for speed. Dirbuster for the Python async elite.
Heres_Johnny
Port Knocker, generates all permutations of input ports then uses them to port knock the target.
kali-ready-to-roll
The latest kali-rolling with kali-linux-headless and wordlists installed.
soho_doorway
Take a list of IP addresses and fetch DNS whois information.
spent
SharePoint Enumeration Tool.
squeaky
Fast word list cleaner and de-duplicator. Filters problem characters that play havoc with UTF-8 and removes duplicates to avoid inefficient use of resources. Allows removal of words below a specified length. Very handy when consolidating large wordlists or when combining multiple wordlists generated with cewl.
sslscan_docker_image
Lean, Compiled, Single Concern, Docker Image to run sslscan.
blairjames's Repositories
blairjames/halligan
Web application directory enumerator. Pure python3 with AsyncIO for speed. Dirbuster for the Python async elite.
blairjames/Heres_Johnny
Port Knocker, generates all permutations of input ports then uses them to port knock the target.
blairjames/bolster
Compress directories into a single portable backup file using Python + (tar + xz). Run "GPG -c" over the output file to have a compressed, modular, encrypted single backup file to move off box! Remember, if it's not Automated and off-box it's not a backup!
blairjames/macdaddy
mac address scrambler
blairjames/SecLists
SecLists is the security tester's companion. It is a collection of multiple types of lists used during security assessments. List types include usernames, passwords, URLs, sensitive data grep strings, fuzzing payloads, and many more.
blairjames/shovel
DNS cache primer to improve web browsing experience by eliminating resolution time. Combine with dnsmasq for best results.
blairjames/sqlite_async
sqlite3 wrapper with asyncio - WARNING: this is an experimental project to test performance. Always use a reputable ORM (like SQLAlchemy) to manage any serious data -store integration.