Dataset Viewer
Auto-converted to Parquet Duplicate
language
stringlengths
0
24
filename
stringlengths
9
214
code
stringlengths
99
9.93M
aircrack-ng/.clang-format
--- AlignAfterOpenBracket: Align AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignOperands: true AlignTrailingComments: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true AlwaysBreak...
aircrack-ng/.codespellrc
[codespell] skip = *.patch,./LICENSE.OpenSSL,./test/password.lst,./test/password-2.lst,./test/password-3.lst, ignore-words-list = aci,ba,curent,datas,inout,keep-alives,nnumber,overthere,parm,parms,ue,varian,wan
aircrack-ng/.coverityignore
apparmor/ contrib/ manpages/ patches/ scripts/ .github/ .vscode/ .clang-format .editorconfig .gitignore .pre-commit-config.yaml AC_VERSION.in AUTHORS centos_autotools.sh ChangeLog docker_package_install.sh Dockerfile Dockerfile.release INSTALLING LICENSE.OpenSSL README SECURITY.md
aircrack-ng/.editorconfig
[*] charset=utf-8 end_of_line=lf insert_final_newline=false indent_style=tab indent_size=4 [{*.c,*.cp,*.cc,*.hpp,*.cpp,*.tcc,*.hp,*.cxx,*.icc,*.mm,*.hxx,*.ii,*.hh,*.m,*.i,*.h,*.h++,*.c++,*.pch,*.inl}] indent_style=tab indent_size=4 insert_final_newline=false [{CMakeLists.txt,*.cmake}] indent_style=space indent_size=2...
aircrack-ng/.gitignore
/*-ng /besside-ng-crawler /ivstools /kstats /wpaclean src/osdep/.os.Linux src/osdep/libosdep.a src/tags tags *.a *.so *.dll *.o *.exe *.log *.trs *.zip *.tar.* common.cfg Makefile.in aclocal.m4 autom4te.cache/ compile /config.h /config.h.in config.guess config.log config.status config.sub configure install-sh libtool l...
YAML
aircrack-ng/.pre-commit-config.yaml
--- # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: > (?x)^( .github/|AUTHORS|ChangeLog|INSTALLING|LICENSE|README| appveyor.yml|build/airpcap.dll.def|contrib/|lib/csharp| lib/radiotap|include/aircrack-ng/third-party|patches/| te...
aircrack-ng/AUTHORS
Original Author =============== Thomas d'Otreppe <[email protected]> Contributors ============ * Zero Chaos - Airmon-ng maintainer - Occasional driver patch fixer - Driver tester * Joseph Benden <[email protected]> - Instituted the project's coding style & formatting guidelines - Performed conversio...
Shell Script
aircrack-ng/autogen.sh
#!/bin/sh # # Aircrack-ng # # Copyright (C) 2017 Joseph Benden <[email protected]> # # Autotool support was written by: Joseph Benden <[email protected]> # # 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...
Shell Script
aircrack-ng/centos_autotools.sh
#!/bin/sh # Install newer version of autotools, automake, libtool, and pkgconfig on CentOS 7 if [ ! -f /etc/os-release ]; then echo 'os-release not present, aborting' exit 1 fi . /etc/os-release # Untested on Red Hat if [ "x${ID}" != 'xcentos' ] && [ "x${ID}" != 'xredhat' ]; then echo 'OS is not CentOS or Red Hat...
aircrack-ng/ChangeLog
Version 1.7 (changes from aircrack-ng 1.6) - Released 10 May 2022: * Airdecap-ng: Endianness fixes * Airdecap-ng: Output PCAP as little endian * Airodump-ng: Fixed blank encryption field when APs have TKIP (and/or CCMP) with WPA2 * Airodump-ng: Updated encryption filter (-t/--encrypt) for WPA3 and OWE * Airodump-ng: Fi...
aircrack-ng/configure.ac
# Aircrack-ng # # Copyright (C) 2017-2022 Joseph Benden <[email protected]> # # Autotool support was written by: Joseph Benden <[email protected]> # # 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; eithe...
aircrack-ng/Dockerfile
ARG IMAGE_BASE=debian:unstable-slim # hadolint ignore=DL3006 FROM ${IMAGE_BASE} AS builder # Install dependencies for building COPY docker_package_install.sh / RUN sh /docker_package_install.sh builder # Build Aircrack-ng # hadolint ignore=DL3059 RUN mkdir -p /aircrack-ng /output COPY . /aircrack-ng WORKDIR /aircrack...
aircrack-ng/Dockerfile.release
ARG IMAGE_BASE=debian:unstable-slim # hadolint ignore=DL3006 FROM ${IMAGE_BASE} AS builder # https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables # Tag name ARG GITHUB_REF_NAME # Install dependencies for building COPY docker_package_install.sh /opt RUN sh /opt/d...
Shell Script
aircrack-ng/docker_package_install.sh
#!/bin/sh echo "[*] Installing packages" STEP=$1 if [ -z "$STEP" ]; then echo "[!] Must specify 'builder' or 'stage2' as arguments" exit 1 elif [ "$STEP" = 'builder' ]; then echo "[*] Builder step" elif [ "$STEP" = 'stage2' ]; then echo "[*] Stage2 step" fi # Load OS info # shellcheck source=/dev/null...
aircrack-ng/evalrev
#!/bin/sh set -euf DIR=${1:-} CMD=${2:-} SCM="" if [ x$DIR = "x" ] then DIR="." fi if test -d "${DIR}/.git"; then # # Locate the closest annotated tag # REVISION="$(git describe --abbrev=0 --tags 2>/dev/null || echo unknown)" # # Determine if we are a development branch, if so then append...
aircrack-ng/INSTALLING
== Building == === Requirements === * Autoconf * Automake * Libtool * shtool * OpenSSL development package or libgcrypt development package. * Airmon-ng (Linux) requires ethtool, usbutils, and often pciutils. * On Windows, cygwin has to be used and it also requires w32api package. * On Windows, if using clang...
aircrack-ng/LICENSE
GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. ...
aircrack-ng/LICENSE.OpenSSL
LICENSE ISSUES ============== The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts. Actually both licenses are BSD-style Open Source licenses. In case of any license issues ...
aircrack-ng/Makefile.am
# Aircrack-ng # # Copyright (C) 2017 Joseph Benden <[email protected]> # # Autotool support was written by: Joseph Benden <[email protected]> # # 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...
aircrack-ng/Makefile.integration.mk
INTEGRATION_TEST_SUITE_LOG = integration-test-suite.log am__set_INTEGRATION_TESTS_bases = \ bases='$(INTEGRATION_TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` am__integration_test_logs1 = $(INTEGRATION_TESTS:=.log) INTEGRATION_TEST_LOGS = $(am__integration_te...
aircrack-ng/README
Documentation, tutorials, ... can be found on https://www.aircrack-ng.org See also manpages and the forum (GitHub Discussions). Installing ========== This version has more dependencies/libraries required than previous versions to be compiled. See INSTALLING file for more information OpenWrt Devices =============== ...
Markdown
aircrack-ng/README.md
# Aircrack-ng ## Badges ### GitHub CI [![Alma Linux CI](https://github.com/aircrack-ng/aircrack-ng/actions/workflows/almalinux.yml/badge.svg?event=push)](https://github.com/aircrack-ng/aircrack-ng/actions/workflows/almalinux.yml) [![Alpine Linux](https://github.com/aircrack-ng/aircrack-ng/actions/workflows/alpine.ym...
End of preview. Expand in Data Studio

Dataset Card for "security-tools-datasets"

More Information needed

Downloads last month
714