Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📡 Router Mac Address Identification #63

Open
user-sspmynxdvb opened this issue Apr 23, 2024 · 1 comment
Open

📡 Router Mac Address Identification #63

user-sspmynxdvb opened this issue Apr 23, 2024 · 1 comment

Comments

@user-sspmynxdvb
Copy link

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?

@user-sspmynxdvb
Copy link
Author

user-sspmynxdvb commented Apr 24, 2024

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant