{"id":19717288,"url":"https://github.com/brightprogrammer/pwned","last_synced_at":"2025-08-23T01:07:25.194Z","repository":{"id":121168232,"uuid":"559560211","full_name":"brightprogrammer/pwned","owner":"brightprogrammer","description":"Collection of all the exploits I ever wrote","archived":false,"fork":false,"pushed_at":"2022-11-11T15:47:25.000Z","size":31465,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T20:39:50.026Z","etag":null,"topics":["binary-exploitation","ctf","exploit-education","exploits","hitcon","hitcon-training","pwn","pwntools","reverse-engineering","ropempori","scripts"],"latest_commit_sha":null,"homepage":"","language":"Python","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/brightprogrammer.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":"2022-10-30T13:55:23.000Z","updated_at":"2023-08-25T20:39:41.000Z","dependencies_parsed_at":"2023-06-17T09:45:56.909Z","dependency_job_id":null,"html_url":"https://github.com/brightprogrammer/pwned","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brightprogrammer/pwned","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightprogrammer%2Fpwned","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightprogrammer%2Fpwned/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightprogrammer%2Fpwned/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightprogrammer%2Fpwned/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brightprogrammer","download_url":"https://codeload.github.com/brightprogrammer/pwned/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightprogrammer%2Fpwned/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271727583,"owners_count":24810561,"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-22T02:00:08.480Z","response_time":65,"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":["binary-exploitation","ctf","exploit-education","exploits","hitcon","hitcon-training","pwn","pwntools","reverse-engineering","ropempori","scripts"],"created_at":"2024-11-11T22:46:08.840Z","updated_at":"2025-08-23T01:07:25.187Z","avatar_url":"https://github.com/brightprogrammer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwned\n\nList of all the exploits that I'll ever write or have written!\n\n- **29th October 2022** - Started solving ROPEmporium challenges.\n    - [ret2win](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/ret2win/exploit.py)\n    - [split](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/split/exploit.py)\n    - [callme](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/callme/exploit.py)\n    - [write4](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/write4/exploit.py)\n    - [badchars](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/badchars/exploit.py)\n    - [fluff](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/fluff/exploit.py)\n    - [pivot](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/pivot/exploit.py)\n    - [ret2csu](https://github.com/brightprogrammer/pwned/blob/master/ropemporium/ret2csu/exploit.py)\n- **1st November 2022** - Completed all ROPEmporium challenges in 64 bit.\n- **2nd November 2022** - Started solving HITCON Training labs.\n    - lab1 was a debugging challenge. You don't need to write a script in this one\n    - lab2 was a shellcode challenge. I've done this before and I ju bkst didn't feel like solving this.\n    - [lab3](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab3/exploit.py) stack is executable, send and run shellcode.\n    - [lab4](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab4/exploit.py) ret2lib\n    - [lab5](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab5/exploit.py) create stack executable and run shellcode.\n    - [lab6](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab6/exploit.py) ret2libc like chall\n    - [lab7](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab7/exploit.py) format string arbitrary read\n    - [lab8](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab8/exploit.py) format string arbitrary write\n    - [lab9](https://github.com/brightprogrammer/pwned/blob/master/hitcon_labs/hitcon_lab9/exploit.py) mix of lab 7 and 8\n- **6th November 2022** - Started learning Heap Exploitation techniques.\n    - [house of force](https://github.com/brightprogrammer/pwned/tree/master/heaplab_solutions/house_of_force) - HeapLab 1 Notes\n      - [arbitrary write](https://github.com/brightprogrammer/pwned/blob/master/heaplab_solutions/house_of_force/exploit_arbitrary_write.py) - Can allow us to overwrite any memory region that we want!\n      - [get shell](https://github.com/brightprogrammer/pwned/blob/master/heaplab_solutions/house_of_force/exploit_getshell.py) - Can allow us arbitrary code execution.  \n\n- **11th November 2022** - Added solution for Exploit Education Phoenix lab\n  - [stack zero](https://github.com/brightprogrammer/pwned/tree/master/exploit_education/phoenix/stack-one)\n\n**Learnings slowing down for a while because I have my end semester exams coming in almost ten days**\n\n---\nIf you have some other awesome labs or challenge set, please do send it to me 😇 I'd love to solve them 😋 \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightprogrammer%2Fpwned","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrightprogrammer%2Fpwned","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightprogrammer%2Fpwned/lists"}