Island: add username processor

This commit is contained in:
vakarisz 2022-02-21 17:22:36 +02:00
parent 4b3750076a
commit 600753b53c
1 changed files with 5 additions and 2 deletions

View File

@ -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"])