diff --git a/_includes/bin_table.html b/_includes/bin_table.html index 1f53a72..521c7bb 100644 --- a/_includes/bin_table.html +++ b/_includes/bin_table.html @@ -1,4 +1,4 @@ - +
diff --git a/assets/style.scss b/assets/style.scss index 32f8c56..87efb25 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -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; diff --git a/index.md b/index.md index 266e162..4022b4a 100644 --- a/index.md +++ b/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 %}