diff --git a/_layouts/common.html b/_layouts/common.html index 7855f5f..6973277 100644 --- a/_layouts/common.html +++ b/_layouts/common.html @@ -13,7 +13,8 @@ {% endif %} {% endif %} - + + diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..02646d2 Binary files /dev/null and b/assets/logo.png differ diff --git a/style.scss b/assets/style.scss similarity index 93% rename from style.scss rename to assets/style.scss index 5d0f011..77b1854 100644 --- a/style.scss +++ b/assets/style.scss @@ -16,6 +16,10 @@ $layout-break: "(min-width: #{$column-width + $grace-space})"; width: $column-width; margin: 40px auto; } + + p { + text-align: justify; + } } @media not all and #{$layout-break} { @@ -161,6 +165,15 @@ h2, h3, h4, h5, h5 { // other classes +.logo { + $margin: 20px; + float: right; + width: 100px; + height: 100px; + margin-left: $margin; + margin-bottom: $margin; +} + .bin-name { font-family: monospace; font-size: 1.2rem; diff --git a/index.md b/index.md index 97e3906..266e162 100644 --- a/index.md +++ b/index.md @@ -3,6 +3,8 @@ layout: page title: GTFOBins --- + + GTFOBins is a curated list of Unix binaries that can be exploited by an attacker to bypass local security restrictions. The project collects legitimate Unix binaries that can be abused to get the f**k break out restricted shells, escalate or maintain elevated privileges, transfer files, spawn bind and reverse shells, and facilitate the other post-exploitation tasks. See the full list of [functions](/functions/).