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
airdecloak-ng — My Aircrack-ng contribution with Thomas d'Otreppe | Kitploit
Tools/GitHubGitHub/alt3kx/airdecloak-ng
Packet Sniffing & AnalysisWi-Fi AuditingNetwork SecurityWireless SecurityPenetration Testing
GitHubalt3kx/airdecloak-ng

airdecloak-ng

My Aircrack-ng contribution with Thomas d'Otreppe

View Repository
44 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Airdecloak-ng

My Aircrack-ng contribution with Thomas d'Otreppe

Description

Airdecloak-ng is a tool that removes wep cloaking from a pcap file. Some WIPS (actually one) actively “prevent” cracking a WEP key by inserting chaff (fake wep frames) in the air to fool aircrack-ng. In some rare cases, cloaking fails and the key can be recovered without removing this chaff. In the cases where the key cannot be recovered, use this tool to filter out chaff.

The program works by reading the input file and selecting packets from a specific network. Each selected packet is put into a list and classified (default status is “unknown”). Filters are then applied (in the order specified by the user) on this list. They will change the status of the packets (unknown, uncloaked, potentially cloaked or cloaked). The order of the filters is really important since each filter will base its analysis amongst other things on the status of the packets and different orders will give different results.

Important requirement: The pcap file needs to have all packets (including beacons and all other “useless” packets) for the analysis (and if possible, prism/radiotap headers).

Official Project and Credits

https://www.aircrack-ng.org/doku.php?id=airdecloak-ng

Author

Thomas d'Otreppe [email protected]

Contributor

Alex Hernandez aka (@_alt3kx_)

Download Tool