Skip to content

Commit 29c4e91

Browse files
authored
Merge pull request #104 from tiagogalvao/issue103
Fix: Missing parameter 'channel' when outputting cracked.json
2 parents fe14f89 + b09f699 commit 29c4e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wifite/model/result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def load(json):
140140
elif json['type'] == 'WPS':
141141
from .wps_result import CrackResultWPS
142142
result = CrackResultWPS(json['bssid'],
143+
json['channel'],
143144
json['essid'],
144145
json['pin'],
145146
json['psk'])

0 commit comments

Comments
 (0)