This commit is contained in:
carlospolop 2023-06-05 21:16:46 +02:00
parent af42105553
commit 422e7976d6
3 changed files with 3 additions and 72 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.dccache
scripts/
scripts/*
scripts/*
.DS_Store
**/.DS_Store

View File

@ -70,7 +70,6 @@
* [venv](generic-methodologies-and-resources/python/venv.md)
* [Bypass Python sandboxes](generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md)
* [LOAD\_NAME / LOAD\_CONST opcode OOB Read](generic-methodologies-and-resources/python/bypass-python-sandboxes/load\_name-load\_const-opcode-oob-read.md)
* [Output Searching Python internals](generic-methodologies-and-resources/python/bypass-python-sandboxes/output-searching-python-internals.md)
* [Web Requests](generic-methodologies-and-resources/python/web-requests.md)
* [Bruteforce hash (few chars)](generic-methodologies-and-resources/python/bruteforce-hash-few-chars.md)
* [Exfiltration](generic-methodologies-and-resources/exfiltration.md)