mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Polish home page layout
This commit is contained in:
parent
c634e3898f
commit
a7685cbe9e
@ -1,4 +1,4 @@
|
||||
<input id="bin-search" type="text" placeholder="Filter binaries by name (e.g., 'ftp') or by function (e.g., '/shell')"/>
|
||||
<input id="bin-search" type="text" placeholder="Search among {{ site.gtfobins | size }} binaries by name (e.g., 'ftp') or by function (e.g., '/shell')"/>
|
||||
|
||||
<div id="bin-table-wrapper">
|
||||
<table id="bin-table">
|
||||
|
@ -88,6 +88,7 @@ h2, h3, h4, h5, h5 {
|
||||
// binary list and search
|
||||
|
||||
#bin-search {
|
||||
margin-top: 50px;
|
||||
padding: 0.5em;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
2
index.md
2
index.md
@ -13,6 +13,4 @@ This was inspired by the [LOLBins](https://github.com/api0cradle/LOLBAS) project
|
||||
|
||||
GTFOBins aims to be a shared project where everyone can [contribute](/contribute/) with additional binaries and techniques.
|
||||
|
||||
## List of `{{ site.gtfobins | size }}` GTFOBins
|
||||
|
||||
{% include bin_table.html %}
|
||||
|
Loading…
Reference in New Issue
Block a user