MCPcopy Create free account

hub / github.com/GONZOsint/geowifi / functions

Functions17 in github.com/GONZOsint/geowifi

↓ 10 callersFunctionread_config
Loads the configuration data from config.yaml file. Returns: dict: A dictionary containing the configuration data.
geowifi.py:37
↓ 2 callersFunctionsearch_networks
Searches for networks using the specified search criteria. Parameters: bssid (str, optional): The BSSID of the network to search for.
geowifi.py:735
↓ 1 callersFunctionbanner
()
geowifi.py:26
↓ 1 callersFunctioncreate_map
(search_results_data)
geowifi.py:803
↓ 1 callersFunctionis_valid_bssid
Checks if a string is a valid BSSID. A valid BSSID is a string in the format XX:XX:XX:XX:XX:XX where X is a hexadecimal digit. Parameter
geowifi.py:843
↓ 1 callersFunctionprint_results_table
Prints search_results in a table format, including any errors that occurred during the search and the result of a vendor check module (if one
geowifi.py:862
Functionapple_bssid
Searches for a network with a specific BSSID in the Apple database. Parameters: bssid_param (str): The BSSID of the network to search
geowifi.py:434
Functioncombain_bssid
Searches for a network with a specific BSSID in the Comba.in database. Parameters: bssid_param (str): The BSSID of the network to sear
geowifi.py:580
Functionfreifunk_karte_ssid
Searches for a network with a specific SSID in the freifunk-karte.de database. Parameters: ssid_param (str): The SSID of the network t
geowifi.py:253
Functiongoogle_bssid
Searches for a network with a specific BSSID in the Google geolocation API. Parameters: bssid_param (str): The BSSID of the network to
geowifi.py:513
Functionmylnikov_bssid
Searches for a network with a specific BSSID in the mylnikov database. Parameters: bssid_param (str): The BSSID of the network to sear
geowifi.py:374
Functionopenwifimap_ssid
Searches for a node with a specific SSID in the openwifimap.net database. Parameters: ssid_param (str): The SSID of the node to search
geowifi.py:192
Functionvendor_check
Searches for information about the vendor of a device with the specified BSSID. Parameters: bssid (str): The BSSID of the device to se
geowifi.py:704
Functionwifidb_bssid
Searches for a network with a specific BSSID in the wifidb database. Parameters: bssid_param (str): The BSSID of the network to search
geowifi.py:643
Functionwifidb_ssid
Searches for a network with a specific SSID in the wifidb database. Parameters: ssid_param (str): The SSID of the network to search fo
geowifi.py:123
Functionwigle_bssid
Searches for a network with a specific BSSID in the Wigle database. Parameters: bssid_param (str): The BSSID of the network to search
geowifi.py:308
Functionwigle_ssid
Searches for a network with a specific SSID in the Wigle database. Parameters: ssid_param (str): The SSID of the network to search for
geowifi.py:57