RaymanTemp/cyber-tools
GitHub: RaymanTemp/cyber-tools
Stars: 0 | Forks: 0
# Cyber Tools
Practical Python scripts for reconnaissance workflows, endpoint discovery, and vulnerability triage.
## Scope
This repository contains personal tooling used for:
- target surface mapping
- API endpoint discovery
- triage-oriented vulnerability scanning
- exploit path analysis in controlled environments
## Files
- `comprehensive_recon.py` - broad recon pass for host and endpoint discovery
- `deep_vuln_scanner.py` - pattern-based vulnerability scanner
- `exploit_analyzer.py` - helper routines for validating exploit hypotheses
- `okx_vuln_hunter.py` - exchange-focused testing utility
- `api_discovery.py` - endpoint and parameter discovery helper
## Quick Start
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python comprehensive_recon.py --help
## Safety and Authorization
- Test only systems you own or are explicitly authorized to assess.
- Follow program scope and disclosure policies for bug bounty work.
- Do not use these scripts for unauthorized access attempts.
## Status
This is an actively maintained personal toolkit. Expect iterative updates rather than stable releases.
## License
MIT (see `LICENSE`).