Skip to content

Instantly share code, notes, and snippets.

@Davidnet
Last active September 5, 2018 22:32
Show Gist options
  • Save Davidnet/257c3be99e2d6aa3dcc35b2ab07c72f7 to your computer and use it in GitHub Desktop.
Save Davidnet/257c3be99e2d6aa3dcc35b2ab07c72f7 to your computer and use it in GitHub Desktop.
from sh import iw, grep
print(grep(iw("wlan0", "scan"), "-P", "\"(^|\s)KiwiNet(?=\s|$)\"", "-B", "2"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment