Skip to content

Commit

Permalink
Merge pull request #104 from tiagogalvao/issue103
Browse files Browse the repository at this point in the history
Fix: Missing parameter 'channel' when outputting cracked.json
kimocoder authored Aug 6, 2022
2 parents fe14f89 + b09f699 commit 29c4e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wifite/model/result.py
Original file line number Diff line number Diff line change
@@ -140,6 +140,7 @@ def load(json):
elif json['type'] == 'WPS':
from .wps_result import CrackResultWPS
result = CrackResultWPS(json['bssid'],
json['channel'],
json['essid'],
json['pin'],
json['psk'])

0 comments on commit 29c4e91

Please sign in to comment.