Whether it is useful or not will only be known after you use it. The following is an explanation. In addition to scanning for backdoor Trojans, you can modify the parameters to delete specified content in batches.
-------------------------------------------------- -------------------------------------------------- -------------------------------------------------- -------------------
+---------------------------------+
|2014 Lunar New Year Edition Asp Trojan Scanner|
+---------------------------------+
Added checks for iframe and script, which can restore web pages that have been placed in a large number of iframes. Save yourself the trouble of manually deleting it.
virus_lib.asp adds control parameters for iframe and script as follows:
ConstremoveIframe=true'whether to check iframe
ConstIframeKey="3322"'Keywords in iframe, if they appear, the system will automatically clear them
ConstremoveScript=true'whether to check script
ConstScriptKey="3322"'keyword in script, if it appears, the system will automatically clear it
ConstScanFileType="asp,cer,asa,cdx,htm,html"'Scan file type
Please set the keywords for the above parameters according to the code inserted into your web page.
-------------------------------------------------- --------------------------------
This program can scan all files of specified types (asp, cer, asa, cdx) on the server and detect suspicious Trojan programs. The system adopts the form of separation of scanning program and virus database.
In the future, you only need to upgrade the virus database like anti-virus software. Currently, all popular ASP Trojan programs can be killed.
The system provides three scanning methods: full site scan, scan by folder and specified file scan. If the website has few files, it is recommended to use "full site scan". If there are many files, it is recommended to use "full site scan".
Use scan by folder. During the scanning process, the system will record a list of scanned files, and at the same time display files suspected to be Trojan horse programs in the form of a list. In order to facilitate comparison of recent possible
If an ASP Trojan horse program has been uploaded, the system will display the files modified or created within 7 days in red. The system will make a "level" judgment on the files suspected to be Trojan horses and distinguish them by color.
; It is recommended that programs with a "normal" level be manually checked before processing. For files with a "severe" level, you can click on the file link under "File Name". Generally, the Trojan horse program will
There is a login prompt. At this time, click the "Delete" link under "File Name" to directly delete the file from the server. If you are worried about accidentally deleting it, you can click "Download" to back up the file first.
How to use:
Upload the decompressed files of this program to the server. Execute: http://yourwebsite/scan.asp
-------------------------------------------------- ----------------------------------
Strongly Recommended: Back up your files before running a scan, just in case. |
+------------------------+
|Login password: 2014|
+------------------------+