New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/geoffrey-anto/wifi-ip-scanner

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/geoffrey-anto/wifi-ip-scanner

  • v0.0.0-20240506082756-7bad23043d59
  • Source
  • Go
  • Socket score

Version published
Created
Source

WiFi IP Scanner

WiFi IP Scanner is a GoLang application designed to scan local network IP addresses to identify active hosts. It utilizes Go routines for concurrency, enabling faster ping responses and efficient network scanning.

Features

  • Fast Scanning: Utilizes Go routines for concurrent pinging, enabling quicker scanning of local IP addresses.
  • Customizable Parameters: Allows customization of ping parameters such as number of retries and timeout duration.
  • Cross-Platform: Supports building for multiple platforms including Linux, macOS, and Windows.
  • Easy Installation: Provides build scripts for easy compilation and installation.

Installation

To install the WiFi IP Scanner, follow these steps:

  1. Clone the repository:

    git clone https://github.com/geoffrey-anto/wifi-ip-scanner.git
    
  2. Navigate to the project directory:

    cd wifi-ip-scanner
    
  3. Build the executable (suffix build with -linux, -macos, -windows or leave it as such for builds for multiple platforms):

    make build
    
  4. Make the executable file executable:

    make make-executable
    
  5. Optionally, install the executable to your system:

    sudo make install
    

Usage

After installation, you can run the WiFi IP Scanner by executing the generated executable file. Here are some example commands:

  • Run the scanner:

    ./bin/scan
    

Contributions

Contributions to the WiFi IP Scanner project are welcome! If you have any ideas for improvements or find any issues, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

FAQs

Package last updated on 06 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc