Hnxml Standard
    Preparing search index...

    Type Alias Getadmin

    Task to get admin on the target system

    获取目标系统的管理员权限

    Servers that have an "admin" field that resets the password automatically will make this mission not complete if it's reset in the time that the player takes to disconnect from the system and respond

    <goal type="getadmin" target="advExamplePC"/>
    
    type Getadmin = {
        target: string;
        type: "getadmin";
    }
    Index

    Properties

    Properties

    target: string
    type: "getadmin"