{"id":28744436,"url":"https://github.com/zalgo-dev/synapsex-cli","last_synced_at":"2026-04-29T14:04:21.013Z","repository":{"id":298037676,"uuid":"998631379","full_name":"Zalgo-Dev/Synapsex-cli","owner":"Zalgo-Dev","description":"Advanced FiveM Pentest Tool - CLI","archived":false,"fork":false,"pushed_at":"2025-06-09T03:21:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T12:04:03.198Z","etag":null,"topics":["2025","fivem","hack","lua","mod","pentest","scanner","spoofer","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Zalgo-Dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-09T02:07:31.000Z","updated_at":"2025-06-09T03:36:59.000Z","dependencies_parsed_at":"2025-06-09T04:27:44.144Z","dependency_job_id":"038b7797-ac8a-4efa-9f9f-8f7c1bfe7940","html_url":"https://github.com/Zalgo-Dev/Synapsex-cli","commit_stats":null,"previous_names":["zalgo-dev/synapsex-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Zalgo-Dev/Synapsex-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalgo-Dev%2FSynapsex-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalgo-Dev%2FSynapsex-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalgo-Dev%2FSynapsex-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalgo-Dev%2FSynapsex-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zalgo-Dev","download_url":"https://codeload.github.com/Zalgo-Dev/Synapsex-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zalgo-Dev%2FSynapsex-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32428622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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":["2025","fivem","hack","lua","mod","pentest","scanner","spoofer","tool"],"created_at":"2025-06-16T12:00:50.651Z","updated_at":"2026-04-29T14:04:21.008Z","avatar_url":"https://github.com/Zalgo-Dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# SynapseX CLI ⚡\r\n\r\nAdvanced FiveM Pentest Tool - CLI\r\n\r\n---\r\n\r\n- 🔍 Resolve `cfx.re` links to real server IP\r\n- 🧪 Scan and retrieve server info (status, players, tags, etc.)\r\n- 🧩 Modular command structure\r\n- 🛠️ Easily extendable with your own commands\r\n\r\n---\r\n\r\n## 🚀 Features\r\n\r\n- Resolve CFX join codes to IP:Port\r\n- Retrieve live server data from `/info.json` and `/players.json`\r\n- Modular command handler system\r\n- CLI-based, no GUI, pure terminal experience\r\n\r\n---\r\n\r\n## 📦 Installation\r\n\r\n```bash\r\ngit clone https://github.com/Zalgo-Dev/Synapsex-cli.git\r\ncd Synapsex-cli\r\npip install -r requirements.txt\r\n```\r\n\r\n---\r\n\r\n## 💻 Usage\r\n\r\n```bash\r\npython run.py\r\n```\r\n\r\nYou will enter an simple interactive CLI interface:\r\n\r\n```bash\r\n=== SynapseX Terminal ===\r\nType `help` to show all available commands.\r\n\r\nSynapseX\u003e\r\n```\r\n\r\n---\r\n\r\n## 🧩 Available Commands\r\n\r\n| Command | Description |\r\n|---|---|\r\n| `resolve \u003ccfx_token\u003e` | Resolve a cfx.re token or link to IP:Port |\r\n| `scan \u003ccfx_link / cfx_token\u003e` | Show server informations |\r\n| `help` | Show all available commands |\r\n| `exit / ctrl + c` | Exit the CLI |\r\n\r\n---\r\n\r\n## 🗂 Project Structure\r\n\r\n```\r\n└── 📁SynapseX - CLI\r\n    └── 📁synapsex\r\n        └── __init__.py\r\n        └── 📁commands\r\n            └── resolve.py\r\n            └── scan.py\r\n            └── your_command.py\r\n        └── 📁core\r\n            └── __init__.py\r\n            └── terminal.py\r\n        └── 📁utils\r\n            └── __init__.py\r\n            └── server.py\r\n    └── README.md\r\n    └── run.py\r\n```\r\n\r\n---\r\n\r\n## ➕ Creating a Custom Command\r\n\r\n1. Create a file in synapsex/commands/your_command.py\r\n2. Use this template:\r\n\r\n```python\r\nclass Command:\r\n    name = \"yourcommand\"\r\n    desc = \"Your command description\"\r\n    usage = \"yourcommand \u003cargs\u003e\"\r\n\r\n    def run(self, args):\r\n        print(\"Hello from yourcommand!\")\r\n```\r\n\r\n**New commands are automatically loaded by the command manager.**\r\n\r\n---\r\n\r\n## 🙋‍♂️ Contributing\r\nPull requests are welcome! Feel free to open an issue or suggest a feature.\r\n\r\n---\r\n\r\n## ⭐ Credits\r\nCreated by **ZalgoDev** — follow me for more open-source security tools.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalgo-dev%2Fsynapsex-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalgo-dev%2Fsynapsex-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalgo-dev%2Fsynapsex-cli/lists"}