You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
v0lt is an attempt to regroup every tool I used/use/will use in security CTF, Python style.A lot of exercises were solved using bash scripts but Python may bemore flexible, that's why.Nothing to do with Gallopsled. It's a toy toolkit, with small butspecific utils only.
This project is not maintained anymore, since the utils themselves are small enough to work almost all the time without the need of maintaining anything. Feel free to submit PRs if you want however :)
Requirements and Installation
Dependencies:
Libmagic
Python3
BeautifulSoup
Requests
filemagic
hexdump
passlib
Installation:
# for v0lt installgit clone https://github.com/P1kachu/v0lt.gitcd v0lt[sudo] python3 setup.py install# sudo is required for potentially missing dependencies