MCPcopy
hub / github.com/derv82/wifite2 / entry_point

Function entry_point

wifite/__main__.py:90–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89
90def entry_point():
91 try:
92 wifite = Wifite()
93 wifite.start()
94 except Exception as e:
95 Color.pexception(e)
96 Color.pl('\n{!} {R}Exiting{W}\n')
97
98 except KeyboardInterrupt:
99 Color.pl('\n{!} {O}Interrupted, Shutting down...{W}')
100
101 Configuration.exit_gracefully(0)
102
103
104if __name__ == '__main__':

Callers 1

__main__.pyFile · 0.85

Calls 5

startMethod · 0.95
WifiteClass · 0.85
pexceptionMethod · 0.80
plMethod · 0.80
exit_gracefullyMethod · 0.80

Tested by

no test coverage detected