This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.assembly test.msil { | |
.hash algorithm 0x00008004 | |
.ver 2:0:0:0 | |
} | |
.method static void main() | |
{ | |
.entrypoint | |
.maxstack 1 | |
ldstr "Hello world!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IISDATE %{YEAR}-%{MONTHNUM}-%{MONTHDAY} | |
IISURIPARAM [A-Za-z0-9$.+!*'|(){},~@#%&/=:;_?\-\[\]]* | |
IISHOST %{IPORHOST}(:%{POSINT})? | |
IISURL (%{URIPROTO}://%{IISHOST}?%{URIPATHPARAM}?)|\- | |
IISTIMESTAMP %{IISDATE} %{TIME} | |
IISLOG %{IISTIMESTAMP:datetime} %{NOTSPACE:site} %{HOSTNAME:server} %{IP:server_ip} %{WORD:http_method} %{URIPATHPARAM:url_path} %{IISURIPARAM:url_query} %{POSINT:port:int} %{NOTSPACE:user} %{IP:client_ip} %{NOTSPACE:http_version} %{NOTSPACE:user_agent} %{NOTSPACE:cookies} %{IISURL:referer} %{IISHOST:host_name} %{INT:http_status:int} %{INT:http_sub_status:int} %{INT:win32_status:int} %{INT:response_size:int} %{INT:request_size:int} %{INT:duration_ms:int} |
NewerOlder