Add shebang to mitm script
This commit is contained in:
parent
023dd1e6fb
commit
927018f332
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
# This script demonstrates how to setup a Man-in-the-Middle (MitM) attack on a
|
# This script demonstrates how to setup a Man-in-the-Middle (MitM) attack on a
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue