forked from p15670423/monkey
Island: add username processor
This commit is contained in:
parent
4b3750076a
commit
600753b53c
|
@ -1,2 +1,5 @@
|
|||
def process_username():
|
||||
pass
|
||||
from monkey_island.cc.services.config import ConfigService
|
||||
|
||||
|
||||
def process_username(username: dict):
|
||||
ConfigService.creds_add_username(username["username"])
|
||||
|
|
Loading…
Reference in New Issue