https://github.com/xransum/valkyrie-tools
A security tools suite built for humans.
https://github.com/xransum/valkyrie-tools
cli command-line information-gathering network-analysis python security security-tools
Last synced: 5 months ago
JSON representation
A security tools suite built for humans.
- Host: GitHub
- URL: https://github.com/xransum/valkyrie-tools
- Owner: xransum
- License: mit
- Created: 2023-10-21T22:29:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T19:29:02.000Z (7 months ago)
- Last Synced: 2026-01-20T23:33:27.965Z (6 months ago)
- Topics: cli, command-line, information-gathering, network-analysis, python, security, security-tools
- Language: Python
- Homepage: https://valkyrie-tools.readthedocs.io/
- Size: 639 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Valkyrie Tools
A collection of tools and scripts for making the life of security analysts
easier, faster, and more efficient.

[][tests]
[][codecov]
[][pypi_]
[][python version]
[](https://github.com/xransum/valkyrie-tools)
[][read the docs]
[](https://pepy.tech/project/valkyrie-tools)
[][license]
## Installation
Install `valkyrie-tools` from the Python Package Index:
```bash
$ pip install valkyrie-tools
```
or
```bash
$ python3 -m pip install valkyrie-tools
```
## Requirements
- Python 3.8+
## Reference
For a complete list of available functions and classes, please refer to the [reference][reference].
## Usage
For usage instructions, please refer to the [usage][usage] documentation.
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].
## License
Distributed under the terms of the [MIT license][license],
_valkyrie-tools_ is free and open source software.
## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.
## Credits
This project was built off of the sweat and tears
of the the bad actors it was built to fight.
[pypi_]: https://pypi.org/project/valkyrie-tools/
[python version]: https://pypi.org/project/valkyrie-tools
[read the docs]: https://valkyrie-tools.readthedocs.io/
[reference]: https://valkyrie-tools.readthedocs.io/en/latest/reference/
[usage]: https://valkyrie-tools.readthedocs.io/en/latest/
[tests]: https://github.com/xransum/valkyrie-tools/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/xransum/valkyrie-tools
[@xransum]: https://github.com/xransum
[nox]: https://nox.thea.codes/
[poetry]: https://python-poetry.org/
[constraints file]: https://pip.pypa.io/en/stable/user_guide/#constraints-files
[file an issue]: https://github.com/xransum/valkyrie-tools/issues
[keyword-only parameter]: https://docs.python.org/3/glossary.html#keyword-only-parameter
[nox.sessions.session.install]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.install
[nox.sessions.session.run]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.run
[pip install]: https://pip.pypa.io/en/stable/reference/pip_install/
[pip]: https://pip.pypa.io/
[pipx]: https://pipxproject.github.io/pipx/
[license]: https://github.com/xransum/valkyrie-tools/blob/main/LICENSE
[contributor guide]: https://github.com/xransum/valkyrie-tools/blob/main/CONTRIBUTING.md