Update more docs

This commit is contained in:
DSR! 2023-11-30 18:59:41 -03:00
parent d6746dfc41
commit 6ff19c9c87
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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.<br>
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