{"id":13648401,"url":"https://github.com/zTrix/zio","last_synced_at":"2025-04-22T07:31:27.950Z","repository":{"id":12094121,"uuid":"14682501","full_name":"zTrix/zio","owner":"zTrix","description":"unified io lib for pwning development written in python","archived":false,"fork":false,"pushed_at":"2021-12-25T16:42:34.000Z","size":476,"stargazers_count":396,"open_issues_count":3,"forks_count":80,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-04-06T04:06:13.748Z","etag":null,"topics":["ctf-tools","io-library","pwnable","pwntools","zio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zTrix.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-25T10:19:33.000Z","updated_at":"2025-03-21T06:46:15.000Z","dependencies_parsed_at":"2022-07-07T14:31:51.843Z","dependency_job_id":null,"html_url":"https://github.com/zTrix/zio","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTrix%2Fzio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTrix%2Fzio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTrix%2Fzio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTrix%2Fzio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zTrix","download_url":"https://codeload.github.com/zTrix/zio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250195033,"owners_count":21390230,"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":["ctf-tools","io-library","pwnable","pwntools","zio"],"created_at":"2024-08-02T01:04:12.954Z","updated_at":"2025-04-22T07:31:27.705Z","avatar_url":"https://github.com/zTrix.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\nzio\n====\n\n`zio \u003chttps://github.com/zTrix/zio\u003e`_ is an easy-to-use io library for pwning development, supporting an unified interface for local process pwning and TCP socket io.\n\nThe primary goal of `zio \u003chttps://github.com/zTrix/zio\u003e`_ is to provide unified io interface between process stdin/stdout and TCP socket io. So when you have done local pwning development, you only need to change the io target to pwn the remote server.\n\nThe following code illustrate the basic idea.\n\n.. code:: python\n\n    from zio import *\n\n    debug_local = True\n\n    if debug_local:\n        io = zio('./buggy-server')            # used for local pwning development\n    elif you_are_pwning_remote_server:\n        io = zio(('1.2.3.4', 1337))           # used to exploit remote service\n\n    io.read_until(b'Welcome banner')\n    io.write(your_awesome_ropchain_or_shellcode)\n    # hey, we got an interactive shell!\n    io.interact()\n\nLicense\n=======\n\n`zio \u003chttps://github.com/zTrix/zio\u003e`_ use `SATA License (Star And Thank Author License) \u003chttps://github.com/zTrix/sata-license\u003e`_, so you have to star this project before using. Read the LICENSE.txt carefully.\n\n\nInstallation\n============\n\nThis is a single-file project so in most cases you can just download `zio.py \u003chttps://raw.githubusercontent.com/zTrix/zio/master/zio.py\u003e`_ and start using.\n\npip is also supported, so you can also install by running \n\n.. code:: bash\n\n    $ pip install zio\n\nMore Info\n=========\n\nGoto `zio \u003chttps://github.com/zTrix/zio\u003e` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FzTrix%2Fzio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FzTrix%2Fzio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FzTrix%2Fzio/lists"}