mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-20 13:33:30 -07:00
Merge pull request #394 from camilleeyries/patch-1
Notice user when not running as root.
This commit is contained in:
commit
13d469d979
1 changed files with 1 additions and 1 deletions
2
mitmf.py
2
mitmf.py
|
@ -41,7 +41,7 @@ mitmf_version = '0.9.8'
|
|||
mitmf_codename = 'The Dark Side'
|
||||
|
||||
if os.geteuid() != 0:
|
||||
sys.exit("[-] The derp is strong with this one")
|
||||
sys.exit("[-] The derp is strong with this one\nTIP: you may run MITMf as root.")
|
||||
|
||||
parser = argparse.ArgumentParser(description="MITMf v{} - '{}'".format(mitmf_version, mitmf_codename),
|
||||
version="{} - '{}'".format(mitmf_version, mitmf_codename),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue