Giter VIP home page Giter VIP logo

bash_script_automation's Introduction

Raspberry Pi Network Scanner

Overview

This Bash script scans a specified network range to identify Raspberry Pi devices using nmap.

Requirements

  • nmap installed

Usage

  1. Clone or download the script.
  2. Make the script executable: chmod +x raspberrypi_scanner.sh
  3. Run the script: ./raspberrypi_scanner.sh
  4. Enter the network range when prompted (e.g., 192.168.1.0/24).

Functionality

  • Checks if nmap is installed.
  • Prompts the user to enter a network range to scan.
  • Executes an nmap scan to find devices identified as Raspberry Pi.
  • Displays the IP addresses of discovered Raspberry Pi devices.

Example

$ ./raspberrypi_scanner.sh
Enter your NETWORK_IP (e.g., 192.168.1.0/24): 192.168.1.0/24
Scanning network for Raspberry Pi devices...
Raspberry Pi found at IP: 192.168.1.10
Raspberry Pi found at IP: 192.168.1.20
Scan complete.

Notes

  • Ensure you have proper permissions and network access to perform the scan.
  • Customize the script as needed for your specific network environment.

bash_script_automation's People

Contributors

darkb0ts avatar vignesh-jothi avatar

Watchers

 avatar

Forkers

vignesh-jothi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.