Comment on Do bots/scrapers check uncommon ports?
confusedpuppy@lemmy.dbzer0.com 2 weeks agoI started with a local scan first, something like nmap 192 168.40.xxx
for a specific device or nmap 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.