Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 19, 2024
1 parent 10ac190 commit 0b4d71e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion level00/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ d-wx-wx-wx 4 root root 80 Nov 19 19:58 /tmp
^^ ^^ 🔵 writable/executable
```
- i can w|x but not list files, no one can
- 🟢 famous trick: the __Echo-Chmod Combo__, eg.
- 🟢 the __Echo-Chmod Combo__, eg.
- `echo "something" > /tmp/go.sh && chmod +x /tmp/go.sh && sh /tmp/go.sh`
- it's a famous trick

`/etc`:
- inspected `etc` and found out it was `rwxr-x`
Expand Down

0 comments on commit 0b4d71e

Please sign in to comment.