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 hashes)

Uploaded Source

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