{% comment %} add a link to the inheriting executable and display the functions {% endcomment %}
{% if function_name == "inherit" %}
+ {% include get_gtfobin.html name=example.from %}
+ {% assign gtfobin = return_gtfobin %}
+
diff --git a/index.md b/index.md
index 25ca74d..1d592e4 100644
--- a/index.md
+++ b/index.md
@@ -4,13 +4,13 @@ title: GTFOBins
description: GTFOBins is a curated list of Unix-like executables that can be used to bypass local security restrictions in misconfigured systems.
---
-![GTFOBins logo](/assets/logo.png){:.logo}
+![GTFOBins logo]({% link /assets/logo.png %}){:.logo}
{{ page.description }}
-The project [collects](/model/) legitimate functions of Unix-like executables 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 other post-exploitation tasks.
+The project [collects]({% link model.md %}) legitimate functions of Unix-like executables 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 other post-exploitation tasks.
-GTFOBins is a joint effort by [Emilio Pinna][norbemi] and [Andrea Cardaci][cyrus_and], and many other [contributors][]. Everyone con [get involved](/contributing/) by providing additional entries and techniques!
+GTFOBins is a joint effort by [Emilio Pinna][norbemi] and [Andrea Cardaci][cyrus_and], and many other [contributors][]. Everyone con [get involved]({% link CONTRIBUTING.md %}) by providing additional entries and techniques!
If you are looking for Windows binaries you should visit [LOLBAS][].
@@ -18,7 +18,7 @@ If you are looking for Windows binaries you should visit [LOLBAS][].
[GitHub][]
|
-[Get involved](/contributing/)
+[Get involved]({% link CONTRIBUTING.md %})
|
[Contributors][contributors]
{:.centered}
diff --git a/model.md b/model.md
index e4c5088..df9ea48 100644
--- a/model.md
+++ b/model.md
@@ -4,7 +4,7 @@ title: Data model
description: Functions and contexts of the GTFOBins executables.
---
-An executable may support one or more [function](#functions) by providing a number of *examples* for their use, each example may support a number of [contexts](#contexts) that determine the ability of that example to work in that particular condition.
+An executable may support one or more _function_ by providing a number of *examples* for their use, each example may support a number of _contexts_ that determine the ability of that example to work in that particular condition.
## Functions