Airdecloack-ng

class pyrcrack.airdecloack.AirdecloackNg()

Airdecloak-ng 1.6 - (C) 2008-2020 Thomas d'Otreppe https://www.aircrack-ng.org Available filters::

Text Only
 signal:               Try to filter based on signal.
 duplicate_sn:         Remove all duplicate sequence numbers
                       for both the AP and the client.
 duplicate_sn_ap:      Remove duplicate sequence number for
                       the AP only.
 duplicate_sn_client:  Remove duplicate sequence number for the
                       client only.
 consecutive_sn:       Filter based on the fact that IV should
                       be consecutive (only for AP).
 duplicate_iv:         Remove 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).

Usage: airdecloak-ng [options]

Options: -i : Input capture file --ssid : ESSID of the network to filter --bssid : BSSID of the network to filter -o : Output packets (valid) file -c : Output packets (cloaked) file -u : Output packets (unknown/ignored) file --filters : Apply filters (separated by a comma). --null-packets : Assume that null packets can be cloaked. --disable-base_filter : Do not apply base filter. --drop-frag : Drop fragmented packets --help : Displays this usage screen

command

str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.str() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to 'strict'.

helpstr

Extract help string for current command.

async readlines(self)

Return lines as per proc.communicate, non-empty ones.

requires_root

bool(x) -> bool

Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

requires_tempdir

bool(x) -> bool

Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

requires_tempfile

bool(x) -> bool

Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.

resolve(val)

Force string conversion.

  • In case an Interface object comes on args
  • In case a contextvar comes, retrieve its value
results
async run(self, *args, **kwargs)

Run asynchronously.

running
usage

Extract usage from a specified command.

This is useful if usage not defined in subclass, but it is recommended to define them there.