Update web-requests.md

This commit is contained in:
Taleb Qasem 2022-09-13 06:22:09 +06:00 committed by GitHub
parent bf3452d527
commit 58657c3334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ def get_random_string(guid, path):
return ''.join(random.choice(string.ascii_letters) for i in range(10)) return ''.join(random.choice(string.ascii_letters) for i in range(10))
``` ```
## Python cmd to exploit a RCE ## Python cmd to exploit an RCE
```python ```python
import requests import requests