EnglishFrenchSpanish

Ad


OnWorks favicon

airdecloak-ng - Online in the Cloud

Run airdecloak-ng in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command airdecloak-ng that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


airuncloak-ng - Removes wep cloaked framed from a pcap file.

SYNOPSIS


airuncloak-ng <options>

DESCRIPTION


airuncloak-ng is a tool that removes wep cloaking from a pcap file. Some WIPS (actually
one) can 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).

OPTIONS


-h, --help
Shows the help screen.

-i <file>
Path to the capture file.

--ssid <ESSID>
Essid of the network (not yet implemented) to filter.

--bssid <BSSID>
BSSID of the network to filter.

--null-packets
Assume that null packets can be cloaked.

--disable-base-filter
Do not apply base filter.

--drop-frag
Drop fragmented packets.

--filters <filters>
Apply different filters (separated by a comma). See below.

FILTERS


signal Try to filter based on signal (prism or radiotap headers in the pcap file).

duplicate_sn
Remove all duplicate sequence numbers for both the AP and the client (that are
close to each other).

duplicate_sn_ap
Remove duplicate sequence number for the AP only (that are close to each other).

duplicate_sn_client
Remove duplicate sequence number for the client only (that are close to each
other).

consecutive_sn
Filter based on the fact that IV should be consecutive (only for AP).

duplicate_iv
Filter out all duplicate IV.

signal_dup_consec_sn
Use signal (if available), duplicate and consecutive sequence number (filtering is
much more precise than using all these filters one by one).

Use airdecloak-ng online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 2
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 3
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 4
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • 5
    LMS-YouTube
    LMS-YouTube
    Play YouTube video on LMS (porting of
    Triode's to YouTbe API v3) This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/lms-y...
    Download LMS-YouTube
  • 6
    Windows Presentation Foundation
    Windows Presentation Foundation
    Windows Presentation Foundation (WPF)
    is a UI framework for building Windows
    desktop applications. WPF supports a
    broad set of application development
    features...
    Download Windows Presentation Foundation
  • More »

Linux commands

Ad