From 24682abaa4a21cbf0ce2da9092781a6f13808719 Mon Sep 17 00:00:00 2001 From: Adam Morris Date: Sun, 27 Mar 2022 21:49:00 -0700 Subject: [PATCH] Initial repository --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9663df1 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +This Pi-gen icreated image is configured to set up a wifi access point, and SSH. + +The default account is username: `dt` password: `proxmark3` + +Connect to the `PM3` wifi hot spot with the passphrase `DangerousThings` + +Once logged in you will need to compile the PM3 software at the moment. + +``` +cd proxmark3 && make clean && make -j +sudo make install +``` + +To remake the image you will need my fork of the pi-gen repository. Copy `pm3.config` to `config` and follow the instructions in the `README.md` file