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.
- Host: GitHub
- URL: https://github.com/p0dalirius/securityscripts
- Owner: p0dalirius
- License: gpl-3.0
- Created: 2021-07-29T21:11:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T11:25:32.000Z (over 4 years ago)
- Last Synced: 2026-06-26T15:11:15.621Z (10 days ago)
- Topics: pentest, python, scripts, security
- Language: Python
- Homepage: https://podalirius.net/
- Size: 27.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.