Escapingbug / ancypwn

Script to setup pwn environment for CTF with Docker
MIT License
148 stars 27 forks source link

Use outside terminal to display debugging environment(gdb, mostly) #8

Closed Escapingbug closed 5 years ago

Escapingbug commented 5 years ago

A better solution to solve x11 display problem on *nix system. We can just use terminal outside of docker, then get into docker and attach to started process. All we need is information about such a process outside of docker. This can be done by port mapping with a server/client model to pass message.

With this, all display problem will be solved. But this can only be used for pwntools' gdb.attach like function, all others are not considered.

Escapingbug commented 5 years ago

Mac os is almost done. iTerm2 and Terminal supported.

Linux is still developing..

Escapingbug commented 5 years ago

Closed due to outdated. We use plugin based architecture now.