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")