From 6ff19c9c875a62d74e45e93390e627d594399e78 Mon Sep 17 00:00:00 2001 From: DSR! Date: Thu, 30 Nov 2023 18:59:41 -0300 Subject: [PATCH] Update more docs --- README.md | 2 +- build.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f752d2a..2e04fa9 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ All the firmwares found on the internet have been created using the [securityadd I introduced this new method during my presentations about hardware porting at EkoParty 2020 and DragonJar 2021. You can access the materials from those [presentations here](https://github.com/indetectables-net/embedded). -In 2021, an [idiot named Samy Younsi](https://github.com/xchwarze/wifi-pineapple-cloner/issues/26), shamelessly plagiarized the method I had developed and presented at conferences. Months later, he adapted it to Python using the Wifi Pineapple Cloner v1 version and continued spreading it as his own creation. +In 2021, an [idiot named Samy Younsi](https://web.archive.org/web/20230307153123/https://github.com/xchwarze/wifi-pineapple-cloner/issues/26), shamelessly plagiarized the method I had developed and presented at conferences. Months later, he adapted it to Python using the Wifi Pineapple Cloner v1 version and continued spreading it as his own creation. Throughout 2022, I debugged the method and mastered its usage, enabling me to successfully port the pineapple to any hardware and achieve flawless functionality, identical to that of the original device. diff --git a/build.md b/build.md index 0beb2ca..a11c91b 100644 --- a/build.md +++ b/build.md @@ -66,7 +66,8 @@ chmod +x tools/fs-patcher.sh tools/fs-patcher.sh mips rootfs nano ``` -4. Build your custom build +4. Build your custom build.
+It is advisable to tell the builder not to install some packages by default that would cause problems for our use case. These are the ones that I added at the end: `-wpad-basic -dropbear`. ```bash # for this poc use openwrt imagebuilder v19.07.2 for ar71xx wget https://downloads.openwrt.org/releases/19.07.2/targets/ar71xx/generic/openwrt-imagebuilder-19.07.2-ar71xx-generic.Linux-x86_64.tar.xz