mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Add warning about cPickle
This commit is contained in:
parent
df8493e4e6
commit
1a5537a044
@ -3,6 +3,7 @@
|
|||||||
## Pickle
|
## Pickle
|
||||||
|
|
||||||
The following code is a simple example of using `cPickle` in order to generate an auth_token which is a serialized User object.
|
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
|
```python
|
||||||
import cPickle
|
import cPickle
|
||||||
|
Loading…
Reference in New Issue
Block a user