{"id":13840701,"url":"https://github.com/QSoloX/whoisyou","last_synced_at":"2025-07-11T09:32:55.810Z","repository":{"id":57597653,"uuid":"262147026","full_name":"QSoloX/whoisyou","owner":"QSoloX","description":"Take a list of domains and output the hostname and ip.","archived":false,"fork":false,"pushed_at":"2020-05-07T20:29:50.000Z","size":2,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-05T17:25:33.801Z","etag":null,"topics":["bugbounty","golang","hacking","hacking-tools","infosec"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QSoloX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-07T20:03:23.000Z","updated_at":"2022-02-20T00:40:53.000Z","dependencies_parsed_at":"2022-08-28T09:10:30.166Z","dependency_job_id":null,"html_url":"https://github.com/QSoloX/whoisyou","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QSoloX%2Fwhoisyou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QSoloX%2Fwhoisyou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QSoloX%2Fwhoisyou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QSoloX%2Fwhoisyou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QSoloX","download_url":"https://codeload.github.com/QSoloX/whoisyou/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225712657,"owners_count":17512451,"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":["bugbounty","golang","hacking","hacking-tools","infosec"],"created_at":"2024-08-04T17:00:52.858Z","updated_at":"2024-11-21T10:30:40.757Z","avatar_url":"https://github.com/QSoloX.png","language":"Go","funding_links":[],"categories":["Go","Go (531)"],"sub_categories":[],"readme":"# whoisyou\n\nTake a list of domains and output the hostname and ip.\n\n## Installation\n\nFor now the only way to install is to use go get.\n\n```bash\ngo get github.com/QSoloX/whoisyou\n```\n\n## Usage\nThe basic usuage to save it the output to a file.\n```bash\n▶ cat domains.txt|whoisyou \u003e output.txt\n```\nOutput without directing the output\n```bash\n▶ cat domains.txt|whoisyou\nhttps://site.com 127.0.0.1\nhttps://example.com 127.1.1.1\n```\n\n## Additional Usage\nThe output can be used with a python script like below\n```python\nwith open(f\"output.txt\") as file:\n    for line in file:\n        # Strip newline chars and split at space, then assign split to vars\n        hostname,ip = line.strip()line.split(\" \")\n        # Do anything with the output\n        print(f\"{hostname} has the ip of {ip}\")\n```\n```bash\n▶ python main.py\nhttps://site.com has the ip of 127.0.0.1\nhttps://example.com has the ip of 127.1.1.1\n```\n\n## Tips\n* The idea behind this tool would be to first run a tool like https://github.com/tomnomnom/httprobe from tomnomnom and then use its output with whoisyou\n\n\n## Known Issues\n* There seems to be a output issue when used on windows that makes the file become a utf-16 file.\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQSoloX%2Fwhoisyou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQSoloX%2Fwhoisyou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQSoloX%2Fwhoisyou/lists"}