FileDork is a sleek, modern web tool designed to simplify the process of finding direct download links for files stored in open directories.
By leveraging advanced search operators (Google Dorks), FileDork helps users locate Movies, Music, Books, Software, and more without landing on spammy websites.
-
Smart Dorking Logic: Updated search syntax (intitle:"index of") that improves accuracy and locates files even within sub-folders.
-
Multi-Engine Support: Switch instantly between Google, Bing, DuckDuckGo, Startpage, Yahoo, and FilePursuit.
-
One-Click Copy: Preview the generated search query and copy it to your clipboard for manual use.
-
Category Presets: Optimized extension lists for:
-
🎬 Video: mkv, mp4, avi, mov, etc.
-
🎵 Audio: mp3, flac, wav, ogg, etc.
-
📚 Books: pdf, epub, mobi, cbz, etc.
-
💾 Software: exe, iso, apk, dmg, etc.
-
🖼️ Images: jpg, png, raw, psd, etc.
-
-
Modern UI: A clean, dark-themed interface built with Tailwind CSS and Lucide icons.
-
Mobile Responsive: Fully functional on desktop and mobile devices.
FileDork is a client-side application. It requires no server, database, or API keys.
Option 1: Run Locally
-
Clone the repository or download the files.
-
Open index.html in any modern web browser.
Option 2: Host It
-
Simply upload index.html to any static hosting provider:
-
GitHub Pages
-
Netlify
-
Vercel
-
Cloudflare Pages
-
You can customize the search logic by editing the CONSTANTS at the top of the JavaScript section in script.js.
Modifying Extensions:
const EXTENSIONS = {
video: 'mkv|mp4|avi|mov...', // Add more extensions here
// ...
};Adding Search Engines:
const ENGINES = {
google: { name: 'Google', url: '[https://www.google.com/search?q=](https://www.google.com/search?q=)' },
// Add your custom engine here
custom: { name: 'MyEngine', url: '[https://example.com/search?q=](https://example.com/search?q=)' }
};-
FileDork is a search tool intended for educational purposes and for finding open-source software, public domain content, and personal digital archives.
-
The developers of FileDork do not host any files.
-
We are not responsible for the content you access via third-party search engines.
-
Please respect copyright laws in your country and the terms of service of the search engines you use.
This project is licensed under the MIT License - see the LICENSE file for details.