From 2bcd40a23f5f326b7f332b22fb8633bc5f88003c Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 10 Jun 2013 21:23:50 +0200 Subject: added --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 00000000..1bef61e9 --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +sort networks by bandwidth and connect +merge curl and wget commands +perform initial scan on startup of unscanned networks +more intelligent autoconnect (open first, encrypted second etc.) +profiles ala netcfg/netctl +better profile hooks -- cgit v1.2.3 From 06e5754372f036c3a4b5a3a549db36a8fed066ff Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 10 Jun 2013 21:26:41 +0200 Subject: merge curl and wget --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 1bef61e9..cc14f041 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ sort networks by bandwidth and connect -merge curl and wget commands perform initial scan on startup of unscanned networks more intelligent autoconnect (open first, encrypted second etc.) profiles ala netcfg/netctl -- cgit v1.2.3 From 8d6862c95a09fa01400f8fc15ceeeaf9d36fd875 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 10 Jun 2013 21:27:14 +0200 Subject: better TODO --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 1bef61e9..89dcc6e6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ -sort networks by bandwidth and connect merge curl and wget commands -perform initial scan on startup of unscanned networks more intelligent autoconnect (open first, encrypted second etc.) + perform initial scan on startup of unscanned networks + sort networks by bandwidth and connect profiles ala netcfg/netctl better profile hooks -- cgit v1.2.3 From 20f30c0e9731b7b96732a0cf9cba56f388ca8e39 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 4 Jul 2013 17:02:03 +0200 Subject: add TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 42e9679c..fc8516d5 100644 --- a/TODO +++ b/TODO @@ -3,3 +3,6 @@ more intelligent autoconnect (open first, encrypted second etc.) sort networks by bandwidth and connect profiles ala netcfg/netctl better profile hooks + +Implement: + - Droid Default WPA2 Pass for HotSpot: CVE-2013-4622: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4622 -- cgit v1.2.3 From fef22e8458d721c665709aa521d03128f30d0d40 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 6 Aug 2013 10:46:07 +0200 Subject: add new TODO --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index fc8516d5..ddd59818 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,4 @@ better profile hooks Implement: - Droid Default WPA2 Pass for HotSpot: CVE-2013-4622: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4622 + - EasyBox 802/803 default WPS Pin: http://packetstormsecurity.com/files/122698/SA-20130805-0.txt -- cgit v1.2.3