示例#1
0
def IP_lookup(self, text, navself, topFrame):
    switch(navself, topFrame, btnState=True)
    # lookup.destroy()
    Lookup_ipaddr = Toplevel(self)
    Lookup_ipaddr.title("IP-Address Lookup")
    Lookup_ipaddr.config(bg="grey17")
    Lookup_ipaddr.geometry("600x300+200+200")
    Lookup_ipaddr.maxsize(600, 300)
    Lookup_ipaddr.minsize(600, 300)
    l1 = Label(Lookup_ipaddr,
               text="IPAddress:",
               bg="black",
               fg="Grey",
               font=("comicsansms", 16, "bold"),
               relief=FLAT).place(x=60, y=60)
    ipaddr = Entry(Lookup_ipaddr,
                   relief=FLAT,
                   font=("comicsansms", 20, "bold"))
    ipaddr.place(x=290, y=60)
    btn = Button(Lookup_ipaddr,
                 text="Search",
                 font="BahnschriftLight 15",
                 bg="gray17",
                 fg="white",
                 activebackground="gray17",
                 activeforeground="green",
                 bd=0,
                 command=lambda: ipFinder.ipFinder(self, text, Lookup_ipaddr,
                                                   ipaddr.get())).place(x=120,
                                                                        y=260)
    Lookup_ipaddr.mainloop()
示例#2
0
						print("\n"+warning+" An error has occurred. Profile '% s' could not be created. please Try again😘" % (name))

		elif choix.lower() == 'e':
			sys.exit("\n"+information+" Bye Keep supporting guys😍😘! :)")
		elif choix == '1':
			clear()
			menu()
			print(lookupOption)
			while True:
				lookup = input("\n Hackerwasii("+Fore.BLUE+"Lookup"+Fore.BLUE + "" + Fore.RESET + ")$ ")
				if lookup == 'h':
					print(helpLookup)
				elif lookup.lower() == '1':
					searchPersonne(codemonpays)
				elif lookup.lower() == '5':
					ipFinder()
				elif lookup.lower() == '6':
					bssidFinder()
				elif lookup.lower() == '4':
					searchNumber(codemonpays)
				elif lookup.lower() == '7':
					SearchEmail()
				#  ...
				elif lookup.lower() == '3':
					searchAdresse(codemonpays)
				elif lookup.lower() == '2':
					searchUserName()
				elif lookup.lower() == '10':
					google()
				elif lookup.lower() == '9':
					employee_lookup()