diff --git a/src/config.h b/src/config.h index 424a91c..47bcc43 100644 --- a/src/config.h +++ b/src/config.h @@ -1,8 +1,7 @@ /* - * 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. + * pixiewps: offline WPS brute-force utility that exploits low entropy PRNGs * - * Copyright (c) 2015-2016, wiire + * Copyright (c) 2015-2017, wiire * SPDX-License-Identifier: GPL-3.0+ * * This program is free software: you can redistribute it and/or modify @@ -14,9 +13,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef CONFIG_H #define CONFIG_H diff --git a/src/pixiewps.c b/src/pixiewps.c index 31f3c4a..bff0dd7 100644 --- a/src/pixiewps.c +++ b/src/pixiewps.c @@ -1,8 +1,7 @@ /* - * 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. + * pixiewps: offline WPS brute-force utility that exploits low entropy PRNGs * - * Copyright (c) 2015-2016, wiire + * Copyright (c) 2015-2017, wiire * SPDX-License-Identifier: GPL-3.0+ * * This program is free software: you can redistribute it and/or modify @@ -14,9 +13,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #define _POSIX_C_SOURCE 200809L diff --git a/src/pixiewps.h b/src/pixiewps.h index c80c3c8..84e3a20 100644 --- a/src/pixiewps.h +++ b/src/pixiewps.h @@ -1,8 +1,7 @@ /* - * 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. + * pixiewps: offline WPS brute-force utility that exploits low entropy PRNGs * - * Copyright (c) 2015-2016, wiire + * Copyright (c) 2015-2017, wiire * SPDX-License-Identifier: GPL-3.0+ * * This program is free software: you can redistribute it and/or modify @@ -14,9 +13,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef PIXIEWPS_H #define PIXIEWPS_H diff --git a/src/utils.h b/src/utils.h index e19b8e3..ad37a96 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,8 +1,7 @@ /* - * 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. + * pixiewps: offline WPS brute-force utility that exploits low entropy PRNGs * - * Copyright (c) 2015-2016, wiire + * Copyright (c) 2015-2017, wiire * SPDX-License-Identifier: GPL-3.0+ * * This program is free software: you can redistribute it and/or modify @@ -14,9 +13,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef UTILS_H #define UTILS_H diff --git a/src/version.h b/src/version.h index 639e966..0c1d081 100644 --- a/src/version.h +++ b/src/version.h @@ -1,8 +1,7 @@ /* - * 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. + * pixiewps: offline WPS brute-force utility that exploits low entropy PRNGs * - * Copyright (c) 2015-2016, wiire + * Copyright (c) 2015-2017, wiire * SPDX-License-Identifier: GPL-3.0+ * * This program is free software: you can redistribute it and/or modify @@ -14,9 +13,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef VERSION_H #define VERSION_H diff --git a/src/wps.h b/src/wps.h index bd47836..9daa38c 100644 --- a/src/wps.h +++ b/src/wps.h @@ -1,8 +1,7 @@ /* - * 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. + * pixiewps: offline WPS brute-force utility that exploits low entropy PRNGs * - * Copyright (c) 2015-2016, wiire + * Copyright (c) 2015-2017, wiire * SPDX-License-Identifier: GPL-3.0+ * * This program is free software: you can redistribute it and/or modify @@ -14,9 +13,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ #ifndef WPS_H #define WPS_H