Skip to content

Instantly share code, notes, and snippets.

@dapperfu
Created July 9, 2019 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dapperfu/b3d10cea5eb23208cab0b59964c5ed80 to your computer and use it in GitHub Desktop.
Save dapperfu/b3d10cea5eb23208cab0b59964c5ed80 to your computer and use it in GitHub Desktop.
Get the Sonoffs
nmap -p 80 -oG - 172.16.11.1/24 | grep sonoff | cut -f2 -d" " | sort | uniq | xargs -IXX -n1 firefox http://XX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment