MCPcopy Create free account

hub / github.com/Hack-the-box/wifi-phisher / types & classes

Types & classes15 in github.com/Hack-the-box/wifi-phisher

↓ 2 callersClassNotEnoughInterfacesFoundError
Exception class to raise in case of a finding less than enough interfaces.
wifiphisher/interfaces.py:10
↓ 2 callersClassPhishingTemplate
This class represents phishing templates
wifiphisher/phishingpage.py:42
↓ 1 callersClassNetworkAdapter
This class represents a newtrok interface (network adapter).
wifiphisher/interfaces.py:123
↓ 1 callersClassNoApInterfaceFoundError
Exception class to raise in case of a not finding a valid AP interface.
wifiphisher/interfaces.py:36
↓ 1 callersClassNoMonitorInterfaceFoundError
Exception class to raise in case of a not finding a valid monitor interface.
wifiphisher/interfaces.py:57
ClassApInterfaceInvalidError
Exception class to raise in case of a invalid ap interface.
wifiphisher/interfaces.py:101
ClassDowngradeToHTTP
wifiphisher/phishinghttp.py:15
ClassInvalidTemplate
Exception class to raise in case of a invalid template
wifiphisher/phishingpage.py:34
ClassJammingInterfaceInvalidError
Exception class to raise in case of a invalid jamming interface.
wifiphisher/interfaces.py:79
ClassMACMatcher
This class is using Organizationally Unique Identifiers (OUIs) in order to match MAC addresses of devices to its vendord See http://stan
wifiphisher/macmatcher.py:8
ClassNetworkManager
This class represents a network manager where it handles all the management for the interfaces.
wifiphisher/interfaces.py:208
ClassReceiveCredsHandler
wifiphisher/phishinghttp.py:39
ClassShowLoadingPageHandler
wifiphisher/phishinghttp.py:56
ClassShowPhishingPageHandler
wifiphisher/phishinghttp.py:21
ClassTemplateManager
This class handles all the template management operations
wifiphisher/phishingpage.py:215