Skip to content

Instantly share code, notes, and snippets.

@kamermans
Created March 23, 2013 04:05
Show Gist options
  • Select an option

  • Save kamermans/5226402 to your computer and use it in GitHub Desktop.

Select an option

Save kamermans/5226402 to your computer and use it in GitHub Desktop.
Find all the DRACs on your network
#!/bin/bash
nmap -sT --open -oG - -p 2068,5900 172.16.1.1-254 | grep open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment