You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@naren-VirtualBox:/opt/fenrir-ocd# python Interface.py
You need 2 physical network interfaces to use FENRIR !
FENRIR > create_virtual_tap
EXCEPTION of type 'NameError' occured with message: 'global name 'TunTapDevice' is not defined'
To enable full traceback, run the following command: 'set debug true'
Machine Details:
Linux naren-VirtualBox 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Note:
FENRIR is running as Virtual box guest
Host Machine has two physical NICs bridged into Guest machine
The text was updated successfully, but these errors were encountered:
Unfortunately i cannot run live tests atm. However this error looks like a missing python package (probably python-pytun).
Did you install all the requirements ?
naren@naren-VirtualBox:/opt/peach$ pip list | grep -ecmd2 -e scapy -e pytun
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
cmd2 0.8.9
pytun 1.0.1
scapy 2.4.4
Please drop your email id to [email protected]. I need to understand how to test supplicant.
root@naren-VirtualBox:/opt/fenrir-ocd# python Interface.py
You need 2 physical network interfaces to use FENRIR !
FENRIR > create_virtual_tap
EXCEPTION of type 'NameError' occured with message: 'global name 'TunTapDevice' is not defined'
To enable full traceback, run the following command: 'set debug true'
Machine Details:
Linux naren-VirtualBox 5.8.0-43-generic #49~20.04.1-Ubuntu SMP Fri Feb 5 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Note:
The text was updated successfully, but these errors were encountered: