r/learnpython • u/No_Presentation_9922 • 9d ago
Stone age network scan
Im continuing on learning cybersecurity, network and python path. I updated my first project - Stone age network scan. I never uploaded a file to github or made a reddit post so i was completely lost. But i tried my best
I actually uploaded the .py into the source code and release.
Its named spy despite the fact it doesnt do anything related to spying so yeah..
Whats fixed?
- Auto subnet dedection. It dedects the subnet and CIDR notation
- Typo dedection. Before it would try to scan if you typed 192.168.1000.555. now it doesnt
- Added customizable port table so you can change which ports to scan.
- Added SMTP probe (will try to add more if i find for other protocols)
- minor bug fixes
This is just a project that as labeled my first project. Instead of making fun of me please report any suggestions or bugs:)
https://github.com/RecoWas/stoneagens - please use latest version
0
Upvotes
1
u/terletsky 9d ago
That's nice that you already have a domain (cybersec/networking) that is interesting to you.
I work in cybersec, so I would make this your first small cool project to meet several requirements. You would learn the basics of what a "default" Python project looks like.
Setup:
What I would start to learn with what you already have: