👉 Modat Magnify : magnify.modat.io
API Reference api.magnify.modat.io/docs#/

I came across this while I was going through a researcher's medium article where he was able to find unauthenticated and sensitive tracker UI
So I planned to make some dorks in it as everyone uses Shodan and we keep getting the same duplicate results, this has some hope to get some unique assets different from other search engines like Shodan, Fofa, Zoomeye , etc…

List of all search filters available in the Query Guide section

IP Recon
x.x.x.x
NET/SUBNET
net=a.b.c.d/x
Port Range
port=xxxx-yyyy
port>x
port<x
Service

Any service you find related to your authorized target, just search for pentesting commands, there are hundreds of blogs about it or use AI.
Learn how to test a specific port / service. Then make a multi-threaded python script and mass hunt everywhere for only that.



Admin Keywords

Open Directory 📂

This tag is not available in free account, but let's use another dork that leads to same results.
web.title ~ "index of /"
Token Hunt 🗝️



Bearer Tokens


web.html ~ "Authorization" AND web.html ~ "Bearer 1"
web.html ~ "Authorization" AND web.html ~ "Bearer 2"
web.html ~ "Authorization" AND web.html ~ "Bearer 3"
web.html ~ "Authorization" AND web.html ~ "Bearer A"
web.html ~ "Authorization" AND web.html ~ "Bearer a"
web.html ~ "Authorization" AND web.html ~ "Bearer b"LDAP Authentication
web.html ~ "LDAP Username:"
web.html ~ "LDAP " AND web.html ~ "Forgot password"
Domain Controller Keywords


🎛️ Unauthenticated home automation dashboard hunting


Copyright Trademark based Recon
- Helpful to find Origin IPs & Hidden Assets
web.html ~ "Copyright © 2025 COMPANY_XYZ"
🎮 Controller for XYZ

Just explore 🤘
web.title ~ "Radar"
web.title ~ "Satellite"
web.title ~ "Dockyard"
web.title ~ "Ship"
web.title ~ "Admin controller"
web.title ~ "Admin panel"
web.title ~ "web station"
web.html ~ "Vehicle Tracking"
web.title ~ "station"
web.title ~ "gas"
web.title ~ "pump"
web.title ~ "monitor"
web.title ~ "flight"
web.html ~ "Web Portal" AND web.html ~ "Agent"
web.html ~ "Refrigerator"Limitations
- Most important filters like
domain="example.com"AND "CVE" not available in free account.
