{"id":15396579,"url":"https://github.com/hupe1980/exploit-exercises","last_synced_at":"2025-04-04T16:41:52.005Z","repository":{"id":96196820,"uuid":"396669025","full_name":"hupe1980/exploit-exercises","owner":"hupe1980","description":"Ubuntu vagrant box with 32/64 bit protostar binaries to practice exploit development.","archived":false,"fork":false,"pushed_at":"2021-08-17T22:10:32.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T02:14:39.170Z","etag":null,"topics":["exploit","gdb","peda","protostar","pwntools"],"latest_commit_sha":null,"homepage":"","language":"C","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/hupe1980.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":"2021-08-16T07:14:26.000Z","updated_at":"2023-04-08T22:30:56.000Z","dependencies_parsed_at":"2023-05-05T16:32:45.806Z","dependency_job_id":null,"html_url":"https://github.com/hupe1980/exploit-exercises","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"9ca302c178dbc5a81f5f5eb0eb74e9f768f65b0a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fexploit-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fexploit-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fexploit-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hupe1980%2Fexploit-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hupe1980","download_url":"https://codeload.github.com/hupe1980/exploit-exercises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247214225,"owners_count":20902747,"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":["exploit","gdb","peda","protostar","pwntools"],"created_at":"2024-10-01T15:34:15.901Z","updated_at":"2025-04-04T16:41:51.983Z","avatar_url":"https://github.com/hupe1980.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exploit-exercises\nUbuntu vagrant box with 32/64 bit protostar binaries to practice exploit development.\n\n## How to use\n```bash\nvagrant up\nvagrant ssh\n\ncd exercises\n```\n\n## Protostar\nProtostar introduces basic memory corruption issues such as buffer overflows, format strings and heap exploitation under “old-style” Linux system that does not have any form of modern exploit mitigation systems enabled.\n\n## Installed GDB Extensions\n```bash\nalias peda=\"gdb -iex 'source /opt/peda/peda.py' --nh -q\"\nalias gef=\"gdb -iex 'source /opt/gef/gef.py' --nh -q\"\nalias pwndbg=\"gdb -iex 'source /opt/pwndbg/gdbinit.py' --nh -q\"\n```\n\n### PEDA\nPEDA (Python Exploit Development Assistance) is an extension to GDB that adds on a whole bunch of useful commands and quality of life improvements to the standard GDB experience. The provisioning script should have made the necessary additions to the GDB configuration so all you need to do to start it is launch GDB with the alias `peda`.\n\n```bash\n$ peda binary\n```\n\n### GEF\nGEF (pronounced ʤɛf - \"Jeff\") is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. Application developers will also benefit from it, as GEF lifts a great part of regular GDB obscurity, avoiding repeating traditional commands, or bringing out the relevant information from the debugging runtime.\n\n```bash\n$ gef binary\n```\n\n### pwndbg\npwndbg (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers.\n\n```bash\n$ pwndbg binary\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhupe1980%2Fexploit-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhupe1980%2Fexploit-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhupe1980%2Fexploit-exercises/lists"}