mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-31 01:35:37 +02:00
Updated copyright and license
This commit is contained in:
parent
321dca3069
commit
93401aa164
@ -1,4 +1,4 @@
|
||||
# Overview [] (https://github.com/wiire/pixiewps/blob/master/LICENSE.md)
|
||||
# Overview [] (https://github.com/wiire/pixiewps/blob/master/LICENSE.md)
|
||||
|
||||
**Pixiewps** is a tool written in C used to **bruteforce offline** the WPS pin exploiting the low or non-existing entropy of some APs (pixie dust attack). It is meant for educational purposes only.
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
@ -111,7 +111,7 @@ struct global {
|
||||
char usage[] =
|
||||
"\n"
|
||||
" Pixiewps %s WPS pixie dust attack tool\n"
|
||||
" Copyright (c) 2015, wiire <wi7ire@gmail.com>\n"
|
||||
" Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>\n"
|
||||
"\n"
|
||||
" Usage: %s <arguments>\n"
|
||||
"\n"
|
||||
@ -147,7 +147,7 @@ char usage[] =
|
||||
char v_usage[] =
|
||||
"\n"
|
||||
" Pixiewps %s WPS pixie dust attack tool\n"
|
||||
" Copyright (c) 2015, wiire <wi7ire@gmail.com>\n"
|
||||
" Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>\n"
|
||||
"\n"
|
||||
" Description of arguments:\n"
|
||||
"\n"
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Pixiewps: bruteforce the wps pin exploiting the low or non-existing entropy of some APs (pixie dust attack).
|
||||
* All credits for the research go to Dominique Bongard.
|
||||
*
|
||||
* Copyright (c) 2015, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0
|
||||
* Copyright (c) 2015-2016, wiire <wi7ire@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0+
|
||||
*
|
||||
* 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
PKG_NAME:=pixiewps
|
||||
PKG_VERSION:=1.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user