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