{"id":24801249,"url":"https://github.com/robincodes/robins-osint-kit","last_synced_at":"2025-03-25T03:31:50.426Z","repository":{"id":273266946,"uuid":"919156196","full_name":"RobinCodes/Robins-Osint-Kit","owner":"RobinCodes","description":"Robins Osint Kit is a Osint tool designed in C# .NET designed to aid you in your Osint investigations (Currently in BETA)","archived":false,"fork":false,"pushed_at":"2025-01-28T21:33:08.000Z","size":10334,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T22:27:31.930Z","etag":null,"topics":["c-sharp","osint"],"latest_commit_sha":null,"homepage":"https://robincodes.netlify.app/","language":"C#","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/RobinCodes.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-19T20:52:40.000Z","updated_at":"2025-01-28T21:33:11.000Z","dependencies_parsed_at":"2025-01-19T21:42:26.764Z","dependency_job_id":"648aaf59-b159-4516-8dda-5937d9d0457b","html_url":"https://github.com/RobinCodes/Robins-Osint-Kit","commit_stats":null,"previous_names":["robincodes/robins-osint-kit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCodes%2FRobins-Osint-Kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCodes%2FRobins-Osint-Kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCodes%2FRobins-Osint-Kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinCodes%2FRobins-Osint-Kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinCodes","download_url":"https://codeload.github.com/RobinCodes/Robins-Osint-Kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236294668,"owners_count":19125891,"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":["c-sharp","osint"],"created_at":"2025-01-30T04:19:52.335Z","updated_at":"2025-01-30T04:19:52.852Z","avatar_url":"https://github.com/RobinCodes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robins-Osint-Kit\nRobins Osint Kit is a Osint tool designed in C# .NET designed to aid you in your Osint investigations (Currently in BETA).\n\n# (Some) Images\n![image](https://github.com/user-attachments/assets/bb20c51d-cdc9-41d0-a5f6-9f2ee4ab0f10)\n\n![image](https://github.com/user-attachments/assets/9c30b5e7-fbea-433d-b599-29f9efd85fdb)\n\n![image](https://github.com/user-attachments/assets/6df57b88-f7d1-4142-9254-b6e73a057909)\n\n![image](https://github.com/user-attachments/assets/4e9bbc7a-83da-4a14-95f0-b232641a3ab1)\n\n# How To Run\n**1st Method**\n\nTo run the file simply download it by clicking 'Code \u003e Download ZIP' then extract it and double click the .sln file.\n\nThen just click the green play button to run the code.\n\n**2nd Method**\n\nThe second (and easier method) method to run the code is by navigating to the releases sections and download the 'download.zip' file.\n\n# Update Log (Updates are off, will fix)\n**24/01/2025**\n\n• Added a username Osint with 41 websites (will add more)\n\n• Added Discord to IP function (based of a leak)\n\n• Fixed UI (still improving)\n\n• Removed 'update log' tab\n\n**19/01/2025**\n\n• Released to Github\n\n• Added Breach Tools\n\n• Added IP Tools\n\n• Added phonenumber lookup\n\n# DISCLAIMER\n\nWindows may flag this as a virus because for pinging and tracerouting it uses code which starts cmd. I may remove this to mitigate the problem or code it a different way.\n\n**ping**\n\n```\nSystem.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo();\nproc.FileName = @\"C:\\windows\\system32\\cmd.exe\";\nproc.Arguments = \"/c ping -t \" + ipboxtxt.Text + \" \";\nSystem.Diagnostics.Process.Start(proc);\nipboxtxt.Focus();\n```\n\n**Traceroute**\n\n```\nSystem.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo();\nproc.FileName = @\"C:\\windows\\system32\\cmd.exe\";\nproc.Arguments = \"/c tracert \" + ipboxtxt.Text + \" \";\nSystem.Diagnostics.Process.Start(proc);\nipboxtxt.Focus();\n```\n\n# Discord\nJoin the Discord: https://discord.gg/6pSR2Rcqeg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobincodes%2Frobins-osint-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobincodes%2Frobins-osint-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobincodes%2Frobins-osint-kit/lists"}