Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ $ ret chef aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1kUXc0dzlXZ1hjUQ==

generates a cyberchef url by appending your input, raw base64 encoded, to https://gchq.github.io/CyberChef/#input=

uses `open` to open the resulting url in your default browser

you can set `"chefurl"` in `~/.config/ret` to use another instance of cyberchef

if you provide a custom url it should be the equivalent of https://gchq.github.io/CyberChef/
Expand Down Expand Up @@ -306,21 +304,6 @@ opens all added files then opens ida with ret

---

### 🗽 <u>l</u>ibc

```
$ ret libc [tag]
```

get a version of libc by copying it from a docker container with ret
specify an image tag like "ubuntu:24.04" to get a specific version
without args this command will use the tag "ubuntu:latest"
the file will be copied to the cwd and added with ret

🔗 https://github.com/rerrorctf/ret/blob/main/commands/libc.go

---

### 📝 <u>n</u>otes

```
Expand Down