Polish home page layout

This commit is contained in:
Andrea Cardaci 2018-05-29 21:32:26 +02:00
parent c634e3898f
commit a7685cbe9e
3 changed files with 2 additions and 3 deletions

View File

@ -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">

View File

@ -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;

View File

@ -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 %}