How to use the interface.messages.print_help function in Interface

To help you get started, we’ve selected a few Interface examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github j91321 / rext / modules / misc / huawei / hg8245_mac2wpa.py View on Github external
def help_set(self):
        print_help("Set value of variable: \"set mac 00:11:22:33:44:55\"")
github j91321 / rext / modules / misc / generic / upnp_console.py View on Github external
def help_pcap(self):
        print_help("Passively listens for SSDP NOTIFY messages from UPNP devices")
github j91321 / rext / modules / exploits / dlink / dir890l_soapaction.py View on Github external
def help_command(self):
        print_help("Prints current value of command")
github j91321 / rext / core / Misc.py View on Github external
def help_back(self):
        print_help("Exit script")
github j91321 / rext / modules / exploits / netgear / prosafe_exec.py View on Github external
def help_command(self):
        print_help("Prints current value of command")
github j91321 / rext / core / Misc.py View on Github external
def help_run(self):
        print_help("Run script")
github j91321 / rext / modules / misc / generic / upnp_console.py View on Github external
def help_msearch(self):
        print_help("Actively locate UPNP hosts")
github j91321 / rext / modules / misc / sagem / fast_telnet_password.py View on Github external
def help_mac(self):
        print_help("Prints value of variable MAC")
github j91321 / rext / core / Upnp.py View on Github external
def help_run(self):
        print_help("Run script")
github j91321 / rext / core / Scanner.py View on Github external
def help_info(self, e):
        print_help("Show info about loaded module")