Updated copyright and license

This commit is contained in:
wiire 2016-01-04 10:32:46 +01:00
parent 321dca3069
commit 93401aa164
9 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# Overview [![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)] (https://github.com/wiire/pixiewps/blob/master/LICENSE.md)
# Overview [![License](https://img.shields.io/badge/License-GPL%20v3%2B-blue.svg?style=flat-square)] (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.

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
PKG_NAME:=pixiewps
PKG_VERSION:=1.2
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0
PKG_LICENSE:=GPL-3.0+