You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proposed change makes ORDERS[1] and ORDERS[2] the same. This means we should change the detection, not the constants. Can you please share your BSSID and SSID with the correct key? If needed, you can mail them privately on alex at stanev dot org.
Ssid is belkin.b4c
Bssid is
ec:1a:59:3a:db:4c
Default key is ea6bbe2c
Wan Mac is :4d
If you require any additional information please let me know! Thnks
On Jan 7, 2017 12:57 AM, "Alex Stanev" ***@***.***> wrote:
The proposed change makes ORDERS[1] and ORDERS[2] the same. This means we
should change the detection, not the constants. Can you please share your
BSSID and SSID with the correct key? If needed, you can mail them privately
on alex at stanev dot org.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWAZa9EMeaZLIz0x0XI8SLS20x1rEXcOks5rP1NkgaJpZM4LbkZw>
.
upon closely yet unsuccessful generation of my home routers key I noticed the following…
private final static int[][] ORDERS = {{6, 2, 3, 8, 5, 1, 7, 4},
{1, 2, 3, 8, 5, 1, 7, 4}, {1, 2, 3, 8, 5, 6, 7, 4}};
should read…
private final static int[][] ORDERS = {{6, 2, 3, 8, 5, 1, 7, 4},
{1, 2, 3, 8, 5, **6, ** 7, 4}, {1, 2, 3, 8, 5, 6, 7, 4}};
making this change properly generators the correct key for my belkin f9k1002
The text was updated successfully, but these errors were encountered: