File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22#Date-13/12/2025
33#Author- Lokesh Kumar
44#github - @trmxvibs
5- #Madeinindiaimport re
5+ #Madeinindia
6+ import re
67from modules .config import make_request
78
89def search_leaks (domain ):
910 report = ["\n [*] DARK INTEL (OSINT & LEAKS):" ]
1011 found_leaks = False
1112
12-
13-
1413 dorks = [
1514 f"site:pastebin.com { domain } password" ,
1615 f"site:github.com { domain } API_KEY" ,
@@ -22,14 +21,12 @@ def search_leaks(domain):
2221 for dork in dorks :
2322 report .append (f" > Google Query: { dork } " )
2423
25-
26-
2724 report .append (f" [i] Breach Database Check:" )
2825
2926 targets = [f"admin@{ domain } " , f"root@{ domain } " , f"info@{ domain } " ]
3027
31- report .append (f" > Monitoring { len (targets )} high-value accounts." )
28+
29+ report .append (f" > Monitoring { len (targets )} high-value accounts." )
3230 report .append (f" > Status: [INFO] Use 'H8mail' tool for deep password dumping." )
3331
34-
3532 return "\n " .join (report )
You can’t perform that action at this time.
0 commit comments