An open API service indexing awesome lists of open source software.

https://github.com/p0dalirius/securityscripts

This repository contains a set of useful scripts templates for pentesters and security researchers.
https://github.com/p0dalirius/securityscripts

pentest python scripts security

Last synced: 3 days ago
JSON representation

This repository contains a set of useful scripts templates for pentesters and security researchers.

Awesome Lists containing this project

README

          

# Security scripts

This repository contains a set of useful scripts templates for pentesters and security researchers.

## Scripts by category

+ [Web](./scripts/web/)
- [exploitation](./scripts/web/exploitation/)
+ [bruteforce_login.py](./scripts/web/exploitation/bruteforce_login.py)
+ [bruteforce_login_mt.py](./scripts/web/exploitation/bruteforce_login_mt.py)

+ [Cryptography](./scripts/cryptography/)
- [hashes.py](./scripts/cryptography/hashes.py)

## Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.