Comment on Do bots/scrapers check uncommon ports?
A_norny_mousse@feddit.org 12 hours agoSounds like a healthy attitude towards online security.
I’m doing my first ever nmap scan right now, thanks for the inspiration. It’s taking a long time - either my ISP does not like what I’m doing there or I’m being too thorough - but it looks like it does not see my SSH port either.
confusedpuppy@lemmy.dbzer0.com 12 hours ago
I started with a local scan first, something like
nmap 192 168.40.xxx
for a specific device ornmap 192.168.40.0/24
for everything in your current network.Nmap is quite complex with lots of options but there’s a lot of guides online to help out with the basics. You can press enter in your terminal while the scan is running and it should give a progress report.