{"id":26207371,"url":"https://github.com/oelin/vessle","last_synced_at":"2025-09-19T06:54:43.156Z","repository":{"id":89778682,"uuid":"591791584","full_name":"oelin/vessle","owner":"oelin","description":"A simple \"bind shell\" written in x86 assembly for Linux.","archived":false,"fork":false,"pushed_at":"2023-01-21T22:09:08.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T05:33:00.659Z","etag":null,"topics":["assembly","bind-shell","security","x86","x86-32"],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/oelin.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}},"created_at":"2023-01-21T21:55:28.000Z","updated_at":"2023-01-21T22:09:14.000Z","dependencies_parsed_at":"2023-03-13T18:05:06.103Z","dependency_job_id":null,"html_url":"https://github.com/oelin/vessle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oelin/vessle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fvessle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fvessle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fvessle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fvessle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oelin","download_url":"https://codeload.github.com/oelin/vessle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fvessle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275894475,"owners_count":25547859,"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-09-19T02:00:09.700Z","response_time":108,"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":["assembly","bind-shell","security","x86","x86-32"],"created_at":"2025-03-12T05:32:14.303Z","updated_at":"2025-09-19T06:54:43.147Z","avatar_url":"https://github.com/oelin.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vessle\n\nA simple \"bind shell\" written in x86 assembly for Linux.\n\n\n## About\n\nA bind shell is a program which creates a network-accessible shell such that commands can be executed remotely on the target machine. Bind shells are often used as part of malware payloads, however they also have benign uses. This particular implementation listens for connections on `tcp://0.0.0.0:1234` and is unauthenticated.\n\n\n## Compile And Run\n\nCompile it with NASM.\n\n```sh\n$ nasm -f elf32 -o vessle.o vessle.asm\n$ ld -m elf_i386 vessle.o -o vessle\n$ rm vessle.o\n```\n\nRun it.\n\n```sh\n$ ./vessle\n```\n\nConnect to the shell on port 1234.\n\n```sh\n$ nc -v [target IP] 1234\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foelin%2Fvessle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foelin%2Fvessle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foelin%2Fvessle/lists"}