mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 02:21:36 +01:00
Update webshell.aspx
This commit is contained in:
parent
faf9dba2aa
commit
8501c75007
@ -89,7 +89,7 @@
|
|||||||
<asp:Label id="Hostname" runat='server'></asp:Label>
|
<asp:Label id="Hostname" runat='server'></asp:Label>
|
||||||
</td>
|
</td>
|
||||||
<td width="60%">
|
<td width="60%">
|
||||||
<input type=text id="CommandTextbox" runat="server" value='' onClick="this.select();" style="width:80%" onkeydown="if (event.keyCode == 13) { this.form.submit(); return false; }"/>
|
<input type=text id="CommandTextbox" runat="server" value='' onClick="" style="width:80%" onkeydown="if (event.keyCode == 13) { this.form.submit(); return false; }"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user