-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (46 loc) · 1023 Bytes
/
_config.yml
File metadata and controls
54 lines (46 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: "GTFOArgs: Argument Injection Exploitation Vector List"
description: >-
GTFOArgs is a curated list of Unix binaries whose arguments can be exploited
for argument injection, enabling shell escapes, privilege escalation,
file read/write, and other post-exploitation techniques.
url: "https://gtfoargs.github.io"
permalink: pretty
logo: /assets/logo.png
include:
- llms.txt
- llms-full.txt
author:
name: Joshua Rogers
url: "https://joshua.hu/"
twitter: megamansec
twitter:
username: megamansec
card: summary
social:
name: Joshua Rogers
links:
- https://x.com/megamansec
- https://www.linkedin.com/in/joshua-alexander-rogers
- https://github.com/GTFOArgs
plugins:
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- /scripts
- /Gemfile
- /Makefile
- /README.md
- /CONTRIBUTING.md
collections:
gtfoargs:
output: true
defaults:
- scope:
path: "_gtfoargs"
values:
layout: bin
- scope:
path: ""
values:
image: /assets/logo.png