// Welcome to Terminal6 Hub
Your all-in-one access point to everything in Terminal6. Explore commands, read changelogs, get support, and more.
📟 Commands Reference
Explore the powerful OSINT commands with detailed examples and how to use them.
-
Usage:
asn <ip>
Description: Get Autonomous System Number (ASN) and network info for an IP address.Example:asn 8.8.8.8
-
Usage:
base64 -e <string>
(encode),base64 -d <string>
(decode)Description: Encode or decode a string using Base64.Example:base64 -e hello
-
Usage:
breachcheck <email>
Description: Check if an email has been exposed in public data breaches.Example:breachcheck example@example.com
-
Usage:
cdncheck <url>
Description: Check if a website is behind a CDN like Cloudflare based on HTTP headers.Example:cdncheck https://example.com
-
Usage:
clear
Description: Clear the terminal screen. -
Usage:
dnslookup <domain>
Description: Resolve DNS records for a domain using Google DNS over HTTPS.Example:dnslookup example.com
-
Usage:
emailverify <email>
Description: Check if an email looks suspicious or linked to fraud (via emailrep.io).Example:emailverify example@example.com
-
Usage:
geolocate <ip>
Description: Locate the approximate physical location of an IP address.Example:geolocate 8.8.8.8
-
Usage:
hash <string> [algorithm]
Description: Generate a hash (MD5, SHA1, SHA256, SHA512) from a string.Example:hash hello sha256
-
Usage:
hashcrack <hash> [algorithm]
Description: Attempt to crack a hash using common hash databases (MD5, SHA1, SHA256, etc).Example:hashcrack 5d41402abc4b2a76b9719d911017c592
-
Usage:
headers <url>
Description: Fetch HTTP response headers from a URL to inspect server config and technologies.Example:headers https://example.com
-
Usage:
help [command]
Description: Display help for all commands or for a specific command.Example:help asn
-
Usage:
iplookup <ip>
Description: Retrieve details about an IP address (ISP, hostname, city, region, etc).Example:iplookup 8.8.8.8
-
Usage:
myip
Description: Automatically detect your own IP address and analyze its location, ISP, VPN/Proxy/Tor status, etc. -
Usage:
portscan <ip>
Description: Scan an IP for open ports (basic simulated nmap). Also shows possible ONYPHE data.Example:portscan 8.8.8.8
-
Usage:
sslcheck <domain>
Description: Get details about a domain's SSL certificate (validity, issuer, etc).Example:sslcheck example.com
-
Usage:
subdomains <domain>
Description: Discover subdomains using public certificate transparency logs and DNS history.Example:subdomains example.com
-
Usage:
techstack <url>
Description: Detect technologies used on a website (CMS, JS libraries, frameworks, etc).Example:techstack https://example.com
-
Usage:
timeconvert <timestamp>
Description: Convert a UNIX timestamp to human-readable date and time.Example:timeconvert 1735682461
-
Usage:
urlencode -e <string>
(encode),urlencode -d <string>
(decode)Description: Encode or decode a URL string.Example:urlencode -e https://example.com/example
-
Usage:
usernamecheck <username>
Description: Search for a username across multiple websites (may take 10+ seconds).Example:usernamecheck johndoe
-
Usage:
whois <domain>
Description: Get registration info for a domain (e.g., registrar, creation/expiration dates, nameservers, etc).Example:whois example.com
📜 Changelog
Track the evolution of Terminal6. Every update, feature, and fix documented.
-
- Launched the Terminal6 Hub for expanded features, future tools, and tutorials on how to use them.
-
- Updated popup message text for better clarity.
-
- Added popup message on start, showing app status:
Connecting...
,Connected
,Disconnected
-
- Initial website launch for
terminal6.org
🤝 Support
Need help? Reach out via Reddit DM or contact@terminal6.org.
📣 Feedback
We’re all ears. Share your feedback or suggest a feature!
Reddit: @triple6dev · Email: contact@terminal6.org
🧾 License
Copyright © 2025 triple6dev
Terminal6 (the “Project”) is a proprietary, web-based website that offers OSINT tools and services. Its source code is privately owned and is not open source or publicly available. By accessing, downloading, using, or modifying any part of this website, its source code, or hosted services, you agree to the terms below.
1. Ownership and Rights
- This Project and all its components — including but not limited to source code, assets, styling, design, architecture, and content — are the sole property of triple6dev.
- All rights are reserved. No license or rights are granted except as explicitly stated.
2. Restrictions
- Copying or Cloning: Reproducing or duplicating the website or substantial parts is prohibited.
- Reverse Engineering: Decompiling or analyzing to derive the original source is not allowed.
- Modifying: You may not alter or build upon this Project for redistribution or competition.
- Commercial Use: Any profit-driven usage without permission is prohibited.
- Redistribution: Republishing any portion in public or private repositories is not allowed.
- Misusing Branding: Do not use the name Terminal6, triple6dev, or any visual branding deceptively or without permission.
3. Permitted Usage
- Study the code privately for educational or research purposes only.
- Run the website locally for non-commercial personal use.
- Use only in ways that comply with applicable laws.
4. Data & API Usage
Terminal6 interacts with third-party APIs for OSINT purposes. By using it, you consent to:
- External data requests based on your input.
- Your responsibility to comply with third-party API terms.
- No liability assumed by triple6dev for third-party content or policies.
5. Liability Disclaimer
THE WEBSITE IS PROVIDED “AS IS” WITHOUT WARRANTY. triple6dev SHALL NOT BE HELD LIABLE FOR ANY DAMAGES, DATA LOSS, OR BREACHES ARISING FROM USE OR INACCESSIBILITY.
6. Termination
Violation of these terms may result in revoked access and potential legal consequences.
7. International Enforcement
This license is globally enforceable under copyright law, including the Berne Convention, TRIPS Agreement, and WIPO treaties. Legal action may be taken in any relevant jurisdiction.
8. Contact
- Reddit: u/triple6dev
- Twitter: @triple6dev
- Email: contact@terminal6.org