Skip to content

xchwarze/wifi-pineapple-cloner-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

Wifi Pineapple Cloner: Builds

For a long time I have noticed that there are people stealing the authorship of this project that started in 2018.
Also there is people who go further and are selling the devices ready to use...

So to prevent anyone from being scammed paying for something that is public and free, I decided to make a second repo with the builds already generated.

Issues and Pull Request

All this will be handled in the original project.

Supported devices

All builds are made with:

  • OpenWrt 19.07.7
  • Wifi Pineapple Cloner (WPC) v4
  • The config used to build was the "universal" (flavor: universal).
    This is designed to be able to mount a TETRA on any hardware.

The process will work correctly only if you follow these steps:

  • First install OpenWrt 19.07.7 on the device.
  • Then install the update you will find in this repository.
    You must install it with the do not save configuration over reflash option checked.
  • Your hardware has to have at least 2 wifis and it would be recommended to have 3.
    To comply with this you can use the usb adapters mentioned in the Recommended setup.
  • Your hardware must have a pendrive or sd card in order to have the available space needed by the pineapple.
    It has to be formatted using the tool provided by the panel under Advanced > USB & Storage > Format SD Card.
  • As tetra is made to be used on hardware with 32 MB of flash I had to cut some dependencies from the default installation.
    These dependencies will be installed automatically when the pinapple is connected to the internet and booting.
    If you want to manually run this process wpc-tools missing_packages
    Without these dependencies you will not be able to use the live scan type and some modules. However you will be able to use the timed scans and the rest of the tools.
  • The default ssh password is root. This will be useful when debugging problems that may occur during installation.

Attention!

This repo moved to Gitlab