SappohSamaWorkshop / Pineapple-IP-Configurator

A Windows Utility to Help to Setup Network 4 the Hak5 Wifi Pineapple Devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pineapple-IP-Configurator

A Windows Utility to Help to Setup Network for Wifi Pineapple Devices


Alt text


What does the program do?

In my experience I had to set up my Wifi Pineapple many times, sometimes due to the need to install it on different devices, others because the network parameters were mysteriously forgotten by Windows, and it also happened to me simply by disconnecting the Wifi Pineapple from the USB port. Every time you have to enter the IPv4 network parameters and reset the correct address, and in the long run it can become frustrating ...

Hence the need to write a simple program that did these simple maneuvers automatically.

The program is written in DOS for backward compatibility with Windows systems.


Alt text


Essentially the program has only 4 functions:

  1. DISABLE DHCP: this function removes the dhcp from the Wifi Pineapple network (which must be named "WIFI_PINEAPPLE"), and set as p IP address 172.16.42.42 and as Subnet Mask 255.255.0.0, thus allowing correct network operation for the Pineapple AP

  2. RE ENABLE DHCP: this function resets the dhcp from the Wifi Pineapple network (which must be named "WIFI_PINEAPPLE"), it is useful when you have network problems, for troubleshooting

  3. RENAME THE NETWORK: this function renames the network of the device in "WIFI_PINEAPPLE"), it is used to make the program functions "1" and "2" work.

  4. OPEN THE WIFI PINEAPPLE DASHBOARD: this function opens the web page of the Wifi Pineapple Dashboard (http://172.16.42.1:1471/#!/modules/Dashboard), to do this use the default browser, it is useful to open the interface once network problems are resolved or setup is complete


Requirements

The Network MUST be named "WIFI_PINEAPPLE" (u can use the function "3" of this utility)


About

A Windows Utility to Help to Setup Network 4 the Hak5 Wifi Pineapple Devices

License:GNU General Public License v3.0


Languages

Language:Batchfile 100.0%