mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-22 15:51:34 +01:00
16 lines
543 B
Markdown
16 lines
543 B
Markdown
---
|
|
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_table.html label='Function' objects=site.data.functions %}
|
|
|
|
## Contexts
|
|
|
|
{% include description_table.html label='Context' objects=site.data.contexts %}
|