cls1991/ng

SecKeychainSearchCopyNext: The specified item could not be found in the keychain.\n'

oo1993448102 opened this issue · 5 comments

The specified item could not be found in the keychain.\n'

It's most likely that the wifi ssid you hacked is illegal, you can simply print the ssid.

it only consists of capital English letters and '-'

Something may be wrong, you can compare the result with your real wifi ssid.

ng/ng.py

Line 54 in 7f23957

return True, match.group('ssid')

the result of match.group('ssid') is 'MG-WII\n MCS: 15\n channel: 149\n'b''' , maybe it should only be 'MG-WII',sorry that im not that familiar with python

It's fixed. Thanks for your tests. 😸