Subnet Guide


Routing
This part is pretty important😉
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
These are condensed notes from the INE course and other blogs and articles.


ip route add 172.10.1.0/24 via 10.10.10.10(VPN Gateway)
bash -i
python -c 'import pty; pty.spawn("/bin/sh")'
echo os.system('/bin/bash')
/bin/sh -i
perl -e 'exec "/bin/sh";'
perl: exec "/bin/sh";
ruby: exec "/bin/sh"
lua: os.execute('/bin/sh')
| Server | Web Shell |
|---|---|
| Windows | ASP |
| Apache TomCat | JSP |
| Apache | PHP |
Was this page helpful?
