diff --git a/index.md b/index.md index 129458b..71520a8 100644 --- a/index.md +++ b/index.md @@ -10,7 +10,7 @@ description: GTFOBins is a curated list of Unix-like executables that can be use {{ page.description }} -The project [collects]({{ '/model/' | relative_url }}) 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]({{ '/scope/' | relative_url }}) 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 can [get involved]({{ '/contributing/' | relative_url }}) by providing additional entries and techniques! diff --git a/model.md b/model.md deleted file mode 100644 index df9ea48..0000000 --- a/model.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: Data model -description: Functions and contexts of the GTFOBins executables. ---- - -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 - -{% include description_list.html objects=site.data.functions %} - -## Contexts - -{% include description_list.html objects=site.data.contexts %} diff --git a/scope.md b/scope.md new file mode 100644 index 0000000..fe28125 --- /dev/null +++ b/scope.md @@ -0,0 +1,15 @@ +--- +layout: page +title: Scope +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. + +## Functions + +{% include description_list.html objects=site.data.functions %} + +## Contexts + +{% include description_list.html objects=site.data.contexts %}