From 9c059eaf234254f7dd60af287459e09c7cb55928 Mon Sep 17 00:00:00 2001 From: dmur1 <93072266+dmur1@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:52:06 +0000 Subject: [PATCH] update README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 8c3c49c..e32488b 100644 --- a/README.md +++ b/README.md @@ -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/ @@ -306,21 +304,6 @@ opens all added files then opens ida with ret --- -### 🗽 libc - -``` -$ 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 - ---- - ### 📝 notes ```