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
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad