Skip to content

yuimamur/IIS-Webshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

IIS-Webshell

Windows ServerでIIS インストール

サーバマネージャを起動する。

image

「役割と機能の追加(Add Roles and Features)」を選択する。

image

サーバーの役割(Server Roles) の選択画面で「Webサーバー(IIS)」を選択するようにする。

image image

インストール確認

インストール完了後、IIS Managerを立ち上げる。

image

Browse Website から Browse *.80 (http) をクリックする。 もしくは、ブラウザを立ち上げて https://localhost/iisstart.htm にアクセスする。

Explorer を立ち上げて、C:\inetpub\wwwroot へアクセスする。

sample.aspx として保存する。Encoding を Unicode とする。

<%@ Page Language="C#" %>
<script runat="server">
protected void Page_Load(Object source, EventArgs e) {
    MyLabel.Text = "日本語でこんちちは!";
}
</script>
<HTML>
<BODY>
    <asp:Label runat="server" id="MyLabel" />
</BODY>
</HTML>

Web Shell の設置

下記からファイルをダウンロードし、同様のフォルダに配置する。

https://github.com/yuimamur/yuimamur-tools/raw/main/cmdasp.aspx
Command からコマンドを実行する。

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published