Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.88 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.88 KB

GPLv3 license Programmed with version


LANscan is a perl script that detects and gathers basic information for every device on the LAN. What is interesting about this tool is that it doesn't require elevated-privileges to be able gather those information.LANscan has been successfully tested on both macOS and linux operating systems and should also be able to be used on windows.

Sample output:

The above results have been altered of course!

Requirements:

To install the requirements:

cpanm --installdeps .

cpanm command allows easy installation of CPAN modules and is part of the App::cpanminus distribution. Of course it's not the only way to install the dependencies.

⚠️ Note: nmap also must be installed.

Disclaimer

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software.

✨ Credits

License

This project is licensed under the GPLv3 License - see the LICENSE file for details