MCPcopy
hub / github.com/Z4nzu/hackingtool / check_input

Method check_input

hackingtool.py:30–39  ·  view source on GitHub ↗
(self, word, function, keys)

Source from the content-addressed store, hash-verified

28 self.logo = logo
29
30 def check_input(self, word, function, keys):
31 if word == "":
32 self.clear_scr()
33 function()
34
35 if not word in keys:
36 print('\033[91m Unknown Value..')
37 sleep(1)
38 self.clear_scr()
39 function()
40
41 def menu(self):
42 self.clear_scr()

Callers 15

menuMethod · 0.95
anonsurfMethod · 0.95
ansurfMethod · 0.95
multitorMethod · 0.95
infoMethod · 0.95
nmapMethod · 0.95
dracnmapMethod · 0.95
xerosploitMethod · 0.95
redhawkMethod · 0.95
reconspiderMethod · 0.95
isitdownMethod · 0.95
infogaemailMethod · 0.95

Calls 1

clear_scrMethod · 0.95

Tested by

no test coverage detected