Custom classification is an archive file, just like you can divide your tools into penetration, overflow, net horse, browsing, etc., and you can create unlimited categories.
After creating the classification, you can take the second step, classify according to the suffix you need. It is not recommended to classify the dll files, just collect exe and webshell.
After the second step of searching, you can select the SearchResult.txt created by the program, and select which category to store to automatically store it in the database according to the prompts.
The third step is of course searching, and searching for your tools based on custom SQL statements
The program is just a prototype, you can provide suggestions, fix bugs when you have time, and upgrade software
The code is as follows:
<HTML>
<HEAD>
<HTA:Application ID="oHTA"
Applicationname="myApp"
border="thin"
borderstyle="normal"
caption="yes"
maximizebutton="yes"
minimizebutton="yes"
showitaskbar="no"
singleinstance="no"
sysmenu="yes"
version="1.0"
windowstate="normal"
scroll="yes">
<TITLE>Tool classification software v0.1 code by lcx myweb:http://www.haiyangtop.net</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<style>
Body
{
font-size:12;
BACKGROUND: #DADADA;
margin-left:5;
}
input
{
width:40;
overflow:visible;
border:1px solid lightblue;
background-color:#cccccc;
cursor:text;
}
button
{
border:1px solid gray;
width:260;
margin-left:2;
cursor:hand;
font-size:12;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eaeaff', endColorStr='#618fff', gradientType='0');
}
textarea
{
font-family:Verdana;
font-size:12px;
overflow-x:visible;
overflow-y:scroll;
}
</style>
<body>
<center>
<br><br><br><br><br><br><br><br><br><br>
<div id="DivList"></div>
<div id="start" style="display:none;">
<div id=baobao>Custom database fields, that is, software classification work</div>
<button onclick=vbs:addinput><strong>Set field name+</strong></button>
<button onclick=vbs:delinput><strong>Reduce field name-</strong></button>
<button onclick=vbs:countall><strong>Create a database</strong></button>
</div>
<a href=# onclick="ShowHideLayer('start')" >Program Initialization</a> </br>
<div id="starttwo" style="display:none;overflow:scroll">
<button onclick=vbs:startwo><strong>The first step to organize tools</strong></button>
<button onclick=vbs:showpath><strong>The second step of tool sorting, select the list to write to the database</strong></button>
</div>
<a href=# onclick="ShowHideLayer('starttwo')" >Software organization</a> </br>
<div id="startthree" style="display:none;">
<button onclick=vbs:mysqlecute><strong>Software search, custom SQL statement execution</strong></button>