- Ip address information getting
- MAC address changer
- Port scanner
- Whois lookup
- Find devices connected to your network
At this time, we are not aware of any IP address database that will give you the exact physical postal address of the IP address you lookup. At best, you'll get the exact city in which the user of the IP is located. For an exact physical address you would need to contact the ISP (Internet Service Provider) of the IP address in question.
Every device that’s connected to a network possesses a worldwide, unique, and physical identification number: the Media Access Control address, or MAC for short. This burned-in address (BIA) is virtually etched to the hardware by the manufacturer. Users are not able to change or rewrite the MAC address. But it is possible to mask it on the software side. This masking is what’s referred to as MAC spoofing.
Port scanning is a method of determining which ports on a network are open and could be receiving or sending data. It is also a process for sending packets to specific ports on a host and analyzing responses to identify vulnerabilities.
A WHOIS lookup is a way for you to search the public database for information about a specific domain, such as the expiration date, current registrar, registrant information, etc.
You can check how many devices are connected to your Wi-Fi network.
(run in root account)
$ cd cyberinfo
$ pip install -r requirements.txt OR $ python -m pip install -r requirements.txt
$ python cyberinfo.pyo
ImportError: No module named whois
$ pip uninstall whois
$ pip install python-whois
ImportError: No module named pip
$ sudo apt-get install python-pip
#This Script Was Made By @cyberghost