Ejemplo n.º 1
0
def welcome():
    Screen.clear()
    Screen.welcomeAscii()
    start = [
        "Oops, I think I dropped something",
        "Arrg, this fricking USB never inserts at 1st try",
        "Sssh, do you hear that? We have baited them",
        "Wut u doing bru? Do ur red team stuff and stop reading this!",
        "While you read this you are being hacked. Haha!",
        "All shells belongs to me!"
    ]
    print("\n")
    Log.data("Coded by Matteo Nista <*****@*****.**>")
    Log.data("Github: @Mattewn99")
    Log.data("Instagram: @mattewn99")
    Log.data("Telegram: @ThailandiaBoy")
    Log.data("www.matteonista.it")
    print("\n")
    Log.phrases(random.choice(start))
    print("=" * 50)
    print("\n")
Ejemplo n.º 2
0
 def show_info(self):
     Log.data("ID : %s" % (self.node_id))
     Log.data("Host : %s:%d" % (self.hostname, self.port))