al404 macrumors 6502a Original poster Dec 2, 2022 #1 I need to test that some specific ports are close on my server. I guess I could do it from terminal but I was wondering if I can find a software to save my server and scan them from time to time. I need to check that nobody live some port open
I need to test that some specific ports are close on my server. I guess I could do it from terminal but I was wondering if I can find a software to save my server and scan them from time to time. I need to check that nobody live some port open
H hobowankenobi macrumors 68020 Dec 5, 2022 #2 There are lots of choices....I like Angry IP, but check out the list here.
SteveJawbs macrumors regular Dec 5, 2022 #3 Nessus. SolarWinds free network tool pack. Angry IP scanner. Reactions: satcomer and al404
mac.ross macrumors regular Dec 10, 2022 #4 My recommendation would be to set up a cron job just to run an nmap scan periodically and have it output the results to a file that you can check. Reactions: al404
My recommendation would be to set up a cron job just to run an nmap scan periodically and have it output the results to a file that you can check.
al404 macrumors 6502a Original poster Dec 10, 2022 #5 Thanks, I end up using nmap from terminal Reactions: hobowankenobi and mac.ross