diff --git a/final/tools.py b/final/tools.py index 7b253d0..2d23515 100644 --- a/final/tools.py +++ b/final/tools.py @@ -105,7 +105,7 @@ def get_adapter_interface(params: str) -> str: res = shell_tool.run({"commands": [f"iwconfig {params}"]}) return res -""" Src: https://github.com/wu4f/cs410g-src/blob/main/09_ThreatIntelligence/01_net_int.py """" +""" Src: https://github.com/wu4f/cs410g-src/blob/main/09_ThreatIntelligence/01_net_int.py """ @tool def ip_loc(address): """Get information from an ip address, including geolocation. Takes as a paramater an ip address. Do not use this tool with IP adresses in a reserve range or on LAN"""