Guest User

Untitled

a guest
Jan 14th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. operator "Ishaq" {
  2. /* name: the name of the oper must go above */
  3.  
  4. /* user: the user@host required for this operator. CIDR *is*
  5. * supported now. auth{} spoofs work here, other spoofs do not.
  6. * multiple user="" lines are supported.
  7. */
  8. user = "*Ishaq@72.29.83.210";
  9.  
  10. /* password: the password required to oper. Unless ~encrypted is
  11. * contained in flags = ...; this will need to be encrypted using
  12. * mkpasswd, MD5 is supported
  13. */
  14. password = "$86YjNmQq$jkUygV5jGipXsTt3J6/AuQ==";
Add Comment
Please, Sign In to add comment