Skip to content

Commit b09f699

Browse files
committed
Fix: Missing parameter 'channel' when outputting cracked.json
1 parent 1bae850 commit b09f699

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)