1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 22:46:19 +01:00
GTFOBins.github.io/_gtfobins/aspell
2026-01-21 22:12:54 +01:00

23 lines
517 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
aspell -c /path/to/input-file
comment: |-
The textual file is displayed in an interactive TUI showing only the parts that contain mispelled words.
contexts:
sudo:
suid:
unprivileged:
- binary: false
code: |-
aspell --conf /path/to/input-file
comment: |-
The first word is likely displayed as error messaged, and converted to lowercase.
contexts:
sudo:
suid:
unprivileged:
...