Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Pinacolada — Wireless Intrusion Detection System for Hak5's WiFi Coconut | Kitploit
Tools/GitHubGitHub/90n45-d3v/pinacolada
Defensive ToolsWi-Fi AuditingWireless SecurityIntrusion Detection
GitHub90n45-d3v/pinacolada

Pinacolada

Wireless Intrusion Detection System for Hak5's WiFi Coconut

View RepositoryWebsite
3153 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

banner


Wireless Intrusion Detection System for Hak5's WiFi Coconut

Pinacolada looks for typical IEEE 802.11 attacks and then informs you about them as quickly as possible. All this with the help of Hak5's WiFi Coconut, which allows it to listen for threats on all 14 channels in the 2.4GHz range simultaneously.

Supported 802.11 Attacks

AttackTypeStatus
DeauthenticationDoS✅
DisassociationDoS✅
AuthenticationDoS✅
EvilTwinMiTM🔜
KARMAMiTM🔜

Dependencies

MacOS (With PIP/Python and Homebrew package manager)

root@kitploit:~
pip install flask
brew install wireshark

Linux (With PIP/Python and APT package manager)

root@kitploit:~
pip install flask
apt install tshark

For both operating systems install the WiFi Coconut's userspace

Installation

root@kitploit:~
# Download Pinacolada
git clone https://github.com/90N45-d3v/Pinacolada
cd Pinacolada

# Start Pinacolada
python main.py

Usage

Pinacolada will be accessible from your browser at 127.0.0.1:8888.
The default password is CoconutsAreYummy.
After you have logged in, you can see a dashboard on the start page and you should change the password in the settings tab.

E-Mail Notifications

If configured, Pinacolada will alert you to attacks via E-Mail. In order to send you an E-Mail, however, an E-Mail account for Pinacolada must be specified in the settings tab. To find the necessary information such as SMTP server and SMTP port, search the internet for your mail provider and how their SMTP servers are configured + how to use them. Here are some information about known providers:

ProviderSMTP ServerSMTP Port (TLS)
Gmailsmtp.gmail.com587
Outlooksmtp.office365.com587
GoDaddysmtpout.secureserver.net587

Not fully tested!

Since I don't own a WiFi Coconut myself, I have to simulate their traffic. So if you encounter any problems, don't hesitate to contact me and open an issue.

Download Tool