easyctf-2017/web/pages/shell.html

12 lines
357 B
HTML
Raw Normal View History

2015-12-27 04:50:52 +00:00
<center class="fade_in">
2016-01-02 02:57:40 +00:00
<h1 class="heading1">Shell</h1>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Username: (insert username) | Password: (insert password)</h3>
</div>
<div class="panel-body">
<h3>Insert Shell Here</h3>
</div>
</div>
</center>