Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-28T21:33:08.000Z (9 days ago)
- Last Synced: 2025-01-28T22:27:31.930Z (9 days 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
![image](https://github.com/user-attachments/assets/bb20c51d-cdc9-41d0-a5f6-9f2ee4ab0f10)![image](https://github.com/user-attachments/assets/9c30b5e7-fbea-433d-b599-29f9efd85fdb)
![image](https://github.com/user-attachments/assets/6df57b88-f7d1-4142-9254-b6e73a057909)
![image](https://github.com/user-attachments/assets/4e9bbc7a-83da-4a14-95f0-b232641a3ab1)
# 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