Hello,
Can anyone guide me? how to detect that, how many mobiles connected to wifi network/router in kali linux vm?
pleas help.
i am using kali linux 2016 vm.
Hello,
Can anyone guide me? how to detect that, how many mobiles connected to wifi network/router in kali linux vm?
pleas help.
i am using kali linux 2016 vm.
Hi,
I am not updated with wifi stuff over years but pretty sure there would be easily available tools to do that.
Google for tools like Aircrack-ng and Kismet.
Cheers!
[*] To follow the path: look to the master, follow the master, walk with the master, see through the master,
------> become the master!!! <------
[*] Everyone has a will to WIN but very few have the will to prepare to WIN
[*] Invest yourself in everything you do, there's fun in being serious
why not just check the connected devices to the router and have a Mac-lookup which may give you hints of the devices. As mac vendors have a excellent API, a simple script may do it:
Just copy the mac address to a file.
Code:import requests url = 'http://api.macvendors.com/' with open('your_mac_file.txt') as f: for line in f: print requests.get(url + line).content
"Free software" is a matter of liberty, not price. To understand the concept, you should think of "free" as in "free speech," not as in "free beer."
"Microsoft is not the answer. Microsoft is the question. NO (or Linux) is the answer."
"Ubuntu - Linux For Human Beings."
Currently reading books:
Integrating Forensic Investigation Methodology into eDiscovery -- by Colin Chisholm.
Digital Forensics with Open Source Toolss -- by Cory Altheide && Harlan Carvey.
Hello,
how to excute this code? is it possible and get mobile numbered output.
i just want to see how many & what mobiles are connected to my wifi.
thanks,
[*] To follow the path: look to the master, follow the master, walk with the master, see through the master,
------> become the master!!! <------
[*] Everyone has a will to WIN but very few have the will to prepare to WIN
[*] Invest yourself in everything you do, there's fun in being serious
hello friend,
i want know the exact how many mobiles are connected to my wifi and how can i stop them?
thanks,