Find hidden corners of the internet. OWF is a tool that discovers obscure websites by scanning random IP addresses, complete with a sleek viewer for exploring what you find.
- Discovers unknown websites across the internet
- Smart filtering to find specific types of sites
- Built-in gallery to preview your discoveries
- Multi-threaded scanning
- Dark-themed website viewer with screenshots
- Saves everything you find automatically
-
Make sure you have Python 3.7+ installed
-
Clone this repository:
git clone https://github.com/xxanvv/Obscure-Website-Finder.git cd obscure-website-finder -
If you're on Windows, just run:
start.bat
This will set up everything automatically.
-
For manual setup on other systems:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install requests pillow urllib3 tk ipaddress playwright nest_asyncio playwright install chromium
-
Start exploring:
python OWF.py
OWF has two main parts:
- Scans random IPs looking for unknown websites
- Filters out common sites to find the obscure ones
- Saves everything it finds to
found_websites.txt - Shows you stats while it works
- Stop anytime with Ctrl+C
- Browse through everything you've found
- See screenshots of each site
- Visit interesting sites directly
- Dark theme for late-night exploring
- Pages through your discoveries
- Use "Advanced Settings" to filter for specific kinds of sites
- Try filtering titles to find particular pages (like "personal blog" or "home server")
- Look for specific server types to find hobby projects
- This is for exploring the internet and finding interesting sites
- Some websites might not like automated visitors
- Consider using a VPN while scanning
Found a bug? Have an idea? Feel free to:
- Open an issue
- Submit a pull request
- Suggest new features
- Improve the documentation
- Add more filtering options
© 2025 - All Rights Reserved

