Skip to content

Instantly share code, notes, and snippets.

@brunneis
Created March 31, 2018 17:31
Show Gist options
  • Save brunneis/75c4e38c837b178410e3ac41e9504c9c to your computer and use it in GitHub Desktop.
Save brunneis/75c4e38c837b178410e3ac41e9504c9c to your computer and use it in GitHub Desktop.
Scan devices listening on port 22 (SSH)
#!/bin/bash
sudo nmap -sS -p 22 192.168.10.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment