Ruyy | OSINT & Security Tools

6 Followers
2 Following
7 Posts

Cybersecurity & OSINT enthusiast
Building recon and security tools in Python

Open source • Learning • Research

#OSINT #CyberSecurity #EthicalHacking #BugBounty #Recon

my GitHubhttps://github.com/ruyynn
Portfoliohttps://portfolioruyynn.great-site.net/

While doing some OSINT research, I realized how fragmented the workflow can be.

I often had to jump between multiple tools just to collect small pieces of information — one tool for usernames, another for domains, another for metadata, and sometimes manual searching in between. It quickly became messy and inefficient.

So I started experimenting with a small project to simplify that process.

GhostIntel is an OSINT-focused tool designed to help gather and organize publicly available information in a more streamlined way. The goal is not to replace existing tools, but to reduce the friction of switching between them.

Still experimenting and improving it.

If you're interested in checking it out or sharing feedback:

https://github.com/ruyynn/GhostIntel

Always open to suggestions from the infosec community.

#infosec #osint #cybersecurity #securitytools #opensource

GitHub - ruyynn/GhostIntel: GhostIntel is a Python-based OSINT framework for digital investigation using public data such as username, email, domain, IP address, and phone number.

GhostIntel is a Python-based OSINT framework for digital investigation using public data such as username, email, domain, IP address, and phone number. - ruyynn/GhostIntel

GitHub
Curious about how others approach OSINT for multi-platform username, email, and phone analysis?
I’ve been experimenting with personal Python scripts to streamline data collection ethically.
#OSINT #Infosec #Python

GhostIntel v2.0

Open-source OSINT framework written in Python.

Designed to gather intelligence from publicly available data.

New: **multi-country phone number investigation**

Supported regions:

🇮🇩 Indonesia (+62)
🇺🇸 United States (+1)
🇬🇧 United Kingdom (+44)
🇮🇳 India (+91)
🇲🇾 Malaysia (+60)

Capabilities:

• username enumeration
• email intelligence (MX / SPF / disposable detection)
• DNS reconnaissance for domains
• IP geolocation + RDAP lookup
• async scanning engine
• report export (HTML / JSON / TXT)

Example usage:

ghostintel -u username
ghostintel -p +628123456789
ghostintel -d example.com

Project
https://github.com/ruyynn/GhostIntel

#OSINT #InfoSec #CyberSecurity #Python #OpenSource

Hey folks! 👋

Wanted to share a project I've been working on — HXR. It's a Python-based reconnaissance framework designed to streamline bug bounty workflows.

What's inside:
✦ Subdomain enum + tech fingerprinting
✦ Crawler + parameter discovery
✦ Automated screenshots
✦ Vulnerability scanner (XSS, Open Redirect, etc)
✦ API endpoint finder from JS
✦ Report generator

The good stuff:
• Works on Linux, Windows, macOS, and Termux
• Auto-installs dependencies on first run
• Clean, readable output
• Modular — pick and choose features

Important: Only for authorized testing and education. Please be responsible.

Would love to hear your thoughts, suggestions, or bug reports. Just open an issue on GitHub or reach out.

🔗 https://github.com/ruyynn/hxr

If it's useful, a star would mean a lot! ⭐

#bugbounty #infosec #python #opensource

Hello infosec community

I'm a developer interested in cybersecurity, OSINT, and reconnaissance tooling. Lately I've been spending time building small open-source tools in Python and learning more about how different recon techniques work in practice.

Most of my projects focus on things like subdomain discovery, endpoint extraction, and attack surface mapping. I'm still learning a lot and experimenting with different approaches.

Looking forward to connecting with other researchers and developers here and learning from the discussions in the community.

#CyberSecurity #OSINT #InfoSec