added readme

This commit is contained in:
Yamozha 2021-01-16 15:36:21 +02:00
parent 062af12a4c
commit ad8f327c62
2 changed files with 14 additions and 0 deletions

13
README.md Normal file
View File

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

1
init.py Normal file
View File

@ -0,0 +1 @@
print("This is an init script")