From ad8f327c629705e4fb72d48c8fc3fe1804bb99b1 Mon Sep 17 00:00:00 2001 From: Yamozha Date: Sat, 16 Jan 2021 15:36:21 +0200 Subject: [PATCH] added readme --- README.md | 13 +++++++++++++ init.py | 1 + 2 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 init.py diff --git a/README.md b/README.md new file mode 100644 index 00000000..8fa3833d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +K4l1.p1 +####### + +So the idea for now is to write software scripts that execute on run and then write it in a .img file so that we can directly flash any given raspi with our software. +For now we only need to write software like the following(you can add if you want): + +* Wifi hotspot initiation(for SSH control) +* Airgeddon shenanigans(like MiTM, Handshake Capture, Packet Sniffing) +* Maybe a discord bot for status(or ssh forwarding) +* VERY IMPORTANT: self-destruction trigger +* Maybe bluetooth sniffing +* Keylogger(using the atmega chip on the raspi) +* KeyInjection/RubberDucking (using the same chip) diff --git a/init.py b/init.py new file mode 100644 index 00000000..16a13b85 --- /dev/null +++ b/init.py @@ -0,0 +1 @@ +print("This is an init script")