akde/infosec

Information security is ultimately about managing risk


Shell­ter kann add a reverse shell pay­load into a exe file.

  1. Down­load a file, e.g an installer or stand­alone exe the vic­tim will execute.
  2. Open shell­ter in the com­mand line.
  3. Add ad PE tar­get the exe file.
  4. Choose a pay­load and add the pay­load options.
  5. Open a reverse shell handler
  6. Bring the vic­tim to exe­cute the file.

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';