Turbo Recon
A reconnaissance tool for faster subdomain enumeration with DNS record checker.
What is Turbo Recon?
Turbo Recon is a Chrome extension developed by Aswin Venkat, and its main feature is "A reconnaissance tool for faster subdomain enumeration with DNS record checker.".
Extension Screenshots
Download Turbo Recon Extension CRX File
Download Turbo Recon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool is made for pentesters and cyber experts , It has the above features in it. 1) subdomain enumeration 2) IP addresses 3) Reverse DNS 4) DNS Records checker 5) IP to Geolocation converter
Extension Basic Information
Name | Turbo Recon |
ID | jjabkimnemakjiggchfjkiilfjanhopn |
Official URL | https://chromewebstore.google.com/detail/turbo-recon/jjabkimnemakjiggchfjkiilfjanhopn |
Description | A reconnaissance tool for faster subdomain enumeration with DNS record checker. |
File Size | 1018 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2021-05-18 |
Publish Date | 2021-05-18 |
Developer | Aswin Venkat |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turbo Recon", "version": "1.0", "description": "A reconnaissance tool for faster subdomain enumeration with DNS record checker.", "manifest_version": 2, "icons": { "128": "assets\/thunder_128x128.png" }, "browser_action": { "default_icon": "assets\/thunder_normal.png", "default_popup": "index.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |