{"id":51421462,"url":"https://github.com/meddlin/cpat","last_synced_at":"2026-07-05T00:02:35.073Z","repository":{"id":9481882,"uuid":"158329283","full_name":"meddlin/cpat","owner":"meddlin","description":"Collaborative Penetration-testing \u0026 Analysis Toolkit","archived":false,"fork":false,"pushed_at":"2023-01-05T11:53:42.000Z","size":22152,"stargazers_count":10,"open_issues_count":31,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T06:15:32.886Z","etag":null,"topics":["analysis-toolkit","cockroachdb","collaborative-penetration-testing","cpat","csharp","css","dotnet-core","javascript","nmap","osint","python","react"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meddlin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-20T04:08:17.000Z","updated_at":"2023-03-04T12:31:04.000Z","dependencies_parsed_at":"2023-01-11T20:12:28.830Z","dependency_job_id":null,"html_url":"https://github.com/meddlin/cpat","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/meddlin/cpat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meddlin%2Fcpat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meddlin%2Fcpat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meddlin%2Fcpat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meddlin%2Fcpat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meddlin","download_url":"https://codeload.github.com/meddlin/cpat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meddlin%2Fcpat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35139194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["analysis-toolkit","cockroachdb","collaborative-penetration-testing","cpat","csharp","css","dotnet-core","javascript","nmap","osint","python","react"],"created_at":"2026-07-05T00:02:34.110Z","updated_at":"2026-07-05T00:02:35.066Z","avatar_url":"https://github.com/meddlin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CPAT: Collaborative Penetration-Testing and Analysis Toolkit\n\nThis project is an attempt to create a collaborative, real-time, decentralized application for aggregating network reconnaissance data and allowing network pentesting tool integrations.\n\n## Getting Started\n\n- Start front-end: `/cpat-client` with `npm start`\n- Start API: open `/cpat-core` in Visual Studio\n- Start data layer(s): `./docker-compose up -d`\n\n\n## Project Structure\n\n`cpat`\n- `/cpat-client`\n\t- React.js front-end\n- `/cpat-core`\n\t- Central .NET Core API\n- `/python-rest-api`\n\t- OSINT Reconnaissance API\n- `/docs`\n\t- project documentation outside of README.md\n- `/tool-scripts`\n\t- python scripts (and other langs.)\n- `/tool-data` data mined/stored locally from tools\n\t- `/test-area` for dev/testing purposes\n\t\t- `/metagoofil`\n\t\t- `/recon-ng`\n\t- `/${date}_${targetName}`\n\t\t- `/metagoofil`\n\t\t\t- `/run_001`  \u003c-- make it a date iteration?\n\t\t- `/recon-ng`\n\t\t- [...and so on]\n\t- `/${date}_${targetName}`\n\t\t- [...and so on]\n\n## Architecture/Tech Stack\n\nThe **data, stream processing,** and **search** layers are currently managed via Docker. The other pieces will \nbe containerized in time.\n\n### Front-end\n\n- React.js\n- Redux\n- formik\n\n### API-layer\n\n- Core API\n\t- .NET Core\n\t- SignalR\n\t- NPoco\n\n- OSINT\n\t- Flask/Python\n\n### Data Storage/Processing\n\n_Note: CRDB is not currently integrated with Kafka due to licensing, funding._\n\n- Apache Kafka\n- MongoDB\n- CockroachDB\n\n### Search\n\n- Elastic\n- Kibana\n\n\n_Deprecated: These are old notes from the previous version of CPAT._\n\n```js\n// **Dependencies**\n\n// - Meteor.js\n// - MongoDB\n// - python\n// - pymongo\n\n// *If you don't have a Python environment setup already.*\n\n// - Install `pip` [https://pypi.org/project/pip/](https://pypi.org/project/pip/)\n// \t- Run: `sudo apt install python-pip`\n// - Install `pipenv` [https://packaging.python.org/tutorials/managing-dependencies/#managing-dependencies](https://packaging.python.org/tutorials/managing-dependencies/#managing-dependencies)\n// \t- Run: `pip install --user pipenv`\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeddlin%2Fcpat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeddlin%2Fcpat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeddlin%2Fcpat/lists"}