1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-04-25 06:35:12 +02:00

Add warning about cPickle

This commit is contained in:
Swissky 2022-04-18 20:58:14 +02:00 committed by GitHub
parent df8493e4e6
commit 1a5537a044
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
## Pickle
The following code is a simple example of using `cPickle` in order to generate an auth_token which is a serialized User object.
:warning: `import cPickle` will only work on Python 2
```python
import cPickle