Skip to content

Commit

Permalink
fixed function error when find local mac P0cL4bs#451
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Mar 8, 2019
1 parent 468833d commit 7599b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/poisoners/arp_poisoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def ConfigureEdits(self):
if x['gateway'] != None:
self.txt_gateway.setText(x['gateway'])
self.txt_redirect.setText(x['IPaddress'])
self.txt_mac.setText(Refactor.getHwAddr(x['activated'][0]))
self.txt_mac.setText(Refactor.get_interface_mac(x['activated'][0]))
self.connect(self.ComboIface, QtCore.SIGNAL("currentIndexChanged(QString)"), self.discoveryIface)
n = self.interfaces['all']
for i,j in enumerate(n):
Expand Down

0 comments on commit 7599b14

Please sign in to comment.