## https://sploitus.com/exploit?id=83C6DA90-F40B-5EAD-99CB-9A43F79D9444
This repository contains a collection of scripts written by AverageSecurityGuy for use in penetration testing engagements. The scripts are categorized into various folders, each containing a specific type of script, such as password brute forcing, cloud interaction, database testing, enumeration, exploit development, and more.
Some of the notable scripts in this repository include:
`brute_http_basic.go` and `brute_http_basic.py`: These scripts are used for password brute forcing against HTTP Basic Auth servers.
`brute_http_form.cfg` and `brute_http_form.py`: These scripts are used for brute forcing against HTTP Form Auth servers.
`brute_http_ntlm.py`: This script is used for brute forcing against NTLM-protected servers.
`brute_ssh_keyboard.py`: This script is used for brute forcing against SSH servers using keyboard-interactive authentication.
`cassbrute.py`: This script is used for brute forcing against Cassandra plaintext authentication.
The scripts are written in various programming languages, including Go, Python, and C++. They use various libraries and frameworks, such as `requests` and `cassandra-driver`, to interact with the target systems.
The scripts are designed to be used in a penetration testing context, where the goal is to test the security of a system or network.