https://github.com/robincodes/robins-osint-kit
Robins Osint Kit is a Osint tool designed in C# .NET designed to aid you in your Osint investigations (Currently in BETA)
https://github.com/robincodes/robins-osint-kit
c-sharp osint
Last synced: 3 months ago
JSON representation
Robins Osint Kit is a Osint tool designed in C# .NET designed to aid you in your Osint investigations (Currently in BETA)
- Host: GitHub
- URL: https://github.com/robincodes/robins-osint-kit
- Owner: RobinCodes
- Created: 2025-01-19T20:52:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T21:33:08.000Z (5 months ago)
- Last Synced: 2025-01-28T22:27:31.930Z (5 months ago)
- Topics: c-sharp, osint
- Language: C#
- Homepage: https://robincodes.netlify.app/
- Size: 9.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robins-Osint-Kit
Robins Osint Kit is a Osint tool designed in C# .NET designed to aid you in your Osint investigations (Currently in BETA).# (Some) Images



# How To Run
**1st Method**To run the file simply download it by clicking 'Code > Download ZIP' then extract it and double click the .sln file.
Then just click the green play button to run the code.
**2nd Method**
The second (and easier method) method to run the code is by navigating to the releases sections and download the 'download.zip' file.
# Update Log (Updates are off, will fix)
**24/01/2025**• Added a username Osint with 41 websites (will add more)
• Added Discord to IP function (based of a leak)
• Fixed UI (still improving)
• Removed 'update log' tab
**19/01/2025**
• Released to Github
• Added Breach Tools
• Added IP Tools
• Added phonenumber lookup
# DISCLAIMER
Windows 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.
**ping**
```
System.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo();
proc.FileName = @"C:\windows\system32\cmd.exe";
proc.Arguments = "/c ping -t " + ipboxtxt.Text + " ";
System.Diagnostics.Process.Start(proc);
ipboxtxt.Focus();
```**Traceroute**
```
System.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo();
proc.FileName = @"C:\windows\system32\cmd.exe";
proc.Arguments = "/c tracert " + ipboxtxt.Text + " ";
System.Diagnostics.Process.Start(proc);
ipboxtxt.Focus();
```# Discord
Join the Discord: https://discord.gg/6pSR2Rcqeg