Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wirfiphisher is not being launched. Please help if anyone knows how #1592

Open
ErlingHolann opened this issue May 23, 2023 · 3 comments
Open

Comments

@ErlingHolann
Copy link

ErlingHolann commented May 23, 2023

Installed wifiphisher, all according to the instructions. At startup , it outputs this kind of thing.I 've searched a bunch of sites, but I haven't found anything that would help. The "roguehostapd" module was installed separately, but the problem has not disappeared

Traceback (most recent call last):
File "/usr/local/bin/wifiphisher", line 33, in
sys.exit(load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bin/wifiphisher", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/init.py", line 202, in load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1206, in _gcd_import
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/pywifiphisher.py", line 24, in
import wifiphisher.common.accesspoint as accesspoint
File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/common/accesspoint.py", line 11, in
import roguehostapd.apctrl as apctrl
ModuleNotFoundError: No module named 'roguehostapd'

@tommeuh
Copy link

tommeuh commented Jun 7, 2023

Hello, i've the same problem on a kali linux virtualbox :
┌──(kali㉿kali)-[~] └─$ wifiphisher Traceback (most recent call last): File "/usr/local/bin/wifiphisher", line 33, in <module> sys.exit(load_entry_point('wifiphisher==1.4', 'console_scripts', 'wifiphisher')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bin/wifiphisher", line 25, in importlib_load_entry_point return next(matches).load() ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load module = import_module(match.group('module')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1206, in _gcd_import File "<frozen importlib._bootstrap>", line 1178, in _find_and_load File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/pywifiphisher.py", line 24, in <module> import wifiphisher.common.accesspoint as accesspoint File "/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg/wifiphisher/common/accesspoint.py", line 11, in <module> import roguehostapd.apctrl as apctrl ModuleNotFoundError: No module named 'roguehostapd'

during the installation :
┌──(kali㉿kali)-[~/wifiphisher] └─$ sudo python setup.py install running install /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating wifiphisher.egg-info writing wifiphisher.egg-info/PKG-INFO writing dependency_links to wifiphisher.egg-info/dependency_links.txt writing entry points to wifiphisher.egg-info/entry_points.txt writing requirements to wifiphisher.egg-info/requires.txt writing top-level names to wifiphisher.egg-info/top_level.txt writing manifest file 'wifiphisher.egg-info/SOURCES.txt' reading manifest file 'wifiphisher.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'wifiphisher.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build creating build/lib creating build/lib/wifiphisher copying wifiphisher/__init__.py -> build/lib/wifiphisher copying wifiphisher/pywifiphisher.py -> build/lib/wifiphisher creating build/lib/wifiphisher/common copying wifiphisher/common/phishingpage.py -> build/lib/wifiphisher/common copying wifiphisher/common/globals.py -> build/lib/wifiphisher/common copying wifiphisher/common/extensions.py -> build/lib/wifiphisher/common copying wifiphisher/common/constants.py -> build/lib/wifiphisher/common copying wifiphisher/common/uimethods.py -> build/lib/wifiphisher/common copying wifiphisher/common/tui.py -> build/lib/wifiphisher/common copying wifiphisher/common/phishinghttp.py -> build/lib/wifiphisher/common copying wifiphisher/common/__init__.py -> build/lib/wifiphisher/common copying wifiphisher/common/interfaces.py -> build/lib/wifiphisher/common copying wifiphisher/common/victim.py -> build/lib/wifiphisher/common copying wifiphisher/common/recon.py -> build/lib/wifiphisher/common copying wifiphisher/common/macmatcher.py -> build/lib/wifiphisher/common copying wifiphisher/common/utilities.py -> build/lib/wifiphisher/common copying wifiphisher/common/opmode.py -> build/lib/wifiphisher/common copying wifiphisher/common/firewall.py -> build/lib/wifiphisher/common copying wifiphisher/common/accesspoint.py -> build/lib/wifiphisher/common creating build/lib/wifiphisher/extensions copying wifiphisher/extensions/roguehostapdinfo.py -> build/lib/wifiphisher/extensions copying wifiphisher/extensions/__init__.py -> build/lib/wifiphisher/extensions copying wifiphisher/extensions/handshakeverify.py -> build/lib/wifiphisher/extensions copying wifiphisher/extensions/wpspbc.py -> build/lib/wifiphisher/extensions copying wifiphisher/extensions/deauth.py -> build/lib/wifiphisher/extensions copying wifiphisher/extensions/knownbeacons.py -> build/lib/wifiphisher/extensions copying wifiphisher/extensions/lure10.py -> build/lib/wifiphisher/extensions /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wifiphisher.data' as data is deprecated, please list it in packages`.
!!

############################
# Package would be ignored #
############################
Python recognizes 'wifiphisher.data' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'wifiphisher.data' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'wifiphisher.data' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

!!

check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wifiphisher.data.cert' as data is deprecated, please list it in packages.
!!

############################
# Package would be ignored #
############################
Python recognizes 'wifiphisher.data.cert' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'wifiphisher.data.cert' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'wifiphisher.data.cert' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

!!

check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'wifiphisher.data.locs' as data is deprecated, please list it in packages.
!!

############################
# Package would be ignored #
############################
Python recognizes 'wifiphisher.data.locs' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'wifiphisher.data.locs' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'wifiphisher.data.locs' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

!!

check.warn(importable)
creating build/lib/wifiphisher/data
copying wifiphisher/data/wifiphisher-known-open-wlans -> build/lib/wifiphisher/data
copying wifiphisher/data/wifiphisher-mac-prefixes -> build/lib/wifiphisher/data
copying wifiphisher/data/wifiphisher-os-initial-requests -> build/lib/wifiphisher/data
creating build/lib/wifiphisher/data/cert
copying wifiphisher/data/cert/server.pem -> build/lib/wifiphisher/data/cert
creating build/lib/wifiphisher/data/locs
copying wifiphisher/data/locs/.gitkeep -> build/lib/wifiphisher/data/locs
creating build/lib/wifiphisher/data/phishing-pages
creating build/lib/wifiphisher/data/phishing-pages/firmware-upgrade
copying wifiphisher/data/phishing-pages/firmware-upgrade/config.ini -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade
creating build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/bootstrap.min.css -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/bootstrap.min.js -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/index.html -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/jquery.min.js -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/loading.html -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/upgrading.html -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html
creating build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/bootstrap.min.css -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/bootstrap.min.js -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/jquery.min.js -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
creating build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0
creating build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css/font-awesome.css -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css/font-awesome.min.css -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css
creating build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/FontAwesome.otf -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.eot -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.svg -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 -> build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
creating build/lib/wifiphisher/data/phishing-pages/oauth-login
copying wifiphisher/data/phishing-pages/oauth-login/config.ini -> build/lib/wifiphisher/data/phishing-pages/oauth-login
creating build/lib/wifiphisher/data/phishing-pages/oauth-login/html
copying wifiphisher/data/phishing-pages/oauth-login/html/fail.html -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html
copying wifiphisher/data/phishing-pages/oauth-login/html/index.html -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html
copying wifiphisher/data/phishing-pages/oauth-login/html/login.html -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html
copying wifiphisher/data/phishing-pages/oauth-login/html/oauth.html -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html
copying wifiphisher/data/phishing-pages/oauth-login/html/template.html -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html
creating build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static
copying wifiphisher/data/phishing-pages/oauth-login/html/static/ssl.png -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static
creating build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying wifiphisher/data/phishing-pages/oauth-login/html/static/css/font-awesome.css -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying wifiphisher/data/phishing-pages/oauth-login/html/static/css/font-awesome.min.css -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying wifiphisher/data/phishing-pages/oauth-login/html/static/css/normalize.min.css -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying wifiphisher/data/phishing-pages/oauth-login/html/static/css/reset.css -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying wifiphisher/data/phishing-pages/oauth-login/html/static/css/roboto.css -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying wifiphisher/data/phishing-pages/oauth-login/html/static/css/style.css -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css
creating build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying wifiphisher/data/phishing-pages/oauth-login/html/static/js/index.js -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying wifiphisher/data/phishing-pages/oauth-login/html/static/js/jquery.min.js -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying wifiphisher/data/phishing-pages/oauth-login/html/static/js/jsframe.js -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying wifiphisher/data/phishing-pages/oauth-login/html/static/js/popup.js -> build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js
creating build/lib/wifiphisher/data/phishing-pages/plugin_update
copying wifiphisher/data/phishing-pages/plugin_update/config.ini -> build/lib/wifiphisher/data/phishing-pages/plugin_update
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html
copying wifiphisher/data/phishing-pages/plugin_update/html/index.html -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/css
copying wifiphisher/data/phishing-pages/plugin_update/html/css/bootstrap.min.css -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/css
copying wifiphisher/data/phishing-pages/plugin_update/html/css/theme.css -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/css
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/images
copying wifiphisher/data/phishing-pages/plugin_update/html/images/favicon.ico -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/images
copying wifiphisher/data/phishing-pages/plugin_update/html/images/plugins.png -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/images
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/js
copying wifiphisher/data/phishing-pages/plugin_update/html/js/bootstrap.min.js -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/js
copying wifiphisher/data/phishing-pages/plugin_update/html/js/jquery.js -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/js
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/css
copying wifiphisher/data/phishing-pages/plugin_update/html/static/css/bootstrap.min.css -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/css
copying wifiphisher/data/phishing-pages/plugin_update/html/static/css/theme.css -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/css
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/images
copying wifiphisher/data/phishing-pages/plugin_update/html/static/images/favicon.ico -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/images
copying wifiphisher/data/phishing-pages/plugin_update/html/static/images/plugins.png -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/images
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/js
copying wifiphisher/data/phishing-pages/plugin_update/html/static/js/bootstrap.min.js -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/js
copying wifiphisher/data/phishing-pages/plugin_update/html/static/js/jquery.js -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/js
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/update
copying wifiphisher/data/phishing-pages/plugin_update/html/static/update/update.exe -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/update
creating build/lib/wifiphisher/data/phishing-pages/plugin_update/html/update
copying wifiphisher/data/phishing-pages/plugin_update/html/update/update.exe -> build/lib/wifiphisher/data/phishing-pages/plugin_update/html/update
creating build/lib/wifiphisher/data/phishing-pages/wifi_connect
copying wifiphisher/data/phishing-pages/wifi_connect/config.ini -> build/lib/wifiphisher/data/phishing-pages/wifi_connect
creating build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/behavior.js -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/chrome-offline.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/dinosaur.png -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/index.html -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/loading.html -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/mac-network-manager.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/opensans.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/opensans.ttf -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/question.png -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/style.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/wifi-icon.png -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
copying wifiphisher/data/phishing-pages/wifi_connect/html/win-behavior.js -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html
creating build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/behavior.js -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/chrome-offline.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/dinosaur.png -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/ios.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/mac-network-manager.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/opensans.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/opensans.ttf -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/question.png -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/style.css -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/wifi-icon.png -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying wifiphisher/data/phishing-pages/wifi_connect/html/static/win-behavior.js -> build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/wifiphisher
copying build/lib/wifiphisher/init.py -> build/bdist.linux-x86_64/egg/wifiphisher
creating build/bdist.linux-x86_64/egg/wifiphisher/data
copying build/lib/wifiphisher/data/wifiphisher-mac-prefixes -> build/bdist.linux-x86_64/egg/wifiphisher/data
creating build/bdist.linux-x86_64/egg/wifiphisher/data/cert
copying build/lib/wifiphisher/data/cert/server.pem -> build/bdist.linux-x86_64/egg/wifiphisher/data/cert
copying build/lib/wifiphisher/data/wifiphisher-os-initial-requests -> build/bdist.linux-x86_64/egg/wifiphisher/data
copying build/lib/wifiphisher/data/wifiphisher-known-open-wlans -> build/bdist.linux-x86_64/egg/wifiphisher/data
creating build/bdist.linux-x86_64/egg/wifiphisher/data/locs
copying build/lib/wifiphisher/data/locs/.gitkeep -> build/bdist.linux-x86_64/egg/wifiphisher/data/locs
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/images
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/images/favicon.ico -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/images
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/images/plugins.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/images
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/css
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/css/bootstrap.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/css
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/css/theme.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/css
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/js
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/js/jquery.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/js
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/js/bootstrap.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/js
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/index.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/update
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/update/update.exe -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/update
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/images
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/images/favicon.ico -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/images
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/images/plugins.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/images
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/css/bootstrap.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/css/theme.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/css
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/js/jquery.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/js/bootstrap.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/js
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/update
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/html/static/update/update.exe -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update/html/static/update
copying build/lib/wifiphisher/data/phishing-pages/plugin_update/config.ini -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/plugin_update
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/question.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/chrome-offline.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/opensans.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/style.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/win-behavior.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/behavior.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/opensans.ttf -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/index.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/question.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/chrome-offline.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/opensans.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/style.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/win-behavior.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/behavior.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/opensans.ttf -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/ios.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/mac-network-manager.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/dinosaur.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/static/wifi-icon.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html/static
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/mac-network-manager.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/dinosaur.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/wifi-icon.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/html/loading.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect/html
copying build/lib/wifiphisher/data/phishing-pages/wifi_connect/config.ini -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/wifi_connect
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/upgrading.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/bootstrap.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/jquery.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/bootstrap.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/index.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css/font-awesome.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css/font-awesome.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/css
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.eot -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/FontAwesome.otf -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.svg -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts/fontawesome-webfont.woff -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/font-awesome-4.7.0/fonts
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/bootstrap.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/jquery.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/static/bootstrap.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html/static
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/html/loading.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade/html
copying build/lib/wifiphisher/data/phishing-pages/firmware-upgrade/config.ini -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/firmware-upgrade
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/login.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/fail.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/template.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/index.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css/roboto.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css/reset.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css/style.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css/font-awesome.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css/normalize.min.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/css/font-awesome.css -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/css
creating build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js/index.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js/popup.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js/jsframe.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/js/jquery.min.js -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static/js
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/static/ssl.png -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html/static
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/html/oauth.html -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login/html
copying build/lib/wifiphisher/data/phishing-pages/oauth-login/config.ini -> build/bdist.linux-x86_64/egg/wifiphisher/data/phishing-pages/oauth-login
copying build/lib/wifiphisher/pywifiphisher.py -> build/bdist.linux-x86_64/egg/wifiphisher
creating build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/phishingpage.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/globals.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/extensions.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/constants.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/uimethods.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/tui.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/phishinghttp.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/init.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/interfaces.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/victim.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/recon.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/macmatcher.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/utilities.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/opmode.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/firewall.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
copying build/lib/wifiphisher/common/accesspoint.py -> build/bdist.linux-x86_64/egg/wifiphisher/common
creating build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/roguehostapdinfo.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/init.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/handshakeverify.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/wpspbc.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/deauth.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/knownbeacons.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
copying build/lib/wifiphisher/extensions/lure10.py -> build/bdist.linux-x86_64/egg/wifiphisher/extensions
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/init.py to init.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/pywifiphisher.py to pywifiphisher.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/phishingpage.py to phishingpage.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/globals.py to globals.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/extensions.py to extensions.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/constants.py to constants.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/uimethods.py to uimethods.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/tui.py to tui.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/phishinghttp.py to phishinghttp.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/init.py to init.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/interfaces.py to interfaces.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/victim.py to victim.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/recon.py to recon.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/macmatcher.py to macmatcher.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/utilities.py to utilities.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/opmode.py to opmode.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/firewall.py to firewall.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/common/accesspoint.py to accesspoint.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/roguehostapdinfo.py to roguehostapdinfo.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/init.py to init.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/handshakeverify.py to handshakeverify.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/wpspbc.py to wpspbc.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/deauth.py to deauth.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/knownbeacons.py to knownbeacons.cpython-311.pyc
byte-compiling build/bdist.linux-x86_64/egg/wifiphisher/extensions/lure10.py to lure10.cpython-311.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying wifiphisher.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wifiphisher.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wifiphisher.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wifiphisher.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wifiphisher.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying wifiphisher.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
wifiphisher.common.pycache.constants.cpython-311: module references file
creating dist
creating 'dist/wifiphisher-1.4-py3.11.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing wifiphisher-1.4-py3.11.egg
removing '/usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg' (and everything under it)
creating /usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg
Extracting wifiphisher-1.4-py3.11.egg to /usr/local/lib/python3.11/dist-packages
wifiphisher 1.4 is already the active version in easy-install.pth
Installing wifiphisher script to /usr/local/bin

Installed /usr/local/lib/python3.11/dist-packages/wifiphisher-1.4-py3.11.egg
Processing dependencies for wifiphisher==1.4
Searching for roguehostapd
Downloading http://github.com/wifiphisher/roguehostapd/tarball/master#egg=roguehostapd-1.9.0
Best match: roguehostapd 1.9.0
Processing master
Writing /tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/setup.cfg
Running wifiphisher-roguehostapd-381b373/setup.py -q bdist_egg --dist-dir /tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/egg-dist-tmp-o35rnd8_
creating tmp
creating tmp/easy_install-cc975a79
creating tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373
creating tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp
creating tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_netlink_9l_zebqg
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/libnl3 -c /tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_netlink_9l_zebqg/test_netlink.c -o tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_netlink_9l_zebqg/test_netlink.o
x86_64-linux-gnu-gcc tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_netlink_9l_zebqg/test_netlink.o -lnl-3 -lnl-genl-3 -o /tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_netlink_9l_zebqg/test_netlink
creating tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_openssl_1fyj43x0
x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/openssl -c /tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_openssl_1fyj43x0/test_openssl.c -o tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_openssl_1fyj43x0/test_openssl.o
x86_64-linux-gnu-gcc tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_openssl_1fyj43x0/test_openssl.o -lssl -o /tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/temp/tmp_openssl_1fyj43x0/test_openssl
/usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 156, in save_modules
yield saved
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 198, in setup_context
yield
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 259, in run_setup
_execfile(setup_script, ns)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 46, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/setup.py", line 34, in

File "/usr/lib/python3/dist-packages/setuptools/init.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in run_command
super().run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 165, in run
cmd = self.call_command('install_lib', warn_dir=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 151, in call_command
self.run_command(cmdname)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in run_command
super().run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 987, in run_command
cmd_obj.ensure_finalized()
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
self.finalize_options()
File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 17, in finalize_options
self.set_undefined_options('install',('install_layout','install_layout'))
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 296, in set_undefined_options
setattr(self, dst_option, getattr(src_cmd_obj, src_option))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 107, in getattr
raise AttributeError(attr)
AttributeError: install_layout. Did you mean: 'install_platlib'?

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/wifiphisher/setup.py", line 169, in
setup(name=NAME, author=AUTHOR, author_email=AUTHOR_EMAIL, description=DESCRIPTION,
File "/usr/lib/python3/dist-packages/setuptools/init.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in run_command
super().run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 74, in run
self.do_egg_install()
File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 131, in do_egg_install
cmd.run(show_deprecation=False)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 444, in run
self.easy_install(spec, not self.no_deps)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 686, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 733, in install_item
self.process_distribution(spec, dist, deps)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 778, in process_distribution
distros = WorkingSet([]).resolve(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 815, in resolve
dist = self._resolve_dist(
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 851, in _resolve_dist
dist = best[req.key] = env.best_match(
^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1123, in best_match
return self.obtain(req, installer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 1135, in obtain
return installer(requirement)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 705, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 731, in install_item
dists = self.install_eggs(spec, download, tmpdir)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 924, in install_eggs
return self.build_and_install(setup_script, setup_base)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1198, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1182, in run_setup
run_setup(setup_script, args)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 249, in run_setup
with setup_context(setup_dir):
File "/usr/lib/python3.11/contextlib.py", line 155, in exit
self.gen.throw(typ, value, traceback)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 190, in setup_context
with save_modules():
File "/usr/lib/python3.11/contextlib.py", line 155, in exit
self.gen.throw(typ, value, traceback)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 169, in save_modules
saved_exc.resume()
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 143, in resume
raise exc.with_traceback(self._tb)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 156, in save_modules
yield saved
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 198, in setup_context
yield
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 259, in run_setup
_execfile(setup_script, ns)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 46, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-cc975a79/wifiphisher-roguehostapd-381b373/setup.py", line 34, in

File "/usr/lib/python3/dist-packages/setuptools/init.py", line 108, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 185, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 201, in run_commands
dist.run_commands()
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 969, in run_commands
self.run_command(cmd)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in run_command
super().run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 988, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 165, in run
cmd = self.call_command('install_lib', warn_dir=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 151, in call_command
self.run_command(cmdname)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in run_command
super().run_command(command)
File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 987, in run_command
cmd_obj.ensure_finalized()
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
self.finalize_options()
File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 17, in finalize_options
self.set_undefined_options('install',('install_layout','install_layout'))
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 296, in set_undefined_options
setattr(self, dst_option, getattr(src_cmd_obj, src_option))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 107, in getattr
raise AttributeError(attr)
AttributeError: install_layout`

I don't understand why ...

@Oliverxyzabc
Copy link

Same issue how did you solved it?

@Oliverxyzabc
Copy link

I found a solution!!!! This will fix the problem

this probably an issue with "setuptools" being outdated.

pip install --upgrade setuptools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants