{"id":39290356,"url":"https://github.com/xransum/valkyrie-tools","last_synced_at":"2026-03-10T04:09:12.881Z","repository":{"id":202829425,"uuid":"708223156","full_name":"xransum/valkyrie-tools","owner":"xransum","description":"A security tools suite built for humans.","archived":false,"fork":false,"pushed_at":"2025-12-23T19:29:02.000Z","size":654,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T23:33:27.965Z","etag":null,"topics":["cli","command-line","information-gathering","network-analysis","python","security","security-tools"],"latest_commit_sha":null,"homepage":"https://valkyrie-tools.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xransum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-21T22:29:18.000Z","updated_at":"2025-12-23T19:28:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c44cf1d-b53f-4021-98b2-38bbcff17ae5","html_url":"https://github.com/xransum/valkyrie-tools","commit_stats":null,"previous_names":["xransum/valkyrie-tools"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/xransum/valkyrie-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xransum%2Fvalkyrie-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xransum%2Fvalkyrie-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xransum%2Fvalkyrie-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xransum%2Fvalkyrie-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xransum","download_url":"https://codeload.github.com/xransum/valkyrie-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xransum%2Fvalkyrie-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30111728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line","information-gathering","network-analysis","python","security","security-tools"],"created_at":"2026-01-18T01:17:03.170Z","updated_at":"2026-03-05T05:05:50.416Z","avatar_url":"https://github.com/xransum.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Valkyrie Tools\n\nA collection of tools and scripts for making the life of security analysts\neasier, faster, and more efficient.\n\n  \u003cimg src=\"https://raw.githubusercontent.com/xransum/valkyrie-tools/main/docs/images/logo.png\" width=\"20%\" style=\"border-radius: 10%\"\u003e\n\n  \u003cbr /\u003e\n\n[![Tests](https://github.com/xransum/valkyrie-tools/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/xransum/valkyrie-tools/branch/main/graph/badge.svg)][codecov]\n[![PyPI](https://img.shields.io/pypi/v/valkyrie-tools.svg)][pypi_]\n[![Python Version](https://img.shields.io/pypi/pyversions/valkyrie-tools)][python version]\n\n[![Python Black](https://img.shields.io/badge/code%20style-black-000000.svg?label=Style)](https://github.com/xransum/valkyrie-tools)\n[![Read the documentation at https://valkyrie-tools.readthedocs.io/](https://img.shields.io/readthedocs/valkyrie-tools/latest.svg?label=Read%20the%20Docs)][read the docs]\n[![Downloads](https://pepy.tech/badge/valkyrie-tools)](https://pepy.tech/project/valkyrie-tools)\n[![License](https://img.shields.io/pypi/l/valkyrie-tools)][license]\n\n\u003c/div\u003e\n\n## Installation\n\nInstall `valkyrie-tools` from the Python Package Index:\n\n```bash\n$ pip install valkyrie-tools\n```\n\nor\n\n```bash\n$ python3 -m pip install valkyrie-tools\n```\n\n## Requirements\n\n- Python 3.8+\n\n## Reference\n\nFor a complete list of available functions and classes, please refer to the [reference][reference].\n\n## Usage\n\nFor usage instructions, please refer to the [usage][usage] documentation.\n\n## Contributing\n\nContributions are very welcome.\nTo learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [MIT license][license],\n_valkyrie-tools_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue] along with a detailed description.\n\n## Credits\n\nThis project was built off of the sweat and tears\nof the the bad actors it was built to fight.\n\n\u003c!-- github-only --\u003e\n\n[pypi_]: https://pypi.org/project/valkyrie-tools/\n[python version]: https://pypi.org/project/valkyrie-tools\n[read the docs]: https://valkyrie-tools.readthedocs.io/\n[reference]: https://valkyrie-tools.readthedocs.io/en/latest/reference/\n[usage]: https://valkyrie-tools.readthedocs.io/en/latest/\n[tests]: https://github.com/xransum/valkyrie-tools/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/xransum/valkyrie-tools\n[@xransum]: https://github.com/xransum\n[nox]: https://nox.thea.codes/\n[poetry]: https://python-poetry.org/\n[constraints file]: https://pip.pypa.io/en/stable/user_guide/#constraints-files\n[file an issue]: https://github.com/xransum/valkyrie-tools/issues\n[keyword-only parameter]: https://docs.python.org/3/glossary.html#keyword-only-parameter\n[nox.sessions.session.install]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.install\n[nox.sessions.session.run]: https://nox.thea.codes/en/stable/config.html#nox.sessions.Session.run\n[pip install]: https://pip.pypa.io/en/stable/reference/pip_install/\n[pip]: https://pip.pypa.io/\n[pipx]: https://pipxproject.github.io/pipx/\n[license]: https://github.com/xransum/valkyrie-tools/blob/main/LICENSE\n[contributor guide]: https://github.com/xransum/valkyrie-tools/blob/main/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxransum%2Fvalkyrie-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxransum%2Fvalkyrie-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxransum%2Fvalkyrie-tools/lists"}