IIS - webshell

  • There is a simple asp.net application on http://192.168.56.22/, this application only give us a simple file upload functionality.

  • From there we can upload a basic aspcmd in asp : aspcmd.asp (at the time of writing, this avoid defender signature)

aspcmd.asp

cmd.asp

  • The webshell is uploaded in the upload folder.

  • And we have a command execution on the IIS server

Last updated