beefbox / index.html
S-Dreamer's picture
Add 3 files
fc6a1d7 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BeEF Box | Professional Pentesting Hardware</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#1A1A1A',
secondary: '#00FF00',
accent: '#FF3E3E',
darkbg: '#121212',
highlight: '#4A90E2',
},
fontFamily: {
mono: ['JetBrains Mono', 'monospace'],
sans: ['Inter', 'sans-serif'],
},
}
}
}
</script>
<style>
.terminal-border {
border: 1px solid #00FF00;
box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}
.terminal-header {
background: linear-gradient(90deg, #1A1A1A 0%, #121212 100%);
border-bottom: 1px solid #00FF00;
}
.blink {
animation: blink 1s step-end infinite;
}
@keyframes blink {
from, to { opacity: 1; }
50% { opacity: 0; }
}
.typewriter {
overflow: hidden;
border-right: .15em solid #00FF00;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation:
typing 3.5s steps(40, end),
blink-caret .75s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 100% }
}
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #00FF00; }
}
.glow-on-hover:hover {
box-shadow: 0 0 15px rgba(0, 255, 0, 0.7);
}
</style>
</head>
<body class="bg-darkbg text-white font-sans min-h-screen">
<!-- Navigation -->
<nav class="bg-primary py-4 px-6 border-b border-secondary">
<div class="container mx-auto flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-terminal text-secondary text-2xl"></i>
<span class="font-mono text-xl font-bold">BeEF<span class="text-accent">Box</span></span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#features" class="hover:text-secondary transition">Features</a>
<a href="#specs" class="hover:text-secondary transition">Specs</a>
<a href="#testimonials" class="hover:text-secondary transition">Case Studies</a>
<a href="#pricing" class="hover:text-secondary transition">Pricing</a>
</div>
<button class="md:hidden text-xl">
<i class="fas fa-bars"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-primary to-transparent z-10"></div>
<div class="absolute inset-0 bg-gradient-to-l from-primary to-transparent z-10"></div>
<div class="container mx-auto px-6 py-24 relative z-20">
<div class="max-w-3xl">
<div class="flex items-center mb-4">
<div class="w-3 h-3 rounded-full bg-accent mr-2"></div>
<div class="w-3 h-3 rounded-full bg-secondary mr-2"></div>
<div class="w-3 h-3 rounded-full bg-highlight"></div>
</div>
<h1 class="text-4xl md:text-6xl font-bold mb-6 font-mono">
<span class="text-secondary">BeEF</span><span class="text-accent">Box</span>:
<span class="typewriter block">Your Ultimate Pentesting Drop Box</span>
</h1>
<p class="text-lg mb-8 leading-relaxed">
The professional-grade penetration testing hardware solution for ethical hackers and security researchers.
Deploy zero-touch recon nodes with enterprise-grade reliability.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#order" class="bg-secondary hover:bg-green-600 text-primary font-bold py-3 px-8 rounded transition duration-300 glow-on-hover">
<i class="fas fa-shopping-cart mr-2"></i> Order Now
</a>
<a href="#features" class="border border-secondary hover:bg-primary text-secondary font-bold py-3 px-8 rounded transition duration-300">
<i class="fas fa-terminal mr-2"></i> Explore Features
</a>
</div>
</div>
</div>
<div class="absolute inset-0 bg-[url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center opacity-20"></div>
</section>
<!-- Features Section -->
<section id="features" class="py-16 bg-primary">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold mb-4 font-mono">
<span class="text-secondary">>_</span> <span class="text-white">Professional Pentesting Features</span>
</h2>
<p class="max-w-2xl mx-auto text-gray-300">
Engineered for security professionals who demand reliability and stealth in their engagements
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="terminal-border p-6 rounded-lg bg-darkbg hover:translate-y-[-5px] transition duration-300">
<div class="flex items-center mb-4">
<div class="bg-secondary p-2 rounded-full mr-4">
<i class="fas fa-microchip text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold font-mono">Orange Pi Zero 2 W</h3>
</div>
<p class="text-gray-300 mb-4">
Quad-core ARM Cortex-A53 processor with 512MB/1GB RAM options for optimal performance in covert operations.
</p>
<ul class="text-sm text-gray-300 space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Low-power consumption for extended deployments
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Compact form factor (48.6mm x 46mm)
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Built-in WiFi 4 (802.11 b/g/n)
</li>
</ul>
</div>
<!-- Feature 2 -->
<div class="terminal-border p-6 rounded-lg bg-darkbg hover:translate-y-[-5px] transition duration-300">
<div class="flex items-center mb-4">
<div class="bg-secondary p-2 rounded-full mr-4">
<i class="fas fa-plug text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold font-mono">Power over Ethernet</h3>
</div>
<p class="text-gray-300 mb-4">
Deploy anywhere with PoE support (802.3af) for simplified power and data delivery in restricted environments.
</p>
<ul class="text-sm text-gray-300 space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Single-cable solution for clean installations
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Compatible with standard PoE switches/injectors
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Optional PoE splitter for non-PoE networks
</li>
</ul>
</div>
<!-- Feature 3 -->
<div class="terminal-border p-6 rounded-lg bg-darkbg hover:translate-y-[-5px] transition duration-300">
<div class="flex items-center mb-4">
<div class="bg-secondary p-2 rounded-full mr-4">
<i class="fas fa-shield-alt text-primary text-xl"></i>
</div>
<h3 class="text-xl font-bold font-mono">Preloaded Toolkit</h3>
</div>
<p class="text-gray-300 mb-4">
Battle-tested penetration testing suite pre-installed and configured for immediate deployment.
</p>
<ul class="text-sm text-gray-300 space-y-2">
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> BeEF framework for browser exploitation
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Metasploit integration for post-exploitation
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-secondary mr-2"></i> Custom C2 infrastructure scripts
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Technical Specifications -->
<section id="specs" class="py-16 bg-darkbg">
<div class="container mx-auto px-6">
<div class="terminal-border rounded-lg overflow-hidden">
<div class="terminal-header p-4 flex items-center">
<div class="flex space-x-2 mr-4">
<div class="w-3 h-3 rounded-full bg-accent"></div>
<div class="w-3 h-3 rounded-full bg-secondary"></div>
<div class="w-3 h-3 rounded-full bg-highlight"></div>
</div>
<div class="font-mono text-sm">
root@beefbox:~# specs --detailed
</div>
</div>
<div class="p-6 md:p-8">
<h2 class="text-2xl font-bold mb-6 font-mono text-secondary">Technical Specifications</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div>
<h3 class="text-lg font-bold mb-4 font-mono border-b border-gray-700 pb-2">Hardware</h3>
<ul class="space-y-3">
<li class="flex justify-between">
<span class="text-gray-300">Processor:</span>
<span class="font-mono">Allwinner H616 (Quad-core Cortex-A53 @ 1.5GHz)</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Memory:</span>
<span class="font-mono">512MB/1GB DDR4</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Storage:</span>
<span class="font-mono">8GB eMMC (expandable via microSD)</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Networking:</span>
<span class="font-mono">10/100 Ethernet, 802.11 b/g/n WiFi</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Power:</span>
<span class="font-mono">802.3af PoE (15.4W) or 5V/2A DC</span>
</li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4 font-mono border-b border-gray-700 pb-2">Software</h3>
<ul class="space-y-3">
<li class="flex justify-between">
<span class="text-gray-300">OS:</span>
<span class="font-mono">Custom Debian 11 (Bullseye)</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">BeEF Framework:</span>
<span class="font-mono">v0.5.0.0 with custom modules</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Metasploit:</span>
<span class="font-mono">v6.2+ integration</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">C2:</span>
<span class="font-mono">Custom Python-based infrastructure</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Persistence:</span>
<span class="font-mono">Auto-reconnect, fallback mechanisms</span>
</li>
</ul>
</div>
</div>
<div class="mt-8">
<h3 class="text-lg font-bold mb-4 font-mono border-b border-gray-700 pb-2">Physical Characteristics</h3>
<ul class="space-y-3">
<li class="flex justify-between">
<span class="text-gray-300">Dimensions:</span>
<span class="font-mono">48.6mm × 46mm × 19.2mm</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Weight:</span>
<span class="font-mono">28g (board only), 150g (with case)</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Operating Temp:</span>
<span class="font-mono">-20°C to 70°C</span>
</li>
<li class="flex justify-between">
<span class="text-gray-300">Enclosure:</span>
<span class="font-mono">Optional hardened plastic case</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Email Capture -->
<section class="py-16 bg-primary">
<div class="container mx-auto px-6">
<div class="terminal-border rounded-lg bg-darkbg overflow-hidden">
<div class="terminal-header p-4 flex items-center">
<div class="flex space-x-2 mr-4">
<div class="w-3 h-3 rounded-full bg-accent"></div>
<div class="w-3 h-3 rounded-full bg-secondary"></div>
<div class="w-3 h-3 rounded-full bg-highlight"></div>
</div>
<div class="font-mono text-sm">
root@beefbox:~# download --resource=insider_techniques.pdf
</div>
</div>
<div class="p-8">
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-2xl font-bold mb-4 font-mono text-secondary">
Get Your Free <span class="text-accent">5 Insider Techniques</span> Guide
</h2>
<p class="mb-6 text-gray-300">
Discover advanced penetration testing methodologies used by professional red teams.
This exclusive guide reveals five powerful techniques for:
</p>
<ul class="space-y-3 mb-6">
<li class="flex items-center">
<i class="fas fa-angle-right text-secondary mr-2"></i> Covert network pivoting
</li>
<li class="flex items-center">
<i class="fas fa-angle-right text-secondary mr-2"></i> Persistent access maintenance
</li>
<li class="flex items-center">
<i class="fas fa-angle-right text-secondary mr-2"></i> Browser exploitation at scale
</li>
<li class="flex items-center">
<i class="fas fa-angle-right text-secondary mr-2"></i> Evading modern detection systems
</li>
<li class="flex items-center">
<i class="fas fa-angle-right text-secondary mr-2"></i> Operational security best practices
</li>
</ul>
</div>
<div>
<div class="bg-gray-800 p-6 rounded-lg">
<h3 class="text-xl font-bold mb-4 font-mono text-center text-secondary">
Download Now
</h3>
<form id="emailCaptureForm" class="space-y-4">
<div>
<label for="name" class="block text-sm font-medium text-gray-300 mb-1">Name</label>
<input type="text" id="name" name="name" required
class="w-full bg-gray-700 border border-gray-600 rounded px-4 py-2 focus:outline-none focus:border-secondary">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-300 mb-1">Email</label>
<input type="email" id="email" name="email" required
class="w-full bg-gray-700 border border-gray-600 rounded px-4 py-2 focus:outline-none focus:border-secondary">
</div>
<div>
<label for="role" class="block text-sm font-medium text-gray-300 mb-1">Your Role</label>
<select id="role" name="role"
class="w-full bg-gray-700 border border-gray-600 rounded px-4 py-2 focus:outline-none focus:border-secondary">
<option value="">Select...</option>
<option value="pentester">Penetration Tester</option>
<option value="redteam">Red Team Operator</option>
<option value="researcher">Security Researcher</option>
<option value="student">Student</option>
<option value="other">Other</option>
</select>
</div>
<button type="submit"
class="w-full bg-secondary hover:bg-green-600 text-primary font-bold py-3 px-4 rounded transition duration-300">
<i class="fas fa-download mr-2"></i> Get Instant Access
</button>
</form>
<p class="text-xs text-gray-400 mt-4">
By submitting, you agree to receive our email series and occasional product updates.
Unsubscribe anytime. We respect your privacy.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials/Case Studies -->
<section id="testimonials" class="py-16 bg-darkbg">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4 font-mono">
<span class="text-secondary">>_</span> <span class="text-white">Field Reports</span>
</h2>
<p class="max-w-2xl mx-auto text-gray-300">
How security professionals are using BeEF Box in real-world engagements
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="terminal-border p-6 rounded-lg bg-primary">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-highlight flex items-center justify-center text-xl font-bold mr-4">
JD
</div>
<div>
<h4 class="font-bold">Jason D.</h4>
<p class="text-sm text-gray-300">Senior Pentester, Fortune 500</p>
</div>
</div>
<p class="text-gray-300 italic mb-4">
"The BeEF Box has become my go-to for internal network assessments. The PoE capability lets me place it in ceiling spaces or behind furniture without worrying about power. In our last engagement, we maintained access for 3 weeks without detection."
</p>
<div class="flex space-x-2">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">#covert</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">#persistence</span>
</div>
</div>
<!-- Testimonial 2 -->
<div class="terminal-border p-6 rounded-lg bg-primary">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-accent flex items-center justify-center text-xl font-bold mr-4">
SM
</div>
<div>
<h4 class="font-bold">Sarah M.</h4>
<p class="text-sm text-gray-300">Red Team Lead, Cybersecurity Firm</p>
</div>
</div>
<p class="text-gray-300 italic mb-4">
"What sets the BeEF Box apart is the preconfigured toolset. We deployed six units across a financial client's network and had C2 established within hours. The custom scripts saved us days of setup time."
</p>
<div class="flex space-x-2">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">#C2</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">#rapid-deployment</span>
</div>
</div>
<!-- Testimonial 3 -->
<div class="terminal-border p-6 rounded-lg bg-primary">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-secondary flex items-center justify-center text-xl font-bold text-primary mr-4">
RK
</div>
<div>
<h4 class="font-bold">Robert K.</h4>
<p class="text-sm text-gray-300">Security Researcher</p>
</div>
</div>
<p class="text-gray-300 italic mb-4">
"For the price, you can't beat the hardware specs. I've stress-tested the BeEF Box with multiple simultaneous BeEF sessions and Metasploit payloads without issue. The team's support for custom firmware requests is excellent too."
</p>
<div class="flex space-x-2">
<span class="text-xs bg-gray-700 px-2 py-1 rounded">#reliability</span>
<span class="text-xs bg-gray-700 px-2 py-1 rounded">#performance</span>
</div>
</div>
</div>
</div>
</section>
<!-- Pro Toolkit Upsell -->
<section class="py-16 bg-primary">
<div class="container mx-auto px-6">
<div class="terminal-border rounded-lg overflow-hidden">
<div class="terminal-header p-4 flex items-center">
<div class="flex space-x-2 mr-4">
<div class="w-3 h-3 rounded-full bg-accent"></div>
<div class="w-3 h-3 rounded-full bg-secondary"></div>
<div class="w-3 h-3 rounded-full bg-highlight"></div>
</div>
<div class="font-mono text-sm">
root@beefbox:~# upgrade --package=pro_toolkit
</div>
</div>
<div class="p-8 bg-darkbg">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-2xl font-bold mb-4 font-mono">
<span class="text-secondary">BeEF Box</span> <span class="text-accent">Pro Toolkit</span>
</h2>
<p class="mb-6 text-gray-300">
Elevate your penetration testing capabilities with our professional add-on package,
designed for serious security practitioners who demand the most from their hardware.
</p>
<h3 class="text-lg font-bold mb-3 font-mono text-secondary border-b border-gray-700 pb-2">Included Components</h3>
<ul class="space-y-3 mb-8">
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-2"></i>
<span>
<strong>Advanced C2 Modules:</strong> Custom command and control scripts for stealthy operations
</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-2"></i>
<span>
<strong>Hardened Case:</strong> EMI-shielded enclosure with mounting options
</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-2"></i>
<span>
<strong>Training Videos:</strong> 5 hours of advanced technique demonstrations
</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-2"></i>
<span>
<strong>Private Forum Access:</strong> Community of professional pentesters
</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-secondary mt-1 mr-2"></i>
<span>
<strong>Priority Support:</strong> Direct access to our technical team
</span>
</li>
</ul>
<div class="bg-gray-800 p-4 rounded-lg border-l-4 border-secondary">
<div class="flex items-start">
<i class="fas fa-exclamation-triangle text-secondary mr-3 mt-1"></i>
<div>
<h4 class="font-bold mb-1">Professional Use Only</h4>
<p class="text-sm text-gray-300">
The Pro Toolkit contains advanced exploitation tools intended for legal security testing only.
By purchasing, you confirm you have authorization to use these tools.
</p>
</div>
</div>
</div>
</div>
<div>
<div class="bg-gray-800 p-6 rounded-lg border border-gray-700">
<h3 class="text-xl font-bold mb-6 text-center font-mono text-secondary">Bundle Options</h3>
<div class="space-y-4">
<!-- Option 1 -->
<div class="border border-gray-700 rounded-lg p-4 hover:border-secondary transition cursor-pointer">
<div class="flex items-center mb-2">
<input type="radio" id="option1" name="bundle" class="mr-3" checked>
<label for="option1" class="font-bold">BeEF Box Standard</label>
</div>
<p class="text-sm text-gray-300 mb-3">
Base hardware with preloaded software (512MB RAM)
</p>
<p class="font-mono text-xl text-secondary">$149</p>
</div>
<!-- Option 2 -->
<div class="border border-secondary rounded-lg p-4 bg-gray-900">
<div class="flex items-center mb-2">
<input type="radio" id="option2" name="bundle" class="mr-3">
<label for="option2" class="font-bold">BeEF Box Pro Bundle</label>
<span class="ml-auto bg-accent text-xs text-white px-2 py-1 rounded">BEST VALUE</span>
</div>
<p class="text-sm text-gray-300 mb-3">
Hardware (1GB RAM) + Pro Toolkit + Priority Support
</p>
<p class="font-mono text-xl text-secondary">$249 <span class="text-sm line-through text-gray-400">$299</span></p>
</div>
<!-- Option 3 -->
<div class="border border-gray-700 rounded-lg p-4 hover:border-secondary transition cursor-pointer">
<div class="flex items-center mb-2">
<input type="radio" id="option3" name="bundle" class="mr-3">
<label for="option3" class="font-bold">Pro Toolkit Add-on</label>
</div>
<p class="text-sm text-gray-300 mb-3">
For existing BeEF Box owners (digital delivery)
</p>
<p class="font-mono text-xl text-secondary">$129</p>
</div>
</div>
<button id="order" class="w-full bg-secondary hover:bg-green-600 text-primary font-bold py-3 px-4 rounded mt-6 transition duration-300 glow-on-hover">
<i class="fas fa-lock mr-2"></i> Secure Checkout
</button>
<div class="flex items-center mt-4 text-sm text-gray-400">
<i class="fas fa-shield-alt mr-2"></i>
<span>SSL encrypted payment processing</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="py-16 bg-darkbg">
<div class="container mx-auto px-6">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4 font-mono">
<span class="text-secondary">>_</span> <span class="text-white">Technical FAQ</span>
</h2>
<p class="max-w-2xl mx-auto text-gray-300">
Answers to common questions from security professionals
</p>
</div>
<div class="max-w-3xl mx-auto">
<!-- FAQ Item 1 -->
<div class="mb-6 border-b border-gray-700 pb-6">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="font-bold font-mono text-lg text-secondary">What's the typical battery life when using PoE?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform"></i>
</button>
<div class="faq-content mt-3 text-gray-300 hidden">
<p>
The BeEF Box draws approximately 3-5W under normal operation (depending on CPU load).
When powered via 802.3af PoE (15.4W), the device can operate indefinitely as long as the
network connection remains active. We recommend using quality PoE switches or injectors
for mission-critical deployments.
</p>
</div>
</div>
<!-- FAQ Item 2 -->
<div class="mb-6 border-b border-gray-700 pb-6">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="font-bold font-mono text-lg text-secondary">How do you handle firmware updates?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform"></i>
</button>
<div class="faq-content mt-3 text-gray-300 hidden">
<p>
We provide quarterly firmware updates through a secure, authenticated channel.
The update process can be automated or performed manually via:
</p>
<ul class="list-disc pl-5 mt-2 space-y-1">
<li>SSH connection with signed packages</li>
<li>Web interface with checksum verification</li>
<li>Physical microSD card update (for air-gapped environments)</li>
</ul>
<p class="mt-2">
Pro Toolkit owners receive early access to updates and security patches.
</p>
</div>
</div>
<!-- FAQ Item 3 -->
<div class="mb-6 border-b border-gray-700 pb-6">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="font-bold font-mono text-lg text-secondary">What's the WiFi range in real-world conditions?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform"></i>
</button>
<div class="faq-content mt-3 text-gray-300 hidden">
<p>
In controlled testing environments with line-of-sight, we've achieved:
</p>
<ul class="list-disc pl-5 mt-2 space-y-1">
<li><strong>802.11n @ 2.4GHz:</strong> Up to 70m (230ft) with stock antenna</li>
<li><strong>With external antenna:</strong> Up to 120m (400ft) (not included)</li>
</ul>
<p class="mt-2">
Actual range varies significantly based on environmental factors (walls, interference, etc.).
For penetration testing scenarios, we recommend keeping deployment distances under 30m
for reliable connectivity.
</p>
</div>
</div>
<!-- FAQ Item 4 -->
<div class="mb-6 border-b border-gray-700 pb-6">
<button class="faq-toggle w-full flex justify-between items-center text-left">
<h3 class="font-bold font-mono text-lg text-secondary">Is the device detectable by modern EDR solutions?</h3>
<i class="fas fa-chevron-down text-gray-400 transition-transform"></i>
</button>
<div class="faq-content mt-3 text-gray-300 hidden">
<p>
The BeEF Box uses several techniques to evade detection:
</p>
<ul class="list-disc pl-5 mt-2 space-y-1">
<li>Randomized MAC addresses (configurable)</li>
<li>Low-power network signatures</li>
<li>Encrypted C2 channels with variable timing</li>
<li>Process masquerading techniques</li>
</ul>
<p class="mt-2">
However, no hardware is completely undetectable to determined defenders with
comprehensive network monitoring. The Pro Toolkit includes additional evasion
modules and techniques used by advanced red teams.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="py-16 bg-gradient-to-b from-primary to-darkbg">
<div class="container mx-auto px-6 text-center">
<div class="max-w-3xl mx-auto">
<h2 class="text-3xl md:text-4xl font-bold mb-6 font-mono">
Ready to <span class="text-secondary">Elevate</span> Your <span class="text-accent">Pentesting</span> Toolkit?
</h2>
<p class="text-xl mb-8 text-gray-300">
Join hundreds of security professionals who trust BeEF Box for their covert testing needs.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
<a href="#order" class="bg-secondary hover:bg-green-600 text-primary font-bold py-4 px-8 rounded-lg transition duration-300 text-lg glow-on-hover">
<i class="fas fa-shopping-cart mr-2"></i> Order Now
</a>
<a href="#" class="border border-secondary text-secondary font-bold py-4 px-8 rounded-lg transition duration-300 text-lg hover:bg-primary">
<i class="fas fa-question-circle mr-2"></i> Contact Sales
</a>
</div>
<p class="mt-8 text-sm text-gray-400">
<i class="fas fa-lock mr-2"></i> All orders include secure shipping and discrete packaging
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<i class="fas fa-terminal text-secondary text-2xl"></i>
<span class="font-mono text-xl font-bold">BeEF<span class="text-accent">Box</span></span>
</div>
<p class="text-gray-400 text-sm">
Professional penetration testing hardware for ethical hackers and security researchers.
</p>
</div>
<div>
<h4 class="font-bold mb-4 font-mono text-secondary">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Documentation</a></li>
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">API Reference</a></li>
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Community</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4 font-mono text-secondary">Legal</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Terms of Service</a></li>
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Privacy Policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Acceptable Use</a></li>
<li><a href="#" class="text-gray-400 hover:text-secondary transition text-sm">Export Controls</a></li>
</ul>
</div>
<div>
<h4 class="font-bold mb-4 font-mono text-secondary">Connect</h4>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-secondary transition"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-secondary transition"><i class="fab fa-github"></i></a>
<a href="#" class="text-gray-400 hover:text-secondary transition"><i class="fab fa-discord"></i></a>
<a href="#" class="text-gray-400 hover:text-secondary transition"><i class="fab fa-linkedin"></i></a>
</div>
<p class="text-gray-400 text-sm">
<i class="fas fa-envelope mr-2"></i> support@beefbox.io
</p>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 text-center">
<p class="text-gray-500 text-sm">
© 2023 BeEF Box. All rights reserved. Use of this product for unauthorized testing is strictly prohibited.
</p>
<p class="text-gray-600 text-xs mt-2">
BeEF Box is a tool for authorized security testing only. By purchasing, you agree to use this product
solely for legal, ethical security assessments with proper authorization.
</p>
</div>
</div>
</footer>
<script>
// FAQ toggle functionality
document.querySelectorAll('.faq-toggle').forEach(button => {
button.addEventListener('click', () => {
const content = button.nextElementSibling;
const icon = button.querySelector('i');
content.classList.toggle('hidden');
icon.classList.toggle('fa-chevron-down');
icon.classList.toggle('fa-chevron-up');
});
});
// Email capture form submission
document.getElementById('emailCaptureForm').addEventListener('submit', function(e) {
e.preventDefault();
// Get form values
const name = document.getElementById('name').value;
const email = document.getElementById('email').value;
// In a real implementation, you would send this data to your server
console.log('Form submitted:', { name, email });
// Show success message
alert(`Thanks, ${name}! Your guide is being prepared. Check your email at ${email} for download instructions.`);
// Reset form
this.reset();
});
// Order button functionality
document.getElementById('order').addEventListener('click', function() {
// In a real implementation, this would redirect to checkout
alert('Proceeding to secure checkout...');
});
// Typewriter effect for the hero section
const typewriterElement = document.querySelector('.typewriter');
setTimeout(() => {
typewriterElement.style.borderRight = 'none';
}, 3500);
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=S-Dreamer/beefbox" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>