DEV Community

Cover image for My first project in python
Recover
Recover

Posted on

My first project in python

Spy – Network Scanner
My first real project (now on its 3rd version).
I built it to get better at Python and cybersecurity.
What it does:

  • Finds devices on the network with ARP

  • Port scans a target

  • Shows results in clean tables (using Rich)

Still learning, so any feedback, bug reports or suggestions are welcome.
I will add other features in the future.
Contacts are in the repo.
Latest version: https://github.com/RecoWas/spy-scan

Top comments (0)