{"id":25307520,"url":"https://github.com/sularhen/where-are-you-bash","last_synced_at":"2025-04-07T07:33:04.684Z","repository":{"id":274658512,"uuid":"923636047","full_name":"sularhen/where-are-you-bash","owner":"sularhen","description":"Script i made in bash to make a fast geolocation of the ip or domain to scan","archived":false,"fork":false,"pushed_at":"2025-01-28T16:44:38.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T11:49:10.758Z","etag":null,"topics":["bash-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sularhen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-28T15:49:58.000Z","updated_at":"2025-01-29T01:20:27.000Z","dependencies_parsed_at":"2025-01-28T16:37:45.089Z","dependency_job_id":"23aa1c25-8b2e-4c40-80d0-c50281bc67dd","html_url":"https://github.com/sularhen/where-are-you-bash","commit_stats":null,"previous_names":["sularhen/where-are-you-bash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sularhen%2Fwhere-are-you-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sularhen%2Fwhere-are-you-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sularhen%2Fwhere-are-you-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sularhen%2Fwhere-are-you-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sularhen","download_url":"https://codeload.github.com/sularhen/where-are-you-bash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247612190,"owners_count":20966688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash-script"],"created_at":"2025-02-13T11:42:12.966Z","updated_at":"2025-04-07T07:33:04.641Z","avatar_url":"https://github.com/sularhen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# where-are-you-bash\nScript that i made in bash to make a fast geolocation of the ip or domain to scan inside the linux terminal.\n\nThis Script was made using ip-api.com as the resource of imformation where we are getting the geolocation of the domain or ip.\n\nHOW TO USE IT:\n\n 1. Executing it as an normal script:\n\n - Copy the script from the repository.\n - Create your file whith the name whereareyou.sh in linux using the command nano.\n - Paste the code\n - Run it in the terminal using ./whereareyou.sh \u003ctarget ip or domain\u003e\n\n 2. Executing it as an integrated command for linux (RECOMMENDED)\n\n - Do all the steps above.\n - Move the script to your path so you can execute it as a command using\n   sudo mv whereareyou.sh /usr/local/bin/whereareyou\n - Give permissons of execution to the script. with\n   sudo chmod +x /usr/local/bin/whereareyou and thas it you can run it by using whereareyou \u003ctarget ip or domain\u003e\n\nEXAMPLE OF USE:\n\n Whith option 1:\n  \n $ ./whereareyou google.com\n - Information for: google.com\n - country: United States\n - Region: California\n - City: Mountain View\n - Hosted by: Google LLC\n\n with option 2:\n\n $ whereareyou google.com\n - Information for: google.com\n - country: United States\n - Region: California\n - City: Mountain View\n - Hosted by: Google LLC\n\nABOUT PERMISSONS: \n\n You can copy, modify or change this code however you want, add diferent sources and play with it.\n\n Sularhen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsularhen%2Fwhere-are-you-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsularhen%2Fwhere-are-you-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsularhen%2Fwhere-are-you-bash/lists"}