1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-20 23:01:33 +01:00
GTFOBins.github.io/aspell.md
d4t4s3c 332579ca12
Add aspell
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-01-26 22:34:01 +01:00

377 B

description functions
The textual file is displayed in an interactive TUI showing only the parts that contain mispelled words.
file-read suid sudo
code
LFILE=file_to_read aspell -c "$LFILE"
code
LFILE=file_to_read ./aspell -c "$LFILE"
code
LFILE=file_to_read sudo aspell -c "$LFILE"