Skip to content

Python app that scans for Raspberry Pi's on a given network.

License

Notifications You must be signed in to change notification settings

Jrsnow8921/SnowNmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnowNmap

Nice little python script that uses nmap to find all mac addresses associated with Raspberry Pi's

Run

In the root directory run:

    sudo python main.py

Results

You should see something printed out like this:

   IP found for interface en4
   No IP found for interface utun1
   ['B8:27:EB:XX:XX:XX', '10.10.1.45', 'raspberrypi.mydomain.com']

Contributing to SnowNmap

Contributions are welcomed!

Issues

Feel free to submit issues and enhancement requests.

Contributing

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Copyright and Licensing

License Summary

Copyright © 2018 by Justin Snow

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages