easyctf-2017/web/pages/shell.html

12 lines
300 B
HTML
Raw Normal View History

2016-01-02 06:01:34 +00:00
<div class="fade_in">
2016-01-12 03:54:26 +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>
2016-01-02 06:01:34 +00:00
</div>