From 7f8369413940f05b0bccade49a828abaadb34ecf Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 31 May 2026 06:18:55 +0000 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0aa2ac2 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Redeye +Redeye is a basic linux setup script used for kali linux virtual machines + +## Important +Redeye must be run on a fresh installation of kali linux with the default password + +## Configuration +Redeye provides some basic configuration: +- Updates package list, or installs new package versions if a full upgrade is being done +- Installs Golang version 1.26.3 +- Sets some alias's + - g=go + - p=python + - s=subl(sublime text) +- Installs credslayer (via pipx) +- Installs ffuf (via go) +- Installs sublime text +- Installs ufw and enables it +- Updates the default password to "redeye6" \ No newline at end of file