autopentest-framework/ ├── main.py ├── core/ │ ├── findings.py │ ├── models.py │ ├── reporter.py │ ├── runner.py │ ├── scope.py │ ├── targets.py │ └── utils.py ├── modules/ │ ├── base.py │ ├── ...
Brutefpt.py: A simple Python brute-force FTP attack code. Tool developed for study purposes only, not for real-world use. Brutessh.py: A simple Python brute-force SSH attack code. Tool developed for ...