by frank | Jun 28, 2019 | CTF, Linux, Pwn, Windows
Two excellent web sites with a reference on how each exe can be used Windows : https://lolbas-project.github.io/ Unix : https://gtfobins.github.io/ On Unix, there is a script based on that that would help enumerate all possible way to elevate privileges. cd /tmp...
by frank | Jun 28, 2019 | Linux, Security
Reading Time: < 1 minuteThe following example binds local port 8834 on remote host via ssh as localhost port 8834.ssh -R 8834:localhost:8834...
by frank | Jun 25, 2019 | Linux, Security
On Linux, the issue is that if you want a process to listen to a lower port (<1024), then it needs to be run as root. You can circumvent this by running on http as a high port and redirect this high port to port 80. Example in config file : Listen 8080And...
by frank | Mar 1, 2019 | CTF, Linux
Reading Time: < 1 minutepython -c ‘import pty; pty.spawn(“/bin/bash”)’...
Recent Comments