|
You are here |
blog.stalkr.net | ||
| | | | |
pentestmonkey.net
|
|
| | | | | [AI summary] A guide providing one-liner commands for creating reverse shells using various scripting languages and tools like bash, perl, python, PHP, and ruby for penetration testing. | |
| | | | |
cocomelonc.github.io
|
|
| | | | | [AI summary] A technical tutorial explaining reverse shells, including definitions, common ports, firewall circumvention, listener setup, various command-line examples (netcat, bash, python, C), and defense strategies. | |
| | | | |
blog.ropnop.com
|
|
| | | | | Catching a reverse shell over netcat is great...until you accidentally Ctrl-C and lose it. These techniques let you upgrade your shell to a proper TTY | |
| | | | |
artemis.sh
|
|
| | | Linux won't sleep on this motherboard out of the box. I have a rev1.1 motherboard running BIOS version F17b. No idea if this applies to rev1.2. There's a workaround you can do which is to disable PCIe wakeup on GPP0 (GPP bridge to the m.2 NVMe drives): echo GPP0 | sudo tee /proc/acpi/wakeup. To make this persistent you need to run this command at boot. I do not know why it is like this. systemd/openrc methods to run this at boot: | ||