Pario TechnoBlob
About
Posts
Tag: nmap
nmap/nbtscan scan for å finne pc med åpen port
Dette scriptet scanner IP-er fra ei fil og finner ut hvem som har en spesiell port åpen.Lim inn følgende script kode i fila portLookup.sh...
nmap result as comma separated list, csv
grep "^[0-9*]" nmap.out|awk '{print $1 "," $2 "," $3 "," $4 "," $5}'
««
«
1
2
»
»»