Created
July 9, 2019 01:30
-
-
Save dapperfu/b3d10cea5eb23208cab0b59964c5ed80 to your computer and use it in GitHub Desktop.
Get the Sonoffs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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