byt3bl33d3r / SILENTTRINITY

An asynchronous, collaborative post-exploitation agent powered by Python and .NET's DLR
GNU General Public License v3.0
2.2k stars 404 forks source link

How to create user? #138

Closed ioscanner closed 4 years ago

ioscanner commented 4 years ago

I can't find the documentation of how to create users on the teamservers of a new install. It seems the client now requires wss://user:pass@host:5000 . But no details on how to create the users are present on site or docs.

Thanks in advance IO

byt3bl33d3r commented 4 years ago

There's no need to crate a user on the teamserver. You just specify a username in the connection URL string. If the password is correct and there isn't another user logged in with the same username you'll be good to go. (e.g. how Cobalt Strike does it.)

Cheers