language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
C | aircrack-ng/lib/libac/support/fragments.c | /*
* Copyright (C) 2006-2018 Thomas d'Otreppe <tdotreppe@aircrack-ng.org>
* Copyright (C) 2006-2009 Martin Beck <martin.beck2@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation;... |
C | aircrack-ng/lib/libac/support/mcs_index_rates.c | /*
* Functions and macros to obtain 802.11n or ac rates based on MCS index
*
* Copyright (C) 2018 Thomas d'Otreppe <tdotreppe@aircrack-ng.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Founda... |
C | aircrack-ng/lib/libac/support/strlcat.c | /* $OpenBSD: strlcat.c,v 1.15 2015/03/02 21:41:08 millert Exp $ */
/*
* Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this... |
C | aircrack-ng/lib/libac/support/strlcpy.c | /* $OpenBSD: strlcpy.c,v 1.12 2015/01/15 03:54:12 millert Exp $ */
/*
* Copyright (c) 1998, 2015 Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this... |
C | aircrack-ng/lib/libac/tui/console.c | /*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be ... |
C | aircrack-ng/lib/libac/utf8/verifyssid.c | /*
* VerifySSID function (UTF-8 supported)
*
* Copyright (C) 2018 ZhaoChunsheng
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opt... |
C/C++ | aircrack-ng/lib/osdep/aircrack_ng_airpcap.h | // Function to be used by cygwin
void airpcap_close(void);
int airpcap_get_mac(void * mac);
int airpcap_set_mac(void * mac);
int airpcap_sniff(void * buf, int len, struct rx_info * ri);
int airpcap_inject(void * buf, int len, struct tx_info * ti);
int airpcap_init(char * param);
int airpcap_set_chan(int chan);
int isA... |
C | aircrack-ng/lib/osdep/airpcap.c | /*
* Copyright (c) 2007-2018 Thomas d'Otreppe <tdotreppe@aircrack-ng.org>
*
* Airpcap stuff
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Li... |
C | aircrack-ng/lib/osdep/common.c | /*
* Copyright (c) 2008-2018, Thomas d'Otreppe <tdotreppe@aircrack-ng.org>
*
* Common OSdep stuff
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of ... |
C/C++ | aircrack-ng/lib/osdep/crctable_osdep.h | #ifndef _CRCTABLE_OSDEP_H
#define _CRCTABLE_OSDEP_H
const unsigned long int crc_tbl_osdep[256]
= {0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419, 0x706AF48F,
0xE963A535, 0x9E6495A3, 0x0EDB8832, 0x79DCB8A4, 0xE0D5E91E, 0x97D2D988,
0x09B64C2B, 0x7EB17CBD, 0xE7B82D07, 0x90BF1D91, 0x1DB71064, 0x6AB020... |
C | aircrack-ng/lib/osdep/cygwin.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for cygwin. It relies on an external
* DLL to do the actual wifi stuff
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu... |
C/C++ | aircrack-ng/lib/osdep/cygwin.h | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for cygwin. It relies on an external
* DLL to do the actual wifi stuff
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu... |
C | aircrack-ng/lib/osdep/cygwin_tap.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for cygwin. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eit... |
C | aircrack-ng/lib/osdep/darwin.c | /*
* Copyright (c) 2009, Kyle Fuller <inbox@kylefuller.co.uk>, based upon
* freebsd.c by Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for Darwin.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published ... |
C | aircrack-ng/lib/osdep/darwin_tap.c | /*
* Copyright (c) 2009, Kyle Fuller <inbox@kylefuller.co.uk>, based upon
* freebsd_tap.c by Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for Darwin. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... |
C | aircrack-ng/lib/osdep/dummy.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for unsupported APIs.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either versio... |
C | aircrack-ng/lib/osdep/dummy_tap.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for unsupported APIs. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; ... |
C | aircrack-ng/lib/osdep/file.c | /*
* Copyright (c) 2010 Andrea Bittau <bittau@cs.stanford.edu>
*
* OS dependent API for using card via a pcap file.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ve... |
C | aircrack-ng/lib/osdep/freebsd.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for FreeBSD.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of th... |
C | aircrack-ng/lib/osdep/freebsd_tap.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for FreeBSD. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ve... |
C | aircrack-ng/lib/osdep/linux.c | /*
* OS dependent APIs for Linux
*
* Copyright (C) 2006-2018 Thomas d'Otreppe <tdotreppe@aircrack-ng.org>
* Copyright (C) 2004, 2005 Christophe Devine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... |
C | aircrack-ng/lib/osdep/linux_tap.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for Linux. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers... |
Include | aircrack-ng/lib/osdep/Makefile.inc | # Aircrack-ng
#
# Copyright (C) 2018 Joseph Benden <joe@benden.us>
#
# Autotool support was written by: Joseph Benden <joe@benden.us>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either ver... |
C | aircrack-ng/lib/osdep/netbsd.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for NetBSD.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the... |
C | aircrack-ng/lib/osdep/netbsd_tap.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for NetBSD. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ver... |
C | aircrack-ng/lib/osdep/network.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for using card via network.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ... |
C | aircrack-ng/lib/osdep/openbsd.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for OpenBSD.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of th... |
C | aircrack-ng/lib/osdep/openbsd_tap.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API for OpenBSD. TAP routines
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ve... |
C | aircrack-ng/lib/osdep/osdep.c | /*
* Copyright (c) 2007, 2008, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
*
* OS dependent API.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, o... |
C/C++ | aircrack-ng/lib/osdep/tap-win32/common.h | /*
* TAP-Win32 -- A kernel driver to provide virtual tap device functionality
* on Windows. Originally derived from the CIPE-Win32
* project by Damion K. Wilson, with extensive modifications by
* James Yonan.
*
* All source code which derives from the CIPE-Win32 projec... |
C | aircrack-ng/lib/ptw/aircrack-ptw-lib.c | /*
* Copyright (c) 2007-2009 Erik Tews, Andrei Pychkine and Ralf-Philipp
* Weinmann.
* 2013 Ramiro Polla
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either versio... |
Text | aircrack-ng/lib/radiotap/CMakeLists.txt | cmake_minimum_required(VERSION 2.6)
project(radiotap)
add_definitions("-D_BSD_SOURCE -DRADIOTAP_SUPPORT_OVERRIDES")
add_library(radiotap SHARED radiotap.c)
set_target_properties(radiotap PROPERTIES
COMPILE_FLAGS "-Wall -Wextra")
install(TARGETS radiotap DESTINATION lib)
install(FILES radiotap.h radiotap_iter... |
aircrack-ng/lib/radiotap/COPYING | Copyright (c) 2007-2009 Andy Green <andy@warmcat.com>
Copyright (c) 2007-2009 Johannes Berg <johannes@sipsolutions.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in... | |
C | aircrack-ng/lib/radiotap/parse.c | #include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#if defined(__APPLE__)
#include <machine/endian.h>
#else
#include <endian.h>
#endif
#include "radiotap_iter.h"
static int fcshdr = 0;
static const struct... |
C/C++ | aircrack-ng/lib/radiotap/platform.h | #include <stddef.h>
#include <errno.h>
#include <string.h>
#if defined(linux) || defined(Linux) || defined(__linux__) || defined(__linux) \
|| defined(__gnu_linux__)
#include <endian.h>
#if defined(__UCLIBC__)
#include <asm/byteorder.h>
#ifndef le16toh
#define le16toh __le16_to_cpu
#endif
#ifndef le32toh
#defi... |
C | aircrack-ng/lib/radiotap/radiotap.c | /*
* Radiotap parser
*
* Copyright 2007 Andy Green <andy@warmcat.com>
* Copyright 2009 Johannes Berg <johannes@sipsolutions.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundat... |
C/C++ | aircrack-ng/lib/radiotap/radiotap.h | /*
* Copyright (c) 2017 Intel Deutschland GmbH
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AU... |
C/C++ | aircrack-ng/lib/radiotap/radiotap_iter.h | #ifndef __RADIOTAP_ITER_H
#define __RADIOTAP_ITER_H
#include <stdint.h>
#include "radiotap.h"
#include "platform.h"
/* Radiotap header iteration
* implemented in radiotap.c
*/
struct radiotap_override {
uint8_t field;
uint8_t align:4, size:4;
};
struct radiotap_align_size {
uint8_t align:4, size:4;
};
struc... |
aircrack-ng/lib/radiotap/check/0v0-3.out | TSFT: 9833440827789222417
vendor NS (00-00-00:1, 4 bytes)
ff ee dd cc
TSFT: 1225260500033256362 | |
Shell Script | aircrack-ng/lib/radiotap/check/check.sh | #!/bin/sh
bin="$1/parse"
for t in *.bin ; do
echo -n "Checking $t: "
args=""
base="$(basename "$t" .bin)"
if [ -f "$base.args" ] ; then
args="$(cat "$base.args")"
fi
"$bin" $args $t | diff "$base.out" - && echo "OK" || echo "FAIL"
done |
aircrack-ng/lib/radiotap/check/unparsed-vendor.out | flags: 10
rate: 1.000000
RX flags: 0000
vendor NS (ff-ff-ff:255, 2 bytes)
de ad
rate: 2.000000 | |
Inno Setup Script | aircrack-ng/manpages/airbase-ng.8.in | .TH AIRBASE-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airbase-ng - multi-purpose tool aimed at attacking clients as opposed to the Access Point (AP) itself
.SH SYNOPSIS
.B airbase-ng
[options] <interface name>
.SH DESCRIPTION
.BI airbase-ng
is multi-purpose tool aimed at attacking clients as opposed t... |
Inno Setup Script | aircrack-ng/manpages/aircrack-ng.1.in | .TH AIRCRACK-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
aircrack-ng - a 802.11 WEP / WPA-PSK key cracker
.SH SYNOPSIS
.B aircrack-ng
[options] <input file(s)>
.SH DESCRIPTION
.BI aircrack-ng
is an 802.11 WEP, 802.11i WPA/WPA2, and 802.11w WPA2 key cracking program.
.PP
It can recover the WEP key once e... |
Inno Setup Script | aircrack-ng/manpages/airdecap-ng.1.in | .TH AIRDECAP-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airdecap-ng - decrypt a WEP/WPA encrypted pcap file
.SH SYNOPSIS
.B airdecap-ng
[options] <pcap file>
.SH DESCRIPTION
.BI airdecap-ng
decrypts a WEP/WPA encrypted pcap file to a unencrypted one by using the right WEP/WPA keys.
.SH OPTIONS
.TP
.I -... |
Inno Setup Script | aircrack-ng/manpages/airdecloak-ng.1.in | .TH AIRDECLOAK-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airuncloak-ng - Removes wep cloaked framed from a pcap file.
.SH SYNOPSIS
.B airuncloak-ng
<options>
.SH DESCRIPTION
.BI airuncloak-ng
is a tool that removes wep cloaking from a pcap file. Some WIPS (actually one) can actively "prevent" cracking... |
Inno Setup Script | aircrack-ng/manpages/aireplay-ng.8.in | .TH AIREPLAY-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
aireplay-ng - inject packets into a wireless network to generate traffic
.SH SYNOPSIS
.B aireplay-ng
[options] <replay interface>
.SH DESCRIPTION
.B aireplay-ng
is used to inject/replay frames.
The primary function is to generate traffic for the l... |
Inno Setup Script | aircrack-ng/manpages/airmon-ng.8.in | .TH AIRMON-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airmon-ng - POSIX sh script designed to turn wireless cards into monitor mode.
.SH SYNOPSIS
.B airmon-ng
<start|stop> <interface> [channel]
.B airmon-ng
<check> [kill]
.SH DESCRIPTION
.BI airmon-ng
This script can be used to enable monitor mode on w... |
Inno Setup Script | aircrack-ng/manpages/airodump-ng-oui-update.8.in | .TH AIRODUMP-NG-OUI-UPDATE 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airodump-ng-oui-updater - IEEE oui list updater for airodump-ng
.SH SYNOPSIS
.B airodump-ng-oui-updater
.SH DESCRIPTION
.BI airodump-ng-oui-updater
downloads and parses IEEE OUI list.
.SH AUTHOR
This manual page was written by David ... |
Inno Setup Script | aircrack-ng/manpages/airodump-ng.8.in | .TH AIRODUMP-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airodump-ng - a wireless packet capture tool for aircrack-ng
.SH SYNOPSIS
.B airodump-ng
[options] <interface name>[,<interface name>,...]
.SH DESCRIPTION
.BI airodump-ng
is used for packet capturing of raw 802.11 frames for the intent of using th... |
Inno Setup Script | aircrack-ng/manpages/airolib-ng.1.in | .TH AIROLIB-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airolib-ng - manage and create a WPA/WPA2 pre-computed hashes tables
.SH SYNOPSIS
.B airolib-ng
<database> <operation> [options]
.SH DESCRIPTION
.BI airolib-ng
is a tool for the aircrack-ng suite to store and manage essid and password lists, comput... |
Inno Setup Script | aircrack-ng/manpages/airserv-ng.8.in | .TH AIRSERV-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airserv-ng - a wireless card server
.SH SYNOPSIS
.B airserv-ng
<options>
.SH DESCRIPTION
.BI airserv-ng
is a wireless card server which allows multiple wireless application programs to independently use a wireless card via a client-server TCP netwo... |
Inno Setup Script | aircrack-ng/manpages/airtun-ng.8.in | .TH AIRTUN-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airtun-ng - a virtual tunnel interface creator for aircrack-ng
.SH SYNOPSIS
.B airtun-ng
[options] <interface name>
.SH DESCRIPTION
.BI airtun-ng
creates a virtual tunnel interface (atX) for sending arbitrary IP packets by using raw ieee802.11 packe... |
Inno Setup Script | aircrack-ng/manpages/airventriloquist-ng.8.in | .TH AIRVENTRILOQUIST-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
airventriloquist-ng - encrypted WiFi packet injection
.SH SYNOPSIS
.B airventriloquist-ng
[options]
.SH DESCRIPTION
.BI airventriloquist-ng
injects on encrypted WiFi packet and circumvents wireless intrusion prevention systems.
.SH OPTIONS... |
Inno Setup Script | aircrack-ng/manpages/besside-ng-crawler.1.in | .TH BESSIDE-NG-CRAWLER 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
besside-ng-crawler - filter EAPOL frames from a directory of capture files.
.SH SYNOPSIS
.B besside-ng-crawler
<Input Directory> <Output File>
.SH DESCRIPTION
.BI besside-ng-crawler
Scans recursively on input directory looking for pcap du... |
Inno Setup Script | aircrack-ng/manpages/besside-ng.8.in | .TH BESSIDE-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
besside-ng - crack a WEP or WPA key without user intervention and collaborate with WPA cracking statistics
.SH SYNOPSIS
.B besside-ng
[options] <interface>
.SH DESCRIPTION
.BI besside-ng
is a tool which will crack all the WEP networks in range and... |
Inno Setup Script | aircrack-ng/manpages/buddy-ng.1.in | .TH BUDDY-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
buddy-ng - a tool to work with easside-ng
.SH SYNOPSIS
.B buddy-ng
<options>
.SH DESCRIPTION
.BI buddy-ng
server echoes back the decrypted packets to the system running easside-ng in order to access the wireless network without knowing the WEP key. I... |
Inno Setup Script | aircrack-ng/manpages/easside-ng.8.in | .TH EASSIDE-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
easside-ng - an auto-magic tool which allows you to communicate via an WEP-encrypted AP without knowing the key
.SH SYNOPSIS
.B easside-ng
<options>
.SH DESCRIPTION
.BI easside-ng
is an auto-magic tool which allows you to communicate via an WEP-enc... |
Inno Setup Script | aircrack-ng/manpages/ivstools.1.in | .TH IVSTOOLS 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
ivstools - extract IVs from a pcap file or merges several .ivs files into one
.SH SYNOPSIS
.B ivstools
--convert <pcap file> <ivs output file>
.B ivstools
--merge <ivs file 1> <ivs file 2> .. <output file>
.SH DESCRIPTION
.BI ivstools
is a tool desig... |
Inno Setup Script | aircrack-ng/manpages/kstats.1.in | .TH KSTATS 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
kstats - show statistical FMS algorithm votes for an ivs dump and a specified WEP key
.SH SYNOPSIS
.B kstats
<ivs file> <104-bit key>
.SH DESCRIPTION
.BI kstats
is a tool designed to show the FMS algorithm votes for an ivs dump (initialization vectors)... |
aircrack-ng/manpages/Makefile.am | # Aircrack-ng
#
# Copyright (C) 2017 Joseph Benden <joe@benden.us>
#
# Autotool support was written by: Joseph Benden <joe@benden.us>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either ver... | |
Inno Setup Script | aircrack-ng/manpages/makeivs-ng.1.in | .TH MAKEIVS-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
makeivs - generate a dummy IVS dump file with a specific WEP key
.SH SYNOPSIS
.B makeivs
<ivs file> <104-bit key>
.SH DESCRIPTION
.BI makeivs-ng
is a tool designed to generate an IVS dump file with an inputted WEP key.
The aim of is tools is to pro... |
Inno Setup Script | aircrack-ng/manpages/packetforge-ng.1.in | .TH PACKETFORGE-NG 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
packetforge-ng - forge packets: ARP, UDP, ICMP or custom packets.
.SH SYNOPSIS
.B packetforge-ng
<mode> <options>
.SH DESCRIPTION
.BI packetforge-ng
is a tool to create encrypted packets that can subsequently be used for injection. You may crea... |
Inno Setup Script | aircrack-ng/manpages/tkiptun-ng.8.in | .TH TKIPTUN-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
tkiptun-ng - inject a few frames into a WPA TKIP network with QoS
.SH SYNOPSIS
.B tkiptun-ng
[options] <replay interface>
.SH DESCRIPTION
.BI tkiptun-ng
is a tool created by Martin Beck aka hirte, a member of aircrack-ng team. This tool is able to ... |
Inno Setup Script | aircrack-ng/manpages/wesside-ng.8.in | .TH WESSIDE-NG 8 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
wesside-ng - crack a WEP key of an open network without user intervention
.SH SYNOPSIS
.B wesside-ng
<options>
.SH DESCRIPTION
.BI wesside-ng
is an auto-magic tool which incorporates a number of techniques to seamlessly obtain a WEP key in minutes.... |
Inno Setup Script | aircrack-ng/manpages/wpaclean.1.in | .TH WPACLEAN 1 "@MAN_RELEASE_DATE@" "@MAN_RELEASE_VERSION@"
.SH NAME
wpaclean - clean wpa capture files
.SH SYNOPSIS
.B wpaclean <out.cap> <in.cap> [in2.cap] [...]
.SH DESCRIPTION
.BI wpaclean
Cleans capture files to get only the 4-way handshake and a beacon.
.SH AUTHOR
This manual page was written by David Francos... |
Patch | aircrack-ng/patches/acx-20070101.patch | diff -Naur acx_orig/common.c acx_rawtx/common.c
--- acx_orig/common.c 2007-01-10 22:15:27.000000000 +0100
+++ acx_rawtx/common.c 2007-05-20 12:58:55.000000000 +0200
@@ -3180,6 +3180,14 @@
goto end;
}
+ if(unlikely(skb->len < 24)) {
+ /* silently drop the packet, since fw won't send it */
+ txresult = OK;
+ /*... |
Patch | aircrack-ng/patches/ar9170_regdomain_override.patch | PaulFertser> Get _your_ country code from regd.h, add 32768 and supply as a parameter.
fercerpav@gmail.com
--- linux-2.6.32-gentoo-r1-orig/drivers/net/wireless/ath/ar9170/main.c 2009-12-03 06:51:21.000000000 +0300
+++ linux-2.6.32-gentoo-r1/drivers/net/wireless/ath/ar9170/main.c 2010-01-16 02:20:36.000000000 +0300
@@ -... |
Patch | aircrack-ng/patches/ath5k-frequency-chaos-2.6.28.patch | diff -Naur linux-2.6.28/drivers/net/wireless/ath5k/base.c linux-2.6.28-chaos/drivers/net/wireless/ath5k/base.c
--- linux-2.6.28/drivers/net/wireless/ath5k/base.c 2008-12-24 18:26:37.000000000 -0500
+++ linux-2.6.28-chaos/drivers/net/wireless/ath5k/base.c 2009-02-06 21:38:43.000000000 -0500
@@ -272,7 +272,7 @@
static v... |
Patch | aircrack-ng/patches/ath5k-injection-2.6.27-rc2.patch | diff --git a/drivers/net/wireless/ath5k/base.c b/drivers/net/wireless/ath5k/base.c
index 217d506..4e7a949 100644
--- a/drivers/net/wireless/ath5k/base.c
+++ b/drivers/net/wireless/ath5k/base.c
@@ -1219,7 +1219,9 @@ ath5k_txbuf_setup(struct ath5k_softc *sc, struct ath5k_buf *bf)
bf->skbaddr = pci_map_single(sc->pdev, ... |
Patch | aircrack-ng/patches/ath5k-pass-failed-crc.patch | diff -Naur linux-2.6.28/drivers/net/wireless/ath5k/base.c linux-2.6.28-chaos/drivers/net/wireless/ath5k/base.c
--- linux-2.6.28/drivers/net/wireless/ath5k/base.c 2008-12-24 18:26:37.000000000 -0500
+++ linux-2.6.28-chaos/drivers/net/wireless/ath5k/base.c 2009-02-06 21:38:43.000000000 -0500
@@ -1732,6 +1738,11 @@
g... |
Patch | aircrack-ng/patches/ath5k-radiotap-fragfix-2.6.28-rc8-wl.patch | diff --git a/drivers/net/wireless/ath5k/attach.c b/drivers/net/wireless/ath5k/attach.c
index 51d5698..49d82d7 100644
--- a/drivers/net/wireless/ath5k/attach.c
+++ b/drivers/net/wireless/ath5k/attach.c
@@ -317,9 +317,16 @@ struct ath5k_hw *ath5k_hw_attach(struct ath5k_softc *sc, u8 mac_version)
goto err_free;
}
+... |
Patch | aircrack-ng/patches/ath5k_regdomain_override.patch | PaulFertser> Get _your_ country code from regd.h, add 32768 and supply as a parameter.
fercerpav@gmail.com
--- linux-2.6.32-gentoo-r1-orig/drivers/net/wireless/ath/ath5k/base.c 2009-12-03 06:51:21.000000000 +0300
+++ linux-2.6.32-gentoo-r1/drivers/net/wireless/ath/ath5k/base.c 2010-01-16 00:02:51.000000000 +0300
@@ -68... |
Patch | aircrack-ng/patches/ath9k_regdomain_override.patch | PaulFertser> Get _your_ country code from regd.h, add 32768 and supply as a parameter.
fercerpav@gmail.com
--- linux-2.6.32-gentoo-r1-orig/drivers/net/wireless/ath/ath9k/main.c 2009-12-03 06:51:21.000000000 +0300
+++ linux-2.6.32-gentoo-r1/drivers/net/wireless/ath/ath9k/main.c 2010-01-16 02:04:00.000000000 +0300
@@ -28... |
Patch | aircrack-ng/patches/b43-injection-2.6.24.4.patch | # Kernel >= 2.6.24.1 highly recommended
# Fixes injection speed (up to 350 pps)
# Fixes fragmented injection (requires mac80211 patch too)
diff -bBur linux-2.6.24.4/drivers/net/wireless/b43/main.c linux-2.6.24.4-sud/drivers/net/wireless/b43/main.c
--- linux-2.6.24.4/drivers/net/wireless/b43/main.c 2008-04-05 16:25:11... |
Patch | aircrack-ng/patches/b43-injection-2.6.26-rc8-wl.patch | diff --git a/drivers/net/wireless/b43/xmit.c b/drivers/net/wireless/b43/xmit.c
index bf6f6c1..735f2d0 100644
--- a/drivers/net/wireless/b43/xmit.c
+++ b/drivers/net/wireless/b43/xmit.c
@@ -315,9 +315,15 @@ int b43_generate_txhdr(struct b43_wldev *dev,
}
/* MAC control */
- if (!(info->flags & IEEE80211_TX_CTL_NO_... |
Patch | aircrack-ng/patches/b43-injection-2.6.26-wl.patch | diff --git a/drivers/net/wireless/b43/xmit.c b/drivers/net/wireless/b43/xmit.c
index 8d54502..3e0e088 100644
--- a/drivers/net/wireless/b43/xmit.c
+++ b/drivers/net/wireless/b43/xmit.c
@@ -315,10 +315,16 @@ int b43_generate_txhdr(struct b43_wldev *dev,
}
/* MAC control */
- if (!(info->flags & IEEE80211_TX_CTL_NO... |
Patch | aircrack-ng/patches/bcm43xx-injection-linux-2.6.20.patch | --- linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2007-04-17 16:39:08.000000000 +0200
+++ linux-bcm43xx-patch/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2007-04-20 00:09:09.000000000 +0200
@@ -104,6 +104,13 @@
#endif /* CONFIG_BCM43XX_DEBUG*/
+static ssize_t bcm43xx_inject_nofcs(struct device *dev,
+ ... |
Patch | aircrack-ng/patches/bcm43xx-injection-linux-2.6.22-v2.patch | --- linux-source-2.6.22/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2007-10-08 10:14:25.000000000 +1300
+++ linux-source-2.6.22-bcm43xx-patch/drivers/net/wireless/bcm43xx/bcm43xx_main.c 2007-10-08 10:13:12.000000000 +1300
@@ -3324,9 +3324,17 @@
}
/* This is the opposite of bcm43xx_init_board() */
+
+static ssize_t ... |
Patch | aircrack-ng/patches/build_compat_wireless_2.6.33.patch | See http://marc.info/?l=linux-wireless&m=126909721011922&w=2
Index: compat-wireless-2010-03-19/scripts/gen-compat-autoconf.sh
===================================================================
--- compat-wireless-2010-03-19.orig/scripts/gen-compat-autoconf.sh 2010-03-20
15:26:22.604720545 +0100
+++ compat-wireless-201... |
Patch | aircrack-ng/patches/channel-negative-one-maxim.patch | commit fffd6e63ea75850dafbf2ccfb38a4189f43c0282
Author: Maxim Levitsky <maximlevitsky@xxxxxxxxx>
Date: Tue Jun 1 15:43:21 2010 +0300
wireless: allow to retrieve the channel set on monitor interface
This will allow to preserve compatibility with userspace
Signed-off-by: Maxim Levitsky <maximlevi... |
Patch | aircrack-ng/patches/fix_ath5k_no_data_in_monitor_mode.patch | Thanks to Weedy who did an awesome work tracking this down
diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c
index c4adf98..5056410 100644
--- a/drivers/net/wireless/ath/ath5k/base.c
+++ b/drivers/net/wireless/ath/ath5k/base.c
@@ -2918,8 +2918,6 @@ static void ath5k_configure_fi... |
Patch | aircrack-ng/patches/hostap-driver-0.4.7.patch | diff -ur hostap-driver-0.4.7/driver/etc/hostap_cs.conf hostap-driver-0.4.7-aircrack-ng/driver/etc/hostap_cs.conf
--- hostap-driver-0.4.7/driver/etc/hostap_cs.conf 2005-11-06 14:01:09.000000000 -0500
+++ hostap-driver-0.4.7-aircrack-ng/driver/etc/hostap_cs.conf 2006-03-20 14:45:13.000000000 -0500
@@ -102,17 +102,17 @@
... |
Patch | aircrack-ng/patches/hostap-kernel-2.6.18.patch | diff -ur linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_80211_tx.c linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_80211_tx.c
--- linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_80211_tx.c 2006-09-21 01:26:27.000000000 -0400
+++ linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_80... |
Patch | aircrack-ng/patches/ieee80211_inject-2.6.22.patch | --- linux-2.6.23_orig/net/ieee80211/ieee80211_tx.c 2007-10-09 22:31:38.000000000 +0200
+++ linux-2.6.23/net/ieee80211/ieee80211_tx.c 2007-10-14 19:39:49.000000000 +0200
@@ -293,6 +293,23 @@
ether_type = ntohs(((struct ethhdr *)skb->data)->h_proto);
+ if(ieee->iw_mode == IW_MODE_MONITOR)
+ {
+ txb = ieee80211_all... |
Patch | aircrack-ng/patches/ieee80211_inject.patch | diff -Naur linux-source-2.6.17-orig/net/ieee80211/ieee80211_tx.c linux-source-2.6.17-rawtx/net/ieee80211/ieee80211_tx.c
--- linux-source-2.6.17-orig/net/ieee80211/ieee80211_tx.c 2006-10-13 14:18:10.000000000 +0200
+++ linux-source-2.6.17-rawtx/net/ieee80211/ieee80211_tx.c 2007-04-09 17:07:45.000000000 +0200
@@ -291,6 +... |
Patch | aircrack-ng/patches/ieee80211_softmac_adjust_bitrate.patch | diff -Naur linux-2.6.21.1_orig/net/ieee80211/softmac/ieee80211softmac_module.c linux-2.6.21.1_rawtx/net/ieee80211/softmac/ieee80211softmac_module.c
--- linux-2.6.21.1_orig/net/ieee80211/softmac/ieee80211softmac_module.c 2007-04-27 23:49:26.000000000 +0200
+++ linux-2.6.21.1_rawtx/net/ieee80211/softmac/ieee80211softmac_... |
Patch | aircrack-ng/patches/ipw2200-1.1.4-inject.patch | diff -ur ipw2200-1.1.4/ipw2200.c ipw2200-1.1.4-inject/ipw2200.c
--- ipw2200-1.1.4/ipw2200.c 2006-08-21 04:38:32.000000000 +0200
+++ ipw2200-1.1.4-inject/ipw2200.c 2006-08-23 14:20:31.000000000 +0200
@@ -30,6 +30,8 @@
******************************************************************************/
+#include <linux/v... |
Patch | aircrack-ng/patches/linux-wlanng-0.2.8.patch | diff -ur linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c linux-wlan-ng-0.2.8-patched/src/p80211/p80211netdev.c
--- linux-wlan-ng-0.2.8/src/p80211/p80211netdev.c 2007-03-19 16:37:00.000000000 +0100
+++ linux-wlan-ng-0.2.8-patched/src/p80211/p80211netdev.c 2007-05-19 13:57:58.000000000 +0200
@@ -511,7 +511,7 @@
* and r... |
Patch | aircrack-ng/patches/linux-wlanng-kernel-2.6.28.patch | diff -Naur linux-2.6.28-pentoo-r4/drivers/staging/wlan-ng/hfa384x.c linux-2.6.28-pentoo-r4-fauxpas/drivers/staging/wlan-ng/hfa384x.c
--- linux-2.6.28-pentoo-r4/drivers/staging/wlan-ng/hfa384x.c 2008-12-24 18:26:37.000000000 -0500
+++ linux-2.6.28-pentoo-r4-fauxpas/drivers/staging/wlan-ng/hfa384x.c 2009-04-04 22:53:46.0... |
Patch | aircrack-ng/patches/mac80211-2.6.29-fix-tx-ctl-no-ack-retry-count.patch | tx.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index b47435d..751934b 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -539,7 +539,8 @@ ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx)
if (tx->sta)
tx->sta->last_tx_rate = txrc.repo... |
Patch | aircrack-ng/patches/mac80211.compat08082009.wl_frag+ack_v1.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 0855cac..221bed6 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -677,11 +677,19 @@ int tid;
/*
* Packet injection may want to control the sequence
- * number, if we have no matching interface then we
- * neither assign one ourselves nor ask th... |
Patch | aircrack-ng/patches/mac80211_2.6.24.4_frag.patch | # Patch to prevent mac80211 to clobber injected sequence numbers
diff -bBur linux-2.6.24.4/net/mac80211/tx.c linux-2.6.24.4-sud/net/mac80211/tx.c
--- linux-2.6.24.4/net/mac80211/tx.c 2008-01-24 23:58:37.000000000 +0100
+++ linux-2.6.24.4-sud/net/mac80211/tx.c 2008-04-05 16:43:19.000000000 +0200
@@ -281,6 +281,9 @@
{
... |
Patch | aircrack-ng/patches/mac80211_2.6.26-rc8-wl_frag.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 345d6ff..20c604d 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -278,6 +278,15 @@ static ieee80211_tx_result
ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
{
struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data;
+ struct ieee802... |
Patch | aircrack-ng/patches/mac80211_2.6.26-wl_frag.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 2b912cf..aaa086f 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -636,6 +636,11 @@ ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
if (ieee80211_hdrlen(hdr->frame_control) < 24)
return TX_CONTINUE;
+ if (unlikely((info->flags & IEEE80211_TX... |
Patch | aircrack-ng/patches/mac80211_2.6.26_frag.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index f35eaea..e5e8483 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -292,6 +292,9 @@ ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
{
struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data;
+ if (unlikely(tx->flags & IEEE80211_TX_INJ... |
Patch | aircrack-ng/patches/mac80211_2.6.27_frag+ack.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 0855cac..221bed6 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -630,6 +630,13 @@ ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
int tid;
/* only for injected frames */
+ if (unlikely(info->flags & IEEE80211_TX_CTL_INJECTED) &&
+ !(tx->... |
Patch | aircrack-ng/patches/mac80211_2.6.27_frag+ack_v2.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 0855cac..221bed6 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -630,6 +630,13 @@ ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
int tid;
/* only for injected frames */
+ if (unlikely((info->flags & IEEE80211_TX_CTL_INJECTED) &&
+ !(tx-... |
Patch | aircrack-ng/patches/mac80211_2.6.28-rc4-wl_frag+ack_v2.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 0855cac..221bed6 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -611,11 +611,19 @@ ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
/*
* Packet injection may want to control the sequence
- * number, if we have no matching interface then we... |
Patch | aircrack-ng/patches/mac80211_2.6.28-rc4-wl_frag+ack_v3.patch | diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 0855cac..221bed6 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
@@ -611,11 +611,19 @@ ieee80211_tx_h_sequence(struct ieee80211_tx_data *tx)
/*
* Packet injection may want to control the sequence
- * number, if we have no matching interface then we... |
Patch | aircrack-ng/patches/mac80211_2.6.28-rc8-wl_frag+ack_radiotap.patch | diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h
index d364fd5..4e28c0c 100644
--- a/include/net/ieee80211_radiotap.h
+++ b/include/net/ieee80211_radiotap.h
@@ -247,6 +247,9 @@ enum ieee80211_radiotap_type {
* retries */
#define IEEE80211_RADIOTAP_F_TX_CTS 0x0002 /* used cts 'pr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.