Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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