Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Missing parameter 'channel' when outputting cracked.json #104

Merged
merged 1 commit into from
Aug 6, 2022

Conversation

tiagogalvao
Copy link

Fixes #103 - missing parameter 'channel'

@kimocoder kimocoder merged commit 29c4e91 into kimocoder:master Aug 6, 2022
@tiagogalvao tiagogalvao deleted the issue103 branch August 6, 2022 09:13
@tiagogalvao
Copy link
Author

it still does gives an error. image

Hello @D-EVE-R !
You probably have 1 or more old entries in your file.
A temporary quick fix would be either:
1- Edit the cracked.json and remove the entry that does not have a channel
2- Edit and manually add a channel just to get the output

A more normal entry looks like the example below, its pretty simple:

{
"type": "WPS",
"date": 1659730836,
"essid": "Network ESSID",
"bssid": "AA:BB:CC:DD:00:11",
"channel": "2",
"pin": "39464965",
"psk": "randompsk123",
"loc": "ND"
}

If you don't mind removing the file, you could also do it and just start from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when i run --cracked,there's some error,how i do it?
2 participants