⚠️ Disclaimer: DPULSE is a research tool tailored for OSINT professionals. It is not intended for criminal activities. The developer is not responsible for any misuse of this tool. Use strictly on allowed domains and for legal purposes.
DPULSE automates the boring stuff in domain reconnaissance. It compiles data into clean HTML/XLSX reports.
| Feature | Description |
|---|---|
| 🔍 Basic Scan | Automates WHOIS, subdomains, emails, IPs, social media, SSL info, open ports, and tech stack detection. |
| 🕵️♂️ PageSearch | Deep dive into subdomains to find API keys, exposed passwords, cookies, hidden forms, and sensitive documents (PDF, config files). |
| 🧩 Dorking Mode | Automated Google Dorking for IoT, admin panels, sensitive files, and custom user-defined dorks. |
| 🔗 API Integrations | Native support for VirusTotal, SecurityTrails, and HudsonRock (compromised hosts check). |
| 📸 Snapshotting | Captures target via Screenshots, HTML downloads, or Wayback Machine archiving. |
The fastest way to run DPULSE without worrying about dependencies.
# 1. Pull the image
docker pull osinttechnologies/dpulse:latest
# 2. Run DPULSE (Linux/macOS)
docker run --rm -it -v "$PWD":/data -w /data osinttechnologies/dpulse:latest
# 2. Run DPULSE (Windows PowerShell)
docker run --rm -it -v "${PWD}:/data" -w /data osinttechnologies/dpulse:latestFor developers or those who prefer a local environment.
git clone https://github.com/OSINT-TECHNOLOGIES/dpulse
cd dpulse
poetry install
poetry run python dpulse.pyClick to see Legacy Installation (pip)
If you don't use Poetry, you can use standard pip (might have conflicts):
git clone https://github.com/OSINT-TECHNOLOGIES/dpulse
cd dpulse
pip install -r requirements.txt
python dpulse.pyMain Menu
Clean CLI interface for easy navigation.
Scanning Process
Real-time feedback during the scan.
Output
Organized report folders with timestamps.
We are proud to be mentioned by industry leaders and the cybersecurity community.
- HudsonRock: Featured in cybercrime intelligence update
- DarkWebInformer: Tool for complex approach to domain OSINT
- Ethical Hackers Academy: Tool Review
View all mentions (Social Media & Blogs)
- Cyber Detective
- Hackers Factory
- C.I.T Security
- Реальний OSINT
Created by OSINT-TECHNOLOGIES