stink
stink copied to clipboard
📡 Router Mac Address Identification
You collect the victim's IP, however, it will only lead to the city and ISP name. Can you create an algorithm that will check if a computer is connected to the router, if yes - then the mac address of the router will be written to the list of data, it can be determined to an accuracy of 10 metres using free tools?
Already did in my fork. Unfortunately I had to add getmac library, but it is very small.
from getmac import get_mac_address
mac = f"📡 <code>{get_mac_address(ip='192.168.1.1')}</code>