Advertisement
Adm1n_0v3rride

Wifi password snacher

Dec 18th, 2017
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.57 KB | None | 0 0
  1. #!/usr/bin/env python3
  2. #    __          ___  __ _ _____                                    _
  3. #  \ \        / (_)/ _(_)  __ \                                  | |
  4. #   \ \  /\  / / _| |_ _| |__) |_ _ ___ _____      _____  _ __ __| |
  5. #    \ \/  \/ / | |  _| |  ___/ _` / __/ __\ \ /\ / / _ \| '__/ _` |
  6. #     \  /\  /  | | | | | |  | (_| \__ \__ \\ V  V / (_) | | | (_| |
  7. #      \/  \/   |_|_| |_|_|   \__,_|___/___/ \_/\_/ \___/|_|  \__,_|
  8. #
  9. # Just a wifi password snacher (C) 2017 Adm1n_0v3rride
  10. #
  11. #!/usr/bin/env python3
  12.  
  13. import os
  14.  
  15. os.system("netsh wlan show profiles")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement