KTF

# Resources I have found useful, all in one place

home :: resources :: about
28 September 2020

Improving Shells

by: andy


Many times when gaining access to a target the shell we end up with is very limited and can make it difficult (sometimes impossible) to work. Below are some ways to improve a limited shell.

Python (if available on the target)

Python one-liner

Python PTY Shells

To get a full pty shell, Darren ‘infodox’ Martyn has put together some great shells here

tags: shells