예제 #1
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "upload"
        self.description = "Upload local file."
        self.usage = "Usage: download <local_file> <remote_path>"
        self.type = "managing"
        self.args = 3
예제 #2
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "eatpass"
        self.description = "Eat device passcode."
        self.usage = "Usage: eatpass"
        self.type = "managing"
        self.args = 1
예제 #3
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "reboot"
        self.description = "Reboot device."
        self.usage = "Usage: reboot"
        self.type = "boot"
        self.args = 1
예제 #4
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "shell"
        self.description = "Open device shell."
        self.usage = "Usage: shell"
        self.type = "managing"
        self.args = 1
예제 #5
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "download"
        self.description = "Download remote file."
        self.usage = "Usage: download <remote_file> <local_path>"
        self.type = "stealing"
        self.args = 3
예제 #6
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "openurl"
        self.description = "Open URL on device."
        self.usage = "Usage: openurl <url>"
        self.type = "managing"
        self.args = 2
예제 #7
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "activity"
        self.description = "Get device activity information."
        self.usage = "Usage: activity"
        self.type = "settings"
        self.args = 1
예제 #8
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "screen"
        self.description = "Control device screen."
        self.usage = "Usage: screen"
        self.type = "managing"
        self.args = 1
예제 #9
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "sysinfo"
        self.description = "Get device system information."
        self.usage = "Usage: sysinfo"
        self.type = "settings"
        self.args = 1
예제 #10
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "netstat"
        self.description = "Get device network information."
        self.usage = "Usage: netstat"
        self.type = "settings"
        self.args = 1
예제 #11
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "screenshot"
        self.description = "Take device screenshot."
        self.usage = "Usage: screenshot <local_path>"
        self.type = "managing"
        self.args = 2
예제 #12
0
파일: wifi.py 프로젝트: kaisaryousuf/ghost
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()

        self.name = "wifi"
        self.description = "Control device wifi service."
        self.usage = "Usage: wifi [on|off]"
        self.type = "settings"
        self.args = 2
예제 #13
0
    def __init__(self):
        self.badges = badges()
        self.ghost = ghost()
        self.keyboard = keyboard()

        self.name = "keyboard"
        self.description = "Control target keyboard."
        self.usage = "Usage: keyboard"
        self.type = "managing"
        self.args = 1
예제 #14
0
 def __init__(self):
     self.badges = badges()
     self.helper = helper()
     self.ghost = ghost()
예제 #15
0
 def __init__(self):
     self.ghost = ghost()