mirror of
https://github.com/HackingLZ/maps_scanner
synced 2026-06-06 15:44:30 +00:00
11 lines
268 B
Python
11 lines
268 B
Python
"""
|
|
MAPS Cloud Scanner - Microsoft Active Protection Service Client
|
|
|
|
A research tool for interacting with Windows Defender's MAPS cloud-based
|
|
file reputation and dynamic signature delivery system.
|
|
|
|
For authorized security research use only.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|