mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
f
This commit is contained in:
parent
47ca570e97
commit
4901a819da
@ -6,8 +6,8 @@
|
||||
**Interesting pages to check:**
|
||||
|
||||
- [**Pyscript hacking tricks**](pyscript.md)
|
||||
- [**Python deserializations**](../../pentesting-web/deserialization/index.html#python)
|
||||
- [**Tricks to bypass python sandboxes**](bypass-python-sandboxes/index.html)
|
||||
- [**Python deserializations**](../../pentesting-web/deserialization/README.md)
|
||||
- [**Tricks to bypass python sandboxes**](bypass-python-sandboxes/README.md)
|
||||
- [**Basic python web requests syntax**](web-requests.md)
|
||||
- [**Basic python syntax and libraries**](basic-python.md)
|
||||
|
||||
|
@ -13,15 +13,15 @@ test a possible **code execution**, using the function _str()_:
|
||||
### Tricks
|
||||
|
||||
{{#ref}}
|
||||
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/
|
||||
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md
|
||||
{{#endref}}
|
||||
|
||||
{{#ref}}
|
||||
../../pentesting-web/ssti-server-side-template-injection/
|
||||
../../pentesting-web/ssti-server-side-template-injection/README.md
|
||||
{{#endref}}
|
||||
|
||||
{{#ref}}
|
||||
../../pentesting-web/deserialization/
|
||||
../../pentesting-web/deserialization/README.md
|
||||
{{#endref}}
|
||||
|
||||
{{#include ../../banners/hacktricks-training.md}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user