{"id":30215560,"url":"https://github.com/5gsec/mobidojo","last_synced_at":"2025-09-02T19:47:32.998Z","repository":{"id":278629219,"uuid":"889263112","full_name":"5GSEC/MobiDojo","owner":"5GSEC","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-05T20:42:00.000Z","size":7696,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"(docker-container)-attack","last_synced_at":"2025-07-05T21:34:46.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5GSEC.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-15T23:47:10.000Z","updated_at":"2025-07-05T20:42:04.000Z","dependencies_parsed_at":"2025-03-28T15:38:23.720Z","dependency_job_id":null,"html_url":"https://github.com/5GSEC/MobiDojo","commit_stats":null,"previous_names":["5gsec/mobidojo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5GSEC/MobiDojo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5GSEC%2FMobiDojo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5GSEC%2FMobiDojo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5GSEC%2FMobiDojo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5GSEC%2FMobiDojo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5GSEC","download_url":"https://codeload.github.com/5GSEC/MobiDojo/tar.gz/refs/heads/(docker-container)-attack","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5GSEC%2FMobiDojo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270347825,"owners_count":24568605,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"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":[],"created_at":"2025-08-14T02:13:05.635Z","updated_at":"2025-08-14T02:13:12.537Z","avatar_url":"https://github.com/5GSEC.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MobiDojo\n\nMobiDojo is a Virtual Security Combat Platform for 5G Cellular Networks that supports one-click 5G deployment and security testing with web-based graphical user interfaces. It is built on entirely virtual (i.e., no radio hardware required) open-source software - the [OpenAirInterface](https://gitlab.eurecom.fr/oai/openairinterface5g/)'s 5G stack deployed as Docker containers. Running MobiDojo does not require **any** radio hardware as it fully leverage OAI's RF emulation capability while still provide an end-to-end and standard-compliant 5G network for protocol-level security testing and experiments.\n\nIf you want to learn about the details of MoboDojo, please checkout our [technical paper](https://onehouwong.github.io/papers/MobiDojo_FutureG25.pdf) (in FutureG'25 workshop) and our [demo video](https://www.5gsec.com/post/mobidojo-a-virtual-security-combat-platform-for-5g-cellular-networks).\n\n![alt text](./figure/dojo.png)\n\n## Quick Start\n\nMobiDojo can be easily installed on any commodity Linux (e.g., Ubuntu) machines with simple steps:\n\n```\ngit clone https://github.com/5GSEC/MobiDojo.git\n./install_dependencies.sh\npython3 app.py\n```\n\n## Major Interfaces and Functions\n\nThe picture below shows the interfaces of an intial release of MobiDojo.\n\n![alt text](./figure/overview.png)\n\nCurrently MobiDojo supports the following capabilities:\n\n- (1) 5G network topology visualization.\n- (2) Control panel for quick network deployment, control, and packet capture (pcap).\n- (3) Log monitor for run-time 5G container logs.\n- (4) Security testing functions, including: (I) Pre-configured Attack execution and testing. The attack implementations are from our prior work [5G-Spector](https://github.com/5GSEC/5G-Spector). (II) Self-defined Attacks that allows you to create and evaluate arbitrary pcap-based attacks which are replayed through [5G-Replay](https://github.com/Montimage/5Greplay). *This is still a beta feature*.\n- (5) An integrated Shell terminal for fine-grained control.\n\n\n## Acknowledgement\n\nIt would not have been possible for us to develop MobiDojo without the following amazing open-sourced projects:\n\n- [OpenAirInterface](https://gitlab.eurecom.fr/oai/openairinterface5g/)\n- [5G-Replay](https://github.com/Montimage/5Greplay)\n\n## Publication\n\n```\n@inproceedings{MobiDojo:FutureG25,\n  title     = {MobiDojo: A Virtual Security Combat Platform for 5G Cellular Networks},\n  author    = {Lee, Hyunwoo and Wen, Haohuang and Porras, Phillip and Yegneswaran, Vinod and Gehani, Ashish and Sharma, Prakhar and Lin, Zhiqiang},\n  booktitle = {Workshop on Security and Privacy of Next-Generation Networks (FutureG'25)},\n  address   = {San Diego, CA},\n  month     = {February},\n  year      = 2025\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5gsec%2Fmobidojo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5gsec%2Fmobidojo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5gsec%2Fmobidojo/lists"}