Metadata-Version: 2.4
Name: osint-recon-tool
Version: 1.0.1
Summary: A sleek OSINT reconnaissance CLI tool
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: rich
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Project_Focus_Dial

# Why I Made This Project
Everyone who is into tech has at least once thought about being a hacker or do hacking stuff for fun. I mean hacking feels very cool power that we can have so just to get a bit of taste of cyber security/hacking I tried to make a very simple OSINT tool using python.

# What Even Is This Project
This project is a simple small osint tool which uses python as core programming language. Using this tool I can find people with "xyz" username on few websites like github, snapchat few more. I can also use this tool to find ip address of websites, details about their hosting and country,state they are bring hosted from.

From a hackers perspective this is not really that usefull tool as it only does very basic stuff that you can use a search engine insted of this but this can be very usefull if you want to use this tool as foundation to make your own osint tool. As I have a feature of json file in this tool so you can simply find api and enter more websites to find info from and this might become a very usefull tool.


# Built With

**Curiosity**: Hackers are cool(good ones) that's why I wanted to larp.

**Python**: The core programming language.

**API**: Free API's to get info 




***Images***

![Image1](ss1.png)

![Image2](ss2.png)

![Image3](ss3.png)

![Image4](ss4.png)







# How to Contribute

To contribute, you can use this code as foundation for your own project and tool which I can perhaps take inspiration from...

**Feedback:** If you ever try to use this tool and get ideas how small things can improve this tool then pls do share.

**Share Tips:** Share few tips with me that might help me to make a better project next time or even improve this one.




# Clone repo


**Clone the repository:**

```Bash
git clone https://github.com/Dixit106/osint-recon
```
After you have files for this project you can open terminal use "cd" to open this folder and type python main.py -u "xyzusername" to get started. You will understand more when you actually use this tool.

Important:- You will have to create and activate venv environment which means this feature will make a seprate environment where you can install python librarys which will not mess with your other projects. 

Use -d for domain, -u for username and -o for report
