mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-21 20:44:25 +01:00
Merge pull request #230 from PunKeel/patch-1
Use https for the macvendors check
This commit is contained in:
commit
6ef3eaa76a
@ -404,7 +404,7 @@ def getDefaultInterfaceMAC():
|
||||
def resolveMac(mac):
|
||||
try:
|
||||
# sen request to macvendors.co
|
||||
url = "http://macvendors.co/api/vendorname/"
|
||||
url = "https://macvendors.co/api/vendorname/"
|
||||
request = urllib.Request(url + mac, headers={'User-Agent': "API Browser"})
|
||||
response = urllib.urlopen(request)
|
||||
vendor = response.read()
|
||||
@ -484,4 +484,4 @@ if __name__ == '__main__':
|
||||
# commence scanning process
|
||||
scanNetwork()
|
||||
|
||||
main()
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user