Exemple #1
0
def Lookup_address(self, text, navself, topFrame):
    switch(navself, topFrame, btnState=True)
    # lookup.destroy()
    Lookup_addr = Toplevel(self)
    Lookup_addr.title("Address Lookup")
    Lookup_addr.config(bg="grey17")
    Lookup_addr.geometry("600x300+200+200")
    Lookup_addr.maxsize(600, 300)
    Lookup_addr.minsize(600, 300)
    l1 = Label(Lookup_addr,
               text="Address:",
               bg="black",
               fg="Grey",
               font=("comicsansms", 16, "bold"),
               relief=FLAT).place(x=60, y=60)
    addr = Entry(Lookup_addr, relief=FLAT, font=("comicsansms", 20, "bold"))
    addr.place(x=290, y=60)
    btn = Button(
        Lookup_addr,
        text="Search",
        font="BahnschriftLight 15",
        bg="gray17",
        fg="white",
        activebackground="gray17",
        activeforeground="green",
        bd=0,
        command=lambda: searchAdresse.searchAdresse(
            self, text, Lookup_addr, addr.get(), settings.countrycode)).place(
                x=120, y=260)
    Lookup_addr.mainloop()
Exemple #2
0
				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()
				elif lookup.lower() == '8':
					mailToIP()
				elif lookup.lower() == "11":
					facebookStalk()
				elif lookup.lower() == "12":
					searchTwitter()
				elif lookup.lower() == "13":
					searchInstagram()
				elif lookup.lower() == "b":
Exemple #3
0
     sys.exit("\n" + information + " Bye ! :)")
 elif choix == '1':
     clear()
     menu()
     print(lookupOption)
     while True:
         lookup = input("\n P4R4DOX(" + Fore.BLUE + "Lookup" +
                        Fore.BLUE + "" + Fore.RESET + ")$ ")
         if lookup == 'h':
             print(helpLookup)
         elif lookup.lower() == '1':
             searchPersonne(settings.codemonpays)
         elif lookup.lower() == '2':
             searchUserName()
         elif lookup.lower() == '3':
             searchAdresse(settings.codemonpays)
         elif lookup.lower() == '4':
             searchNumber(settings.codemonpays)
         elif lookup.lower() == '5':
             ipFinder()
         elif lookup.lower() == '6':
             bssidFinder()
         elif lookup.lower() == '7':
             SearchEmail()
         elif lookup.lower() == '8':
             mailToIP()
         elif lookup.lower() == '9':
             employee_lookup()
         elif lookup.lower() == '10':
             google()
         elif lookup.lower() == "11":
Exemple #4
0
loop=True    
while loop:
 while True:
        choix = input(f"{Fore.RED}user@xprice {Fore.GREEN}►{Fore.CYAN} /xprice {Fore.RED}# ")

        if choix == "1":
            ipFinder()

        if choix == "2":
            google()  

        if choix == "3":
            githubscraper()  

        if choix == "4":
            searchAdresse()
                  

        if choix == "b":
            os.system('cls')
            print(banner_tiagzs)

        if choix == "e":
            exit()   

        if choix == "c":
            os.system('cls')
            print(banner_tiagzs) 
        else:
            pass