mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
added Download Button
This commit is contained in:
parent
4a13743a78
commit
f37ebd7b39
17
index.html
17
index.html
@ -308,6 +308,12 @@
|
||||
<label for="auto-copy-switch" class="custom-control-label small pr-2 pb-1"
|
||||
style="padding-top: 2px">Auto-copy</label>
|
||||
</div> -->
|
||||
<!-- Download button -->
|
||||
<button type="button" class="download-listener btn btn-primary float-right mr-3"
|
||||
data-toggle="tooltip" title="Download Shell Code">
|
||||
Download
|
||||
</button>
|
||||
|
||||
<!-- Raw button -->
|
||||
<button type="button" class="raw-listener btn btn-primary float-right mr-3"
|
||||
data-toggle="tooltip" title="View raw">
|
||||
@ -364,6 +370,12 @@
|
||||
<label for="auto-copy-switch" class="custom-control-label small pr-2 pb-1"
|
||||
style="padding-top: 2px">Auto-copy</label>
|
||||
</div> -->
|
||||
<!-- Download button -->
|
||||
<button type="button" class="download-listener btn btn-primary float-right mr-3"
|
||||
data-toggle="tooltip" title="Download Shell Code">
|
||||
Download
|
||||
</button>
|
||||
|
||||
<!-- Raw button -->
|
||||
<button type="button" class="raw-listener btn btn-primary float-right mr-3"
|
||||
data-toggle="tooltip" title="View raw">
|
||||
@ -422,6 +434,11 @@
|
||||
class="custom-control-label small pr-2 pb-1"
|
||||
style="padding-top: 2px">Auto-copy</label>
|
||||
</div> -->
|
||||
<!-- Download button -->
|
||||
<button type="button" class="download-listener btn btn-primary float-right mr-3"
|
||||
data-toggle="tooltip" title="Download Shell Code">
|
||||
Download
|
||||
</button>
|
||||
|
||||
<!-- Raw button -->
|
||||
<button type="button" class="raw-listener btn btn-primary float-right mr-3"
|
||||
|
Loading…
Reference in New Issue
Block a user