Update src/app/commands/page.tsx

This commit is contained in:
2026-04-09 02:12:03 +00:00
parent 3d31f9fddd
commit 8e8f02a650

View File

@@ -61,37 +61,37 @@ export default function LandingPage() {
id: "c1",
name: "Nmap Scan",
price: "nmap -sV target",
imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-black-background_187299-46672.jpg?_wi=2",
},
{
id: "c2",
name: "Metasploit Start",
price: "msfconsole",
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=3",
},
{
id: "c3",
name: "Linux Update",
price: "sudo apt update",
imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063184.jpg?_wi=2",
},
{
id: "c4",
name: "Find Files",
price: "find / -name",
imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/circular-layers-dark-background-price-tag_23-2148629498.jpg?_wi=2",
},
{
id: "c5",
name: "Process List",
price: "ps aux | grep",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg?_wi=2",
},
{
id: "c6",
name: "Netstat",
price: "netstat -tulpn",
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg?_wi=4",
},
]}
title="Command Center"