1- It can responses Http requests so it can be used in localhost via port 8080
2- Added GET and POST methods so you can use variables which the client sent.
Image:
http://b1302.hizliresim.com/16/v/kl1gs.png
http://dfiles.eu/files/wps1xs02m <-- Download Link
https://www.virustotal.com/tr/file/aeb90ceae7020f475bd641435751ce3ff623bc816ae8e5dcdd829a1a3ddee12e/analysis/ <-- Virustotal
Usage of GET & POST:
File: http://localhost:8080/index.buta
- Code: Select all
<%pbat
@echo off
cls
:: ^ These are needed for sort directory information
:: GET Method
set _var1=#_GET('htmlelement1')
::POST Method
set _var2=#_POST('htmlelement2')
%>




