Fix gdb description

master
Emilio Pinna 2018-09-25 22:02:25 +01:00
parent 1222c37802
commit 0ec8e7d99d
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
---
description: |
GDB may come with embedded Python support, in that case arbitrary code can be executed with the `python` command in the context of the GDB process.
See the entries of Python [version 2](/gtfobins/python2/) and [version 3](/gtfobins/python3/).
GDB may come with embedded Python support, in that case arbitrary code can be executed with the `python` command in the context of the GDB process. See the [Python](/gtfobins/python/) functions.
functions:
execute-interactive:
- code: gdb -nx -ex '!sh' -ex quit