I hereby claim:
- I am cholmboe on github.
- I am spottydog (https://keybase.io/spottydog) on keybase.
- I have a public key ASBNIc4T2ZZqB3uSmUoCko583Cwz5KCZaJ4PZ0nuE2XxTAo
To claim this, I am signing this object:
| { | |
| "branches": { | |
| "master": { | |
| "remoteTrackingBranchID": null, | |
| "remote": false, | |
| "target": "C8", | |
| "id": "master", | |
| "type": "branch" | |
| }, | |
| "feature1": { |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # | |
| # Search and open chrome bookmarks from your terminal. | |
| # | |
| # Open interactive search: | |
| # $ b | |
| # | |
| # Open first fuzzy matching bookmark: | |
| # $ b <query string> | |
| # |
| #!/bin/bash | |
| # This script wraps Python scripts in a virtual environment. | |
| # It creates a virtual environment if one doesn't exist, installs dependencies, | |
| # and runs the Python script with the same name as this wrapper. This is a hacky | |
| # wrapper meant for your hacky scripts, for serious stuff you should manage | |
| # dependencies seriously. | |
| # | |
| # Usage: | |
| # 1. Create a Python script named foo.py |
A bash script that discovers, resolves, and analyzes subdomains of a target domain. It performs subdomain enumeration from Certificate Transparency logs, DNS resolution, HTTP probing, and generates a comprehensive CSV report.
The tool performs a complete subdomain analysis in four steps: