Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GONZOsint/geowifi
/ functions
Functions
17 in github.com/GONZOsint/geowifi
⨍
Functions
17
◇
Types & classes
0
↓ 10 callers
Function
read_config
Loads the configuration data from config.yaml file. Returns: dict: A dictionary containing the configuration data.
geowifi.py:37
↓ 2 callers
Function
search_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 callers
Function
banner
()
geowifi.py:26
↓ 1 callers
Function
create_map
(search_results_data)
geowifi.py:803
↓ 1 callers
Function
is_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 callers
Function
print_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
Function
apple_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
Function
combain_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
Function
freifunk_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
Function
google_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
Function
mylnikov_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
Function
openwifimap_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
Function
vendor_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
Function
wifidb_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
Function
wifidb_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
Function
wigle_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
Function
wigle_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