{"id":20292495,"url":"https://github.com/mauricelambert/pickleexploit","last_synced_at":"2025-07-31T14:04:22.417Z","repository":{"id":57452518,"uuid":"341998534","full_name":"mauricelambert/PickleExploit","owner":"mauricelambert","description":"This package implement a Pickle Exploit Builder.","archived":false,"fork":false,"pushed_at":"2024-03-12T16:22:42.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T01:56:09.814Z","etag":null,"topics":["exploit","pickle","pypi-package","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricelambert.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-02-24T18:36:44.000Z","updated_at":"2024-03-12T16:22:46.000Z","dependencies_parsed_at":"2025-07-31T14:02:36.801Z","dependency_job_id":null,"html_url":"https://github.com/mauricelambert/PickleExploit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricelambert/PickleExploit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FPickleExploit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FPickleExploit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FPickleExploit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FPickleExploit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricelambert","download_url":"https://codeload.github.com/mauricelambert/PickleExploit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricelambert%2FPickleExploit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268052408,"owners_count":24187872,"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-07-31T02:00:08.723Z","response_time":66,"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":["exploit","pickle","pypi-package","python","python3"],"created_at":"2024-11-14T15:17:34.189Z","updated_at":"2025-07-31T14:04:22.368Z","avatar_url":"https://github.com/mauricelambert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PickleExploit\r\n\r\n## Description\r\nThis package implement a Pickle Exploit Builder.\r\n\r\n## Requirements\r\nThis package require :\r\n - python3\r\n - python3 Standard Library\r\n\r\n## Installation\r\n```bash\r\npip install PickleExploit\r\n```\r\n\r\n## Examples\r\n\r\n1. Code for python paylaod:\r\n ```python\r\n pyexploit = PyPickleExploit(\"print('je test', 'test2')\")\r\n pyexploit.build()\r\n exploit_pickled = pyexploit.get_pickle_payload()\r\n pyexploit.execute_payload()\r\n ```\r\n2. Output:\r\n ```\r\n je test test2\r\n ```\r\n\r\n1. Code for command paylaod:\r\n ```python\r\n shellexploit = ShellPickleExploit('echo je test')\r\n shellexploit.build()\r\n exploit_pickled = shellexploit.get_pickle_payload()\r\n shellexploit.execute_payload(exploit_pickled) # write \"je test\" and return the command error code (0)\r\n ```\r\n2. Output:\r\n ```\r\n je test\r\n 0\r\n ```\r\n\r\n## Links\r\n[Github Page](https://github.com/mauricelambert/PickleExploit)\r\n[Documentation](https://mauricelambert.github.io/info/python/security/PickleExploit.html)\r\n\r\n## Licence\r\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fpickleexploit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricelambert%2Fpickleexploit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricelambert%2Fpickleexploit/lists"}