An open API service indexing awesome lists of open source software.

https://github.com/tkmru/vuln_pickle_server


https://github.com/tkmru/vuln_pickle_server

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# vuln pickle server
Vulnerable server using pickle and exploit.

'''
The pickle module is not secure against erroneous or maliciously constructed data.
Never unpickle data received from an untrusted or unauthenticated source.
'''
[11.1. pickle — Python object serialization — Python 2.7.12 documentation](https://docs.python.org/2/library/pickle.html?highlight=pickles)

## detailed description (in Japanese)
[Pythonの外部入力をunpickle化することによる脆弱性を用いたexploitを書いた - 脱力系日記](http://tkmr.hatenablog.com/entry/2015/08/02/151418)