{"id":17079559,"url":"https://github.com/cjbarker/pyhack","last_synced_at":"2026-01-18T17:33:37.523Z","repository":{"id":50201947,"uuid":"151159395","full_name":"cjbarker/pyhack","owner":"cjbarker","description":"A collection of white-hat custom security tools for education and ethical testing.","archived":false,"fork":false,"pushed_at":"2021-06-01T22:49:18.000Z","size":70,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T06:38:17.037Z","etag":null,"topics":["cybersecurity","hack","hacking","infosec","pyhack","python","security","whitehat"],"latest_commit_sha":null,"homepage":null,"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/cjbarker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-01T21:04:20.000Z","updated_at":"2024-04-04T06:19:18.000Z","dependencies_parsed_at":"2022-08-03T22:00:13.967Z","dependency_job_id":null,"html_url":"https://github.com/cjbarker/pyhack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbarker%2Fpyhack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbarker%2Fpyhack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbarker%2Fpyhack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjbarker%2Fpyhack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjbarker","download_url":"https://codeload.github.com/cjbarker/pyhack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419660,"owners_count":20936009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cybersecurity","hack","hacking","infosec","pyhack","python","security","whitehat"],"created_at":"2024-10-14T12:26:17.573Z","updated_at":"2026-01-18T17:33:37.496Z","avatar_url":"https://github.com/cjbarker.png","language":"Python","readme":"# PYHACK\n\n[![pipeline status](https://gitlab.com/cjbarker/pyhack/badges/master/pipeline.svg)](https://gitlab.com/cjbarker/pyhack/commits/master)\n[![coverage report](https://gitlab.com/cjbarker/pyhack/badges/master/coverage.svg)](https://cjbarker.gitlab.io/pyhack/)\n[![Read the Docs](https://img.shields.io/readthedocs/pip.svg)](https://cjbarker.gitlab.io/pyhack/docs/)\n[![GitLab license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://gitlab.com/cjbarker/pyhack/blob/master/LICENSE)\n\nA collection of white-hat custom security tools developed in Python to be used for education and ethical testing in a controlled environment.\n\n## Install\n```bash\n# Rereq setuptools\npip install setuptools\n```\n\nCreate source distriuption package and eggo-info\n```bash\npython setup.py sdist\n\n.\n├── dist\n│   └── pyhack-0.0.1.tar.gz\n├── pyhack.egg-info\n│   ├── PKG-INFO\n│   ├── SOURCES.txt\n│   ├── dependency_links.txt\n│   └── top_level.txt\n└── setup.py\n```\n\n## Tools\n* [PORTSCAN](./pyhack/portscan): Multi-threaded port scanner \n* More to come\n\n## Contributing\n```bash\npip install futures\npip install --user pipenv\npipenv install nose2\npipenv install pylint\n```\n\n## Testing\n```bash\n# run specific test\npipenv run nose2 -v tests.test_portscan\n\n# run all tests\npipenv run nose2 \n\n# linting\npipenv run pylint pyhack -d C0326 --msg-template='{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}'\n\n# generate docs via Sphinx\ncd docs\nmake clean; make html\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjbarker%2Fpyhack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjbarker%2Fpyhack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjbarker%2Fpyhack/lists"}