Harcrack

ssh user enumeration

Oct 31st, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. #dic for users you want to check
  4. my_users = {}
  5. #print just the key to extract the usernames as the user is set as the key value
  6. for key, value in my_users.items():
  7.     print (key)
Advertisement
Add Comment
Please, Sign In to add comment