67 lines
2.5 KiB
HTML
67 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Hardware Donation</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Hardware Donation">
|
|
<link rel="canonical" href="https://secbsd.org/">
|
|
<link rel="stylesheet" href="secbsd.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<div>
|
|
<h1><a href="index.html">
|
|
<img src="/img/logo.png" alt="[SecBSD]"></a>
|
|
</h1>
|
|
</div>
|
|
<ul>
|
|
<li><a href="index.html">About</a></li>
|
|
<li><a href="download.html">Download</a></li>
|
|
<li><a href="docs.html">Docs</a></li>
|
|
<li><a href="faq.html">Faq</a></li>
|
|
<li><a href="team.html">Team</a></li>
|
|
<li><a href="sponsors.html">Sponsors</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div class="box hardware">
|
|
<div class="title green">HARD</div>
|
|
<div class="subtitle">WARE</div>
|
|
<div class="txt">
|
|
<span class="green">█</span><b class="purple"> Interested in supporting us?</b>
|
|
<div>
|
|
<h2>Hardware wanted:</h2>
|
|
<ul class="list">
|
|
<li>Laptop or Desktop: mint condition is desirable.
|
|
</li>
|
|
<li>SSDs: For test machines and backup. Every
|
|
disk is appreciated.
|
|
</li>
|
|
<li>Devices: WiFi Pineapple, HackRF One, Proxmark3, LAN Turtle,
|
|
LAN Tap Pro, Packet Squirrel, Chameleon Tiny Pro.
|
|
</li>
|
|
<li>Boards: Raspberry Pi 3/4, BeagleBone, APU, NanoPi A64,
|
|
Raspberry Pi Zero, Orange Pi.
|
|
</li>
|
|
</ul>
|
|
<h3>You don't have hardware but you still want to help us?</h3>
|
|
<ul class="list">
|
|
<li>Spread the word in your social media. #SecBSD</li>
|
|
<li>Be a SecBSD advocate. We need hackers sharing ideas all over
|
|
the world.
|
|
</li>
|
|
<li>Prepare an Write-Up using SecBSD and share your knowledge
|
|
and hacking skills to the community.
|
|
</li>
|
|
<li>Attend our hackathons. We want to solve big problems and
|
|
hack everything.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|