Verbose mode for --help

This commit is contained in:
derv82
2018-03-17 05:14:41 -04:00
parent 9ff7404d53
commit 0a089c8aab
2 changed files with 77 additions and 80 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from config import Configuration
try:
from config import Configuration
except (ValueError, ImportError) as e:
raise Exception('You may need to run wifite from the root directory (which includes README.md)')
from util.scanner import Scanner
from util.process import Process
from util.color import Color