mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
Translated ['src/generic-methodologies-and-resources/python/README.md',
This commit is contained in:
parent
a03423e32c
commit
9a8fe31b00
@ -5,8 +5,8 @@
|
|||||||
**Pagine interessanti da controllare:**
|
**Pagine interessanti da controllare:**
|
||||||
|
|
||||||
- [**Trucchi di hacking Pyscript**](pyscript.md)
|
- [**Trucchi di hacking Pyscript**](pyscript.md)
|
||||||
- [**Deserializzazioni Python**](../../pentesting-web/deserialization/index.html#python)
|
- [**Deserializzazioni Python**](../../pentesting-web/deserialization/README.md)
|
||||||
- [**Trucchi per bypassare le sandbox Python**](bypass-python-sandboxes/index.html)
|
- [**Trucchi per bypassare le sandbox Python**](bypass-python-sandboxes/README.md)
|
||||||
- [**Sintassi di base delle richieste web in Python**](web-requests.md)
|
- [**Sintassi di base delle richieste web in Python**](web-requests.md)
|
||||||
- [**Sintassi e librerie di base di Python**](basic-python.md)
|
- [**Sintassi e librerie di base di Python**](basic-python.md)
|
||||||
|
|
||||||
|
@ -4,22 +4,22 @@
|
|||||||
|
|
||||||
## Server usando python
|
## Server usando python
|
||||||
|
|
||||||
testare una possibile **esecuzione di codice**, utilizzando la funzione _str()_:
|
testare una possibile **esecuzione di codice**, usando la funzione _str()_:
|
||||||
```python
|
```python
|
||||||
"+str(True)+" #If the string True is printed, then it is vulnerable
|
"+str(True)+" #If the string True is printed, then it is vulnerable
|
||||||
```
|
```
|
||||||
### Tricks
|
### Tricks
|
||||||
|
|
||||||
{{#ref}}
|
{{#ref}}
|
||||||
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/
|
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md
|
||||||
{{#endref}}
|
{{#endref}}
|
||||||
|
|
||||||
{{#ref}}
|
{{#ref}}
|
||||||
../../pentesting-web/ssti-server-side-template-injection/
|
../../pentesting-web/ssti-server-side-template-injection/README.md
|
||||||
{{#endref}}
|
{{#endref}}
|
||||||
|
|
||||||
{{#ref}}
|
{{#ref}}
|
||||||
../../pentesting-web/deserialization/
|
../../pentesting-web/deserialization/README.md
|
||||||
{{#endref}}
|
{{#endref}}
|
||||||
|
|
||||||
{{#include ../../banners/hacktricks-training.md}}
|
{{#include ../../banners/hacktricks-training.md}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user