John's Awesome Tools β’ A clean, terminal-inspired workstation for OSINT, Cybersecurity, and Research.
π Live Site
https://alreadyclosed.github.io/JAT/
JAT is a lightweight, single-page interface designed for quick access to web-based tools. It organizes 100+ resources into a searchable, categorized layout that works directly in any browser without extra setup.
- Modal Descriptions: Click a tool to see a pop-up with its specific purpose and metadata before launching.
- Smooth Expansion: Categories expand using CSS Grid transitions for a clean, non-snapping experience.
- Terminal Aesthetic: Uses Consolas typography with a high-contrast Black and Neon Orange theme.
- Filter Search: Real-time search that highlights matching tools, searches through hidden tags, and manages category states automatically.
- Adaptive Grid: Responsive layout that keeps tool links organized regardless of screen size.
- Automatic Counting: Tracks and displays the number of tools within each category.
- Frontend: HTML5 & CSS3 (Custom Variables & Grid)
- Logic: Vanilla JavaScript (Zero-Waste, No libraries or dependencies)
- Theme: GitHub-inspired Dark mode with Neon Orange accents.
| Category | Focus |
|---|---|
| OSINT | Open Source Intelligence and Investigations |
| NETWORK & RECON | Domain, DNS, and infrastructure mapping |
| WEB SECURITY | Request analysis and CMS testing |
| EXPLOITATION | Shell generators and vulnerability databases |
| POST-EXPLOITATION | Privilege escalation and wordlists |
| REVERSE ENGINEERING | Debugging and binary analysis |
| CRYPTOGRAPHY | Encoding, hashing, and decryption |
| LEARNING & CTF | Training platforms and security documentation |
| SYSTEM & UTILITIES | OS flashing and system optimization |
| OPERATING SYSTEMS | Quick links to security-focused distributions |
| HARDWARE | Embedded systems, firmware, and SPI flashing |
| FORENSICS | Disk imaging, memory analysis, and registry artifacts |
| SDR & WIRELESS | Software Defined Radio and signal decoding |
| MALWARE ANALYSIS | Sandboxing and behavioral reporting |
- Clone the repository:
git clone https://github.com/alreadyClosed/JAT.git
-
Run: Open
index.htmlin any web browser. -
Search: Use the search bar at the top to filter tools. Typing a keyword will filter the list and expand relevant folders automatically.
To add or remove links, edit the myTools array in the script section.
const myTools = [
["CATEGORY", "Tool Name", "https://url-link.com", "Short Description", "search tags"],
];
Credits: All tools linked belong to their respective creators.
"Locally Hosted Workstation"
[ JAT_FRAMEWORK ]