Update index.html

pull/1/merge
Elijah Bansley 2018-05-17 17:54:16 -05:00 committed by GitHub
parent 1fcb09cb40
commit a18064a2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,8 @@
</p>
<p>This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.</p>
</div>
<div>
<h3>Payload:</h3>
<div>
<form id="mainForm">
@ -76,6 +77,7 @@
<button id="goButton">Run Payload!</button>
<button id="clearlogsbutton" onclick="clearLog();">Clear Logs</button>
</div>
</div>
<h3>Logs:</h3>
<textarea cols="80" rows="12" id="output"></textarea>