Skip to content

Commit

Permalink
Merge pull request worawit#31 from zerosum0x0/ARMRT
Browse files Browse the repository at this point in the history
fingerprint ARM WinRT
  • Loading branch information
worawit authored Mar 29, 2018
2 parents b9409bf + 8576e0e commit 83b3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zzz_exploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def exploit(target, pipe_name):
if server_os.startswith("Windows 7 ") or server_os.startswith("Windows Server 2008 R2"):
info['os'] = 'WIN7'
info['method'] = exploit_matched_pairs
elif server_os.startswith("Windows 8") or server_os.startswith("Windows Server 2012 ") or server_os.startswith("Windows Server 2016 ") or server_os.startswith("Windows 10"):
elif server_os.startswith("Windows 8") or server_os.startswith("Windows Server 2012 ") or server_os.startswith("Windows Server 2016 ") or server_os.startswith("Windows 10") or server_os.startswith("Windows RT 9200"):
info['os'] = 'WIN8'
info['method'] = exploit_matched_pairs
elif server_os.startswith("Windows Server (R) 2008") or server_os.startswith('Windows Vista'):
Expand Down

0 comments on commit 83b3745

Please sign in to comment.