Skip to main content

This package implement a Pickle Exploit Builder.

Project description

PickleExploit

Description

This package implement a Pickle Exploit Builder.

Requirements

This package require :

  • python3
  • python3 Standard Library

Installation

pip install PickleExploit

Examples

  1. Code for python paylaod:
pyexploit = PyPickleExploit("print('je test', 'test2')")
pyexploit.build()
exploit_pickled = pyexploit.get_pickle_payload()
pyexploit.execute_payload()
  1. Output:
je test test2
  1. Code for command paylaod:
shellexploit = ShellPickleExploit('echo je test')
shellexploit.build()
exploit_pickled = shellexploit.get_pickle_payload()
shellexploit.execute_payload(exploit_pickled) # write "je test" and return the command error code (0)
  1. Output:
je test
0

Links

Github Page Documentation

Licence

Licensed under the GPL, version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PickleExploit-0.0.1.tar.gz (19.8 kB view details)

Uploaded Source

File details

Details for the file PickleExploit-0.0.1.tar.gz.

File metadata

  • Download URL: PickleExploit-0.0.1.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1+

File hashes

Hashes for PickleExploit-0.0.1.tar.gz
Algorithm Hash digest
SHA256 140cab94b29639d4b308ef4aa356f17e5e14db7f604b05426cfe2bebd09273e3
MD5 61d93d57b6693021048bd394aaea8e68
BLAKE2b-256 bbd8edf21dde70d0585be6ddecac69f5e2c1bd9120c5036f9c06a44c567a043d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page