Networking Commands


🌐 Resources πŸ”—


nmap


tcpdump


ip


dns


shells

shell stabilisation

Python

  1. Spawn a better featured bash shell; note that some targets may need the version of Python specified

  2. Get access to term commands (e.g. clear)

  3. Background the shell. Turn off our own terminal echo (which gives access to tab autocompletes, the arrow keys, and Ctrl + C) and foreground the shell

  4. Change terminal tty size

  5. If the shell dies, any input in your own terminal will not be visible. To fix this, type reset and press enter


web shells


python webserver


Last updated