akde/infosec

Information security is ultimately about managing risk


  • If file upload is pos­si­ble, but restrict­ed, try to upload a .con­fig file.
    • Make sure to use the first tem­plate file and add your code then. See the iis7-web.config file.
  • Default direc­to­ry is C:\inetpub\wwwroot
  • Web con­fig­u­ra­tion is in C:\inetpub\wwwroot\web.config.

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")';