release SecBSD 1.5 Yatagarasu website

This commit is contained in:
purplerain 2024-06-22 03:14:38 +00:00
parent 3e8670eb04
commit ef1446cf11
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7
31 changed files with 592 additions and 319 deletions

View File

@ -22,7 +22,7 @@
<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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>

View File

@ -23,7 +23,7 @@
<li><a href="faq.html">Faq</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>

View File

@ -2,27 +2,11 @@
<html lang="en">
<head>
<meta charset=utf-8>
<title>SecBSD Docs</title>
<title>Tools in SecBSD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SecBSD Docs">
<meta name="description" content="Tools in SecBSD">
<link rel="canonical" href="https://secbsd.org/">
<link rel="stylesheet" href="secbsd.css">
<!--
Copyright (c) 2005-2009 Steven Mestdagh <steven@openbsd.org>
Permission to use, copy, modify, and distribute this documentation for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.
THE DOCUMENTATION IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS DOCUMENTATION INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS DOCUMENTATION
-->
</head>
<body>
<header>
@ -35,10 +19,11 @@
<ul>
<li><a href="index.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a class="active">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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
@ -129,9 +114,6 @@
contributions. Eg, if you are contributing a port: keep it up to date
with upstream. If not kept up-to-date, we might consider the port
to be obsolete and eventually remove it.<br><br>
Currently, we do not have an established means of communication,
like IRC/XMPP or a forum. As soon as anything is setup, we'll update
this document accordingly.
</p>
<h3 id="overview"><span class="green">&#x2588;</span>
Overview of the Installation Procedure
@ -243,37 +225,37 @@ boot> <b>boot hd1d:/bsd.rd</b>
The following installation images are available:
<ul class="list">
<li>
<b>install14.img</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install14.img">amd64</a><b class="purple">]</b>
<b>install15.img</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install15.img">amd64</a><b class="purple">]</b>
<br>
A disk image that can be written to a USB flash drive or similar device.
<br>
Includes the <a href="#FilesNeeded">file sets</a>.
<p>
<li>
<b>miniroot14.img</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/miniroot14.img">amd64</a><b class="purple">]</b>
<b>miniroot15.img</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/miniroot15.img">amd64</a><b class="purple">]</b>
<br>
The same as above, but file sets are not included.
They can be pulled down from the internet or from a local disk.
<p>
<li>
<b>install14.iso</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install14.iso">amd64</a><b class="purple">]</b>
<b>install15.iso</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/install15.iso">amd64</a><b class="purple">]</b>
<br>
An ISO 9660 image that can be used to create an install CD/DVD.
<br>
Includes the file sets.
<p>
<li>
<b>cd14.iso</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/cd14.iso">amd64</a><b class="purple">]</b>
<b>cd15.iso</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/cd15.iso">amd64</a><b class="purple">]</b>
<br>
The same as above, but file sets are not included.
<p>
<li>
<b>floppy14.img</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/floppy14.img">amd64</a><b class="purple">]</b>
<b>floppy15.img</b>
<b class="purple">[</b><a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/floppy15.img">amd64</a><b class="purple">]</b>
<br>
Supports some older machines that lack other booting options.
</ul>
@ -298,9 +280,9 @@ minirootXX.img: OK
SHA256.sig file to cryptographically verify the downloaded image.
</p>
<pre class="cmdbox">
$ <b>signify -Cp /etc/signify/secbsd-14-base.pub -x SHA256.sig install14.img</b>
$ <b>signify -Cp /etc/signify/secbsd-15-base.pub -x SHA256.sig install15.img</b>
Signature Verified
install14.img: OK
install15.img: OK
</pre>
<p class="purple">
Note that the signify package on other operating systems may not include the
@ -333,7 +315,7 @@ Directory does not contain SHA256.sig. Continue without verification? [no]
Using SecBSD, assuming the device was recognized as sd1:
</p>
<pre class="cmdbox">
# <b>dd if=install14.img of=/dev/rsd1c bs=1m</b>
# <b>dd if=install15.img of=/dev/rsd1c bs=1M</b>
</pre>
<p class="purple">
Note that the <b>raw I/O device</b> is used, rsd1c rather than
@ -1017,7 +999,7 @@ dhcp
<h2>Installing Xfce</h2>
<pre class="cmdbox">
$ <b>doas pkg_add -v xfce xfce-extras consolekit2</b>
$ vi ~/.xsession and uncomment the line 14 exec /usr/local/bin/startxfce4 --with-ck-launch
$ vi ~/.xsession and uncomment the line 32 exec /usr/local/bin/startxfce4 --with-ck-launch
$ save and quit :wq!
</pre>
<p class="purple">

123
donate.html Normal file
View File

@ -0,0 +1,123 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Donate to SecBSD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SecBSD is entirely supported by volunteers">
<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="tools.html">Tools</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 class="active">Donate</a></li>
</ul>
</nav>
</header>
<div class="box docs">
<h3><span class="green">&#x2588;</span> Donate to SecBSD</h3>
<p>
SecBSD is an open source project supported through donations
from individuals, companies and other organizations.<br><br>
Donations are used for paying developers, electricity costs,
internet bills and purchasing hardware.<br><br>
The multiple ways to donate are listed below:
</p>
<ul class="list">
<li><a href="#bitcoin">Bitcoin</a></li>
<li><a href="#bitcoincash">Bitcoin Cash</a></li>
<li><a href="#ethereum">Ethereum</a></li>
<li><a href="#solana">Solana</a></li>
<li><a href="#litecoin">Litecoin</a></li>
</ul>
<h3 id="bitcoin"><span class="green">&#x2588;</span> Bitcoin</h3>
<p>
Bitcoin is a secure and anonymous digital currency, are safer
and faster donation method.
You can donate to us using the address below:<br><br>
<h2>bc1q08d6vh93h43m9gpleu8kn9l6kuk3jrnxwrth2x</h2>
<img src="/img/btc.png"><br><br>
############################################################################
</p>
<h3 id="bitcoincash"><span class="green">&#x2588;</span> Bitcoin Cash</h3>
<p>
Bitcoin Cash is a cryptocurrency that started as a fork of Bitcoin,
with increased block size and cheaper transaction fees.
You can donate to us using the address below:<br><br>
<h2>qpnm9hgyqmfx0u0ez2v4jlt8ajjgfm63hs8da49ta3</h2>
<img src="/img/btc-cash.png"><br><br>
############################################################################
</p>
<h3 id="ethereum"><span class="green">&#x2588;</span> Ethereum</h3>
<p>
Ethereum is a decentralized platform that runs smart contracts
applications that run exactly as programmed, without any possibility
of downtime, censorship, fraud or third-party interference.
You can donate to us using the address below:<br><br>
<h2>0xAe621c93985e199e7FA3CEE6D4F8CC956D2c933F</h2>
<img src="/img/eth.png"><br><br>
############################################################################
</p>
<h3 id="solana"><span class="green">&#x2588;</span> Solana</h3>
<p>
Solana is a blockchain platform which uses a proof-of-stake mechanism
to provide smart contract functionality.
You can donate to us using the address below:<br><br>
<h2>7W3LDYfz8xehd6jAnjVhTMXWPUyXeaFE9ukpYnMs2jXH</h2>
<img src="/img/solana.png"><br><br>
############################################################################
</p>
<h3 id="litecoin"><span class="green">&#x2588;</span> Litecoin</h3>
<p>
Similar to Bitcoin, Litecoin offers very fast and secure transactions worldwide,
and there are many exchanges allowing you to trade for Litecoins.
You can donate to us using the address below:<br><br>
<h2>ltc1qjhdm8gfnqdl6fc6cz357dk66eusapf7guhwwhk</h2>
<img src="/img/litecoin.png"><br><br>
############################################################################
</p>
<p class="purple">The following is a list of people and organizations who
contributed direct to SecBSD.
</p>
<ul class="list">
<li><a href="https://laylo.nl">LAYLO</a></li>
<li>Jeroen Janssen</li>
<li><a href="https://openbsd.amsterdam">OpenBSD Amsterdam</a></li>
<li>Mischa Peters</li>
<li>Nour</li>
<li>0xdeadbea7</li>
<li>0xdarkpadr3</li>
<li>Charles Shirer</li>
<li>Brian Martin</li>
<li>Philip Jocks</li>
<li>William Knowles</li>
<li>Trevot Pott</li>
<li>Rudi Coetzee</li>
<li>Marius Ciepluch</li>
<li>Eddie Vega</li>
<li>Twosevenzero</li>
</ul>
<p class="purple">
If you or your organization are not listed please inform us so we can rectify them.
purplerain@secbsd.org or h3artbl33d@secbsd.org
</p>
<h2>See also</h2>
<ul class="list">
<li><a href="hardware.html">Hardware Wanted</a></li>
</ul>
</div>
</body>
</html>

View File

@ -19,10 +19,11 @@
<ul>
<li><a href="index.html">About</a></li>
<li><a class="active">Download</a></li>
<li><a href="tools.html">Tools</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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
@ -30,19 +31,17 @@
<h3><span class="green">&#x2588;</span> Download SecBSD & Create Bootable OS Image</h3>
<p>
Installation images .img and .iso are available on main SecBSD mirror:<br><br>
<a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/">
https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/</a><br><br>
Laylo mirror, Netherlands:<br><br>
<b class="purple">LAYLO</b> mirror, Netherlands:<br><br>
<a href="https://mirror.laylo.nl/pub/SecBSD/snapshots/amd64/">
https://mirror.laylo.nl/pub/SecBSD/snapshots/amd64/</a><br><br>
Tor Onion service by Laylo:<br><br>
<a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/">
https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/</a><br><br>
Tor Onion service by <b class="purple">LAYLO</b>:<br><br>
<a href="http://zqsjg25lnx7zratmne3dhbcqt5paehitom3qp2rjmwttuy7gzbzqwayd.onion/pub/SecBSD/">
http://zqsjg25lnx7zratmne3dhbcqt5paehitom3qp2rjmwttuy7gzbzqwayd.onion/pub/SecBSD/</a><br><br>
To install SecBSD from either an USB flash drive download install15.img<br>
If you want to install SecBSD from either an optic medium as CD-ROM / DVD
download install15.iso
http://zqsjg25lnx7zratmne3dhbcqt5paehitom3qp2rjmwttuy7gzbzqwayd.onion/pub/SecBSD/</a>
</p>
<h3><span class="green">&#x2588;</span> Prepare a bootable USB flash drive with SecBSD Installer</h3>
<h3>From:</h3>

View File

@ -17,10 +17,11 @@
<ul>
<li><a href="index.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a class="active">Faq</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
@ -29,7 +30,7 @@
<b class="purple">Frequently Asked Questions</b>
<br>
<h2>What is the current state of the project?</h2>
<p class="purple">SecBSD 1.4-f669713 is <a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/">100% functional</a>.
<p class="purple">SecBSD 1.5-bd7efcc is <a href="https://mirror.secbsd.org/pub/SecBSD/snapshots/amd64/">100% functional</a>.
Detailed explanations for installation can be found in
<a href="docs.html">Docs</a>
</p>
@ -81,16 +82,7 @@
are verified with checksums and GPG signatures.
</li>
</ul>
<h2>How can I donate to SecBSD?</h2>
<p class="purple">We don't take donations. SecBSD is a
starting project, building forth and depending upon the
awesome work of the OpenBSD project. This, we kindly ask
you to donate to the
<a href="https://www.openbsdfoundation.org/">OpenBSD
Foundation</a> instead. That is - indirectly - also a
donation to SecBSD but goes a much longer way.
</p>
<h2>Who design the website and SecBSD stuff?</h2>
<h2>Who design the website and SecBSD artwork?</h2>
<p class="purple"> The best artist
we known: <b class="green">Banshee.</b>
</p>
@ -103,7 +95,7 @@
<p class="purple"> See <a href="license.html">License</a>
</p>
<h2>Last updated date of SecBSD website?</h2>
<p class="purple"> Tue Jan 9 02:09:32 CET 2024.
<p class="purple">Sat Jun 22 02:38:23 CET 2024.
</p>
</div>
</body>

View File

@ -22,7 +22,7 @@
<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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
@ -34,16 +34,11 @@
<div>
<h2>Hardware wanted:</h2>
<ul class="list">
<li>Laptop or Desktop: mint condition is desirable.
<li>DDR4 RAM 1x32GB 3200MT/s.
</li>
<li>SSDs: For test machines and backup. Every
disk is appreciated.
<li>SSD 2x1TB.
</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>NVMe PCIe Mode 22110 M.2 512GB.
</li>
</ul>
<h3>You don't have hardware but you still want to help us?</h3>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 28 KiB

BIN
img/SecBSD-Yatagarasu.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

BIN
img/btc-cash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

BIN
img/btc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 297 KiB

BIN
img/eth.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

BIN
img/litecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
img/raven.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
img/solana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

View File

@ -17,43 +17,46 @@
<ul>
<li><a class="active">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="tools.html">Tools</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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
<div class="box welcome">
<h3><span class="green">&#x2588;</span> SecBSD</h3>
<p>
Welcome to our passionate community-driven project!<br><br>
We're dedicated to developing a security-focused UNIX-like
operating system based on the renowned OpenBSD.<br><br>
SecBSD is designed to meet the needs of security researchers,
pentesters, bug hunters, cybersecurity professionals, hacktivists,
and privacy-conscious individuals.
</p>
<p>
At the core of our development process is the same philosophy as OpenBSD,
emphasizing robust security, privacy protection, and strong cryptography by
default.
</p>
<p>
Join a vibrant community of like-minded individuals and gain valuable insights
from BSD users through our collaborative forum. Our commitment to open source
principles ensures transparency, fostering innovation and shared learning.
</p>
<div class="year">2024</div>
</div>
<div class="arthome">
<img src="img/arthome.png" alt="[Artwork]">
</div>
<div class="footer">
<ul class="contact">
<li><a rel="me" href="https://exquisite.social/@secbsd"><img src="/img/mastodon.png" alt="[Mastodon]"></a></li>
<li><a href="https://code.laylo.cloud/SecBSD"><img src="/img/git-laylo.png" alt="[Git-Laylo]"></a></li>
</ul>
</div>
<div class="title green">Sec</div>
<div class="subtitle">BSD</div>
<div class="txt">
<span class="green">&#x2588;</span>
<b class="purple">Welcome to SecBSD project!</b>
<div>
<p>
We've developed a security-focused UNIX-like
operating system based on the renowned <a href="https://www.openbsd.org/">OpenBSD.</a></p>
SecBSD is focused on the needs of <b class="purple">hackers</b>, pentesters,
<b class="purple">hacktivists</b>, cybersecurity professionals, and privacy-conscious
individuals.
</p>
<p>
At the core of our development process is the same philosophy as OpenBSD,
emphasizing <b class="purple">robust security</b>, privacy protection, and strong cryptography by
default.
</p>
<p class="purple">
Join a community of like-minded individuals and gain valuable insights
from SecBSD and OpenBSD users through our <a href="irc.html">irc server</a>
or <a href="https://discuss.secbsd.org">official forum </a>for discussing SecBSD and related topics.
</p>
<div class="lsf">LAST SECURITY UPDATE: Jun 21, 2024.</div>
</div>
<div class="footer">
<ul class="contact">
<li><a rel="me" href="https://exquisite.social/@secbsd"><img src="/img/mastodon.png" alt="Mastodon"></a></li>
<li><a href="https://code.laylo.cloud/SecBSD"><img src="/img/git-laylo.png" alt="Git-Laylo"></a></li>
<li><a href="#"><img src="/img/raven.png" alt="Raven"></a></li>
</ul>
</div>
</body>
</html>

51
irc.html Normal file
View File

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>SecBSD IRC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SecBSD IRC">
<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="tools.html">Tools</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="donate.html">Donate</a></li>
</ul>
</nav>
</header>
<div class="box">
<div class="title green">SecBSD</div>
<div class="subtitle">IRC</div>
<div class="txt">
<span class="green">&#x2588;</span>
<b class="purple">IRC server for the SecBSD community</b>
<div>
<p>In order to cherish our community of hackers, pentesters, hacktivists, security
professionals and privacy-conscious individuals, we have added an official IRC
server. IRC is a well established and familiar means of communication. This
allows us to serve the needs of our community and to entice thoughtful
discussions, exchanging ideas and offer transparency of the SecBSD project.</p>
<p>Please, join us in <b class="purple">#secbsd</b> on irc.secbsd.org:6697.</p>
<h3>Technical details:</h3>
<p>We have enabled cloaking by default, in order to protect every member of our
community. The server only listens on TLS.</p>
<p>Please do not try to connect on other ports or to portscan the host, as this
will automatically will result in a ban.</p>
<p>server operate by <b class="purple">h3artbl33d@secbsd.org</b></p>
</div>
</div>
</div>
</body>
</html>

View File

@ -22,7 +22,7 @@
<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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>

View File

@ -19,10 +19,11 @@
<ul>
<li><a href="index.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="tools.html">Tools</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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
@ -63,7 +64,7 @@
<p>OS and packages for all architectures supported
by SecBSD.
</p>
<p class="purple">As of Jan 2024, the minimum space required is approximately
<p class="purple">As of Jun 2024, the minimum space required is approximately
250GB.
</p>
<p>However, to reduce problems for users when snapshot

View File

@ -22,7 +22,7 @@
<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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>

View File

@ -29,7 +29,7 @@ img {
<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>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>

View File

@ -4,7 +4,8 @@
}
body {
background: url(img/bg.png) no-repeat fixed black;
background: url(img/SecBSD-Yatagarasu.jpg) no-repeat center center fixed;
background-size: 100% 100%;
color: #97fd00;
display: flex;
flex-direction: column;
@ -42,13 +43,6 @@ h3 {
color: #5852fb;
}
.year {
font-size: 4em;
margin: 0;
padding: 0;
text-align: center;
}
.title {
display: block;
font-weight: bold;
@ -67,9 +61,9 @@ h3 {
.box {
background-color: black;
margin: 10px auto;
opacity: 0.9;
opacity: 0.85;
padding: 0.5em;
width: 800px;
width: 600px;
}
.team {
@ -84,7 +78,7 @@ h3 {
left: 100px;
position: relative;
top: -20px;
width: 600px;
width: 400px;
}
/* navigation */
@ -108,16 +102,6 @@ nav .active {
color: #5852fb;
}
/* arthome */
.arthome img {
position: absolute;
right: 0;
top: 0;
width: 93%;
z-index: -8;
}
/* team */
.item {
@ -127,11 +111,6 @@ nav .active {
justify-content: center;
}
.artwork img {
max-width: 100%;
height: auto;
}
.row {
margin-bottom: 1.5rem;
}
@ -179,7 +158,6 @@ ul.list li::before {
/* welcome */
.welcome {
border-radius: 20px;
left: 100px;
line-height: 1.2;
position: absolute;
@ -214,88 +192,40 @@ dd {
padding: 10px;
}
/* roadmap */
.roadmap {
border: 2px solid #97fd00;
width: 1400px;
}
.roadmaptxt {
height: auto;
left: 150px;
position: relative;
top: -20px;
width: 1000px;
}
.tables {
margin: 1.5em;
position: relative;
top: -50px;
}
hr {
border: 2px solid #97fd00;
margin: 35px 0 35px 0;
}
table {
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
}
table caption {
color: #97fd00;
font-size: 1.5em;
margin: 0.5em 0 0.75em;
}
table tr {
padding: 0.35em;
}
table th,
table td {
padding: 0.625em;
text-align: left;
}
table th {
border: 1px solid #97fd00;
border-left: transparent;
border-top-color: transparent;
font-size: 0.85em;
letter-spacing: 0.1em;
}
thead,
tfoot {
color: #97fd00;
}
/* footer */
.footer {
bottom: 20px;
left: 70px;
position: absolute;
bottom: 0;
left: 0;
position: fixed;
padding: 10px;
z-index: 1000;
}
/* contact */
.contact li {
align-items: center;
display: inline-block;
list-style-type: none;
margin-right: 15px;
position: relative;
top: -40px;
left: -23px;
}
.lsf {
font-size: 0.8em;
position: relative;
top: 15px;
text-align: center;
}
/* mobile devices */
@media only screen and (max-width: 30em) {
body {
background-size: cover;
background-position: top left;
}
nav {
flex-direction: column;
}
@ -339,65 +269,15 @@ tfoot {
.welcome {
left: 10px;
top: 550px;
top: 435px;
}
.arthome img {
display: none;
}
/* docs */
/* roadmap */
.roadmap {
width: auto;
}
.roadmaptxt {
left: 15px;
top: 15px;
width: auto;
}
/* roadmap tables */
table {
border: 0;
}
table caption {
font-size: 1.3em;
}
table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table tr {
.docs {
width: 95%;
display: block;
margin-bottom: 0.625em;
}
table td {
display: block;
font-size: 0.8em;
text-align: right;
}
table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
}
table td:last-child {
border-bottom: 0;
margin: 10px auto;
}
/* team */

View File

@ -1,63 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>SecBSD Sponsors</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SecBSD Sponsors">
<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 class="active">Sponsors</a></li>
</ul>
</nav>
</header>
<div class="box">
<div class="title green">SPON</div>
<div class="subtitle">SORS</div>
<div class="txt">
<span class="green">&#x2588;</span>
<b class="purple">Why need sponsors?</b>
<div>
<p>SecBSD is developed entirely by volunteers. The project development
environment and upcoming hackathons will be funded through contributions from
sponsors, people and organizations who wants help us.<br>
<br>The contributions ensure that SecBSD is a free and open operating system.
</p>
<p class="purple">The following is a list of people and organizations who
contributed direct to SecBSD.
</p>
<ul class="list">
<li><a href="https://openbsd.amsterdam">OpenBSD Amsterdam</a></li>
<li><a href="https://laylo.nl">LAYLO</a></li>
<li>Mischa Peters</li>
<li>Jeroen Janssen.</li>
<li>0xdeadbea7.</li>
<li>Brian Martin.</li>
<li>Philip Jocks.</li>
<li>William Knowles.</li>
<li>Trevot Pott.</li>
<li>Rudi Coetzee.</li>
<li>Marius Ciepluch.</li>
<li>Eddie Vega.</li>
<li>Charles Shirer.</li>
<li>0xdarkpadr3.</li>
<li>Twosevenzero.</li>
</ul>
</div>
</div>
</div>
</body>
</html>

View File

@ -19,10 +19,11 @@
<ul>
<li><a href="index.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a class="active">Team</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="donate.html">Donate</a></li>
</ul>
</nav>
</header>

13
team/h3artbl33d.asc Normal file
View File

@ -0,0 +1,13 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZiKFvBYJKwYBBAHaRw8BAQdALVCor24dc6Dkno5JvlWidwfPefJCZ1P6AvdQ
L1B91wG0ImgzYXJ0YmwzM2QgPGgzYXJ0YmwzM2RAc2VjYnNkLm9yZz6IiQQTFggA
MRYhBJ8S7RUmlcVVANIHA0QtDJf6fyA+BQJmIoW8AhsDBAsJCAcFFQgJCgsFFgID
AQAACgkQRC0Ml/p/ID4XWwD+Jd/8Na3QBobLaxQ60kuBdYkkHn773Haardkx0xs/
SVAA/jaic8bsN7XC5Yo9Veg+6hedC8ur6WARTZYr8RNfYPcPuDgEZiKFvRIKKwYB
BAGXVQEFAQEHQHsSIW6rjGoJiLP/VBxExkq3w7fbw8IfKg8nL8jUvWIyAwEIB4h4
BBgWCAAgFiEEnxLtFSaVxVUA0gcDRC0Ml/p/ID4FAmYihb0CGwwACgkQRC0Ml/p/
ID5NYAD/dOlzpCKaoZgcEr9H8cLcCKnotTmeDXkqBTLhR4VDQxIA/ArRg5Gis3i2
U6ESS/8GgfoKa7aKz8YPiYDXBmPF1IwG
=1IIG
-----END PGP PUBLIC KEY BLOCK-----

51
team/purplerain.asc Normal file
View File

@ -0,0 +1,51 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQINBGCEy+EBEADHrWlzZwuqHlfNj1rFsapgsSD/4Ndtu/E7Zqq2Kc1AEyiCg9AI
/1BDo36B52uZmnlZWNYyeBfuVWJClYUdjyBD1ahEoaIbdsOBv1ItfRYLudZl19m/
bAX2Y3X7asZ9WQyVbKhiCSVtLtXDCciO9ddeRKYf5QIFALlOgYE8uqUJinScU/t4
K0PsgKb3PaJTicYZp73pLGFNYVuQWkHLP9iwOhG0z9yO3ZexT2KjH/Bhasj5HXRA
03ZHh9viOZVwOP0oRkuxuJRbyad3n0+FdWZbFVB0F77NJ++6WDqc2ossmqw6FPZL
fjUKBI8zFU6708fGYFQ80fnKPWsLrHU92ed5zkVzOvohNmsmGJWYIqGj+S/1ChSj
jwD2HOzbqglcEDmhRN8XkfUEddrUzz0vy4SXjR9WYWIzNKH92ufZb+t21gpkfrUa
73+Qn19b8oK6MGN/2BMggOl/H8fDt+G3S6EyDw5w1mqM/Qj97d3rtZetT92VdVk6
re9K70Hwl1v+ys6PT59ZaAayKa8ZsHx8A4oYp5wPzgvC96z15I/7xKSo/gru5X8Y
C+GJNQZWoFK92LLsghea4vsdeZhd6SUI+mkqZMitKeBjmOu7T9miDhqj6G/HaozV
eyolfuMJRNJyR6AWBLB20fh2A8knyzMbQ6XNeK073Spnm6f2UmK/1Nkk8wARAQAB
tCNQdXJwbGUgUmFpbiA8cHVycGxlcmFpbkBzZWNic2Qub3JnPokCTgQTAQgAOBYh
BE41yot0XxAflV8grfQsB/B+LjW3BQJghMvhAhsDBQsJCAcCBhUKCQgLAgQWAgMB
Ah4BAheAAAoJEPQsB/B+LjW3olIP/0IM95Y9QRty4WArUr7FkplMqaNi7QDQ6JHq
dHSSxZ+qmruxiHQNSMS9dA10HlkuLtxuwiBOvohTbPv+vmjMaSNHYeSF+e+SGlLB
kwJzjrxDZsode9gprqnQvYpX27PUHo84tejv/ZT9+bhBlBjCV+s42mnWnOE6qoFo
sjjZOHbfwLulsz8y3YDAuGzPM6vxc7QuwlWvAlAjcBYBHlGXit+sjkc9FGjCZvQA
CDod/SpEXGVS6peYQRHNmoNtHVCgjsJ7PkEMX+rSPPbkoUJnwklQo79TawOE6jyf
ZdSHadKRckhS2hV6Gi/i/7o+Z6cE6a9jIDApgQvlNOtiIhMdO8fQCN9EgBS2H+Bb
sJ1vwPsLZJmx25XQeQAeQ50YeY2LRbygt3QUAxSJqmW2oftjK3EmvMhVWnZ2bXcy
RLGgjbjR1K0eQWzCRHlND67Vz1JGY9V2RBqKFA/Y1PmPBxvc2jyLL3CUVU8lhVq1
eScRrxaMvciOdFdOTmCeijSyhMFFJmr68DplAK21ki4RhXTTN3XMY7rnKDMoXCGs
/lzuy71C0dflqzIcNmaxNRxZEMLjOZUq+GYl2KGxqo666p8RqLMjDfeRToFqaCld
p1DYmittvRK/GsfEEIWUTvnJMgz7g1/n+D7lFXX5a7LcUWjhqs6DASwHNU4GA+Fv
2arnmFW5uQINBGCEy+EBEADoscSG+FNbi6as95IzErLVENTwfOqZAJ6+7tTV41cH
BaFQtJ2+tDRHZzyoh8vjgstp/0HjbJgb3cZpNz2u69RHd1zPgAwM04hjLhzoZwIk
CjFJIzZQpXnAprUB7ZMMVtUsiY5uSA+mbwNnsI/V7c+3qTVPqghwy0G+shDAxJFZ
Y091YdNE0xi6D0FNx8PV062eTiZWBNuxMES5rDu9NgukyHXlpRP6hezfhi9BBsxp
jBWyBS1Vbr12/vSsi5i1GmRO+Wykx/E0NuIuAZ6mo6g9bddO8iu/2qg5iH7SY+24
HDwU0ab92YFKuagNR+nM4tuZCISmp61hDCjIODhFcNNMKvbNr/6olc63e0CxSO0Q
vrWzhfSRmv15Oq/CHHA0Z9SxoUF/TBVLgdQSoVARRHtsdRf1IPsdyQ0tqkRIWcaX
5fXhimG8TfznYNMwj/BnecqseP08naT/T0R3IlLuRwsjOteHYdoRwt2rbbxlXGF6
DOKsipNdLtWRuLp3OZNwUpNtH7EBkuAUon6J7dlbwltnP1MBDsv4meIaaXgGu8yp
HJTnG8ThPMYfsJB/g6yptV5Mb/rwusAbcbp0l28SDodJ9EPv5LY2/C2qGPG/u0Ro
atKOJ8i9U8i8uqi3TRFVJ81ajJlcrKICsMXJonibvLDR6aRiaWA5vZYzJo8yuEQS
hwARAQABiQI2BBgBCAAgFiEETjXKi3RfEB+VXyCt9CwH8H4uNbcFAmCEy+ECGwwA
CgkQ9CwH8H4uNbf4+w/+KDEAcUd0AHitgixoaJAK2DyUpTr3T5HMeAkzAQd61gBJ
K8Csw80Os7hFG7WJxX8eCp5hcaN0ndf5kfgxCwb3aE+5uXnIHSp2r9cBwwD5k99c
m2DTt7s2LWDK6CY+Oc8OkQ6GFjNZVGK4YYORI78LHxAXiN1ef5XidoYqC5QxotHU
1D0TC85uE1UgqyCm/crWYqLfeFhEHiTMeBYuInVwbsv0MB7rtoX+oaFIHTpRyv8g
5m+zlGyRyhC87S+TxNndRyBVy+s4O+/sSjYvAkIyQD+rAQdtanYqmAbj7Fq3gdz9
zDQNgmgUFjoTXd9tN5m8LqAE43cTsgOMqAOo0LqAvc7ITC244LvDxdq3cjz2Su//
lP1VtARZgNyIlYC1V2KNsV5S6YnZZzlv7vN7kYlafE0KtdaTDhBiLW7qtwhTbQbT
38OzH3KMTfNjLOkIcWWUSIjkhOW4Vq11AGNBB8G92/IRGPVwt/eX1zomCbCPqfDK
07isTQqLTFjO22qmZ0/QOKhJgwEkE4z9VerBMUaZ28kWCmNq8hkr8quvr8DCf+nb
pUqkdKO4JqwgzmyF/iqWkYeEJihE7Nuf7tis5gHiOurG+Yb1hk82J/Rn69aNeSDl
7BXGH7QZrNa4piQVpLOpRcGVIrtk74Mjg2ZO2cKt431NG4LMMt5w8cV/cFeOlJM=
=reJF
-----END PGP PUBLIC KEY BLOCK-----

245
tools.html Normal file
View File

@ -0,0 +1,245 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Tools in SecBSD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Tools in SecBSD">
<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 class="active">Tools</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="donate.html">Donate</a></li>
</ul>
</nav>
</header>
<div class="box docs">
<h3><span class="green">&#x2588;</span> Tools in SecBSD</h3>
<ul class="list">
<li><a href="#reconnaissance">Reconnaissance and OSINT.</a></li>
<li><a href="#scanning">Scanning.</a></li>
<li><a href="#exploitation">Exploitation.</a></li>
<li><a href="#privacy">Privacy.</a></li>
<li><a href="#forensic">Forensic.</a></li>
<li><a href="#browsers">Web browsers.</a></li>
<li><a href="#editors">Editors.</a></li>
<li><a href="#blockchain">Blockchain.</a></li>
</ul>
<h3 id="reconnaissance"><span class="green">&#x2588;</span> Reconnaissance and OSINT</h3>
<ul class="list">
<li>altdns 1.0.2</li>
<li>arjun 2.2.5</li>
<li>asnlookup 1.0</li>
<li>asset finder 0.1.1</li>
<li>badflare 0.1</li>
<li>bfac 1.4</li>
<li>cariddi 1.3.2</li>
<li>cardpwn 1.4</li>
<li>cloakquest3r 1.0.5</li>
<li>cloudbrute 1.0.7</li>
<li>cloudflair 0.0.1</li>
<li>cloudlist 1.0.4</li>
<li>cloudrecon 1.0.4</li>
<li>cloudsplaining 0.6.2</li>
<li>detectdee 1.4.719</li>
<li>dnsrecon 1.1.5</li>
<li>exiftool 12.82</li>
<li>emldump 0.0.13</li>
<li>fierce 1.5.0</li>
<li>finalrecon 1.1.6</li>
<li>ffuf 2.1.0</li>
<li>gau 2.2.1</li>
<li>gitleaks 8.18.2</li>
<li>gokart 0.5.1</li>
<li>gosec 2.18.2</li>
<li>gospider 1.1.6</li>
<li>gotator 1.1</li>
<li>hakrawler 2.1</li>
<li>hashbuster 3.0</li>
<li>hosthunter 2.0</li>
<li>httpx 1.6.0</li>
<li>ipfuscator 1.0.0</li>
<li>jsluice 0.0.1</li>
<li>metabigor 1.2.6</li>
<li>nexfil 1.0.6</li>
<li>photon 1.3.2</li>
<li>p0f 2.0.8</li>
<li>p0f3 3.09</li>
<li>recong-ng 5.1.2</li>
<li>wafw00f 2.2.0</li>
<li>waybackurls 0.1.0</li>
<li>scilla 1.2.7</li>
<li>sherlock 0.14.3</li>
<li>shuffledns 1.0.9</li>
<li>sipvicious 0.3.4</li>
<li>sn0int 0.26.0</li>
<li>snallygaster 0.0.12</li>
<li>spiderfoot 4.0</li>
<li>spoofcheck 0.1</li>
<li>subfinder 2.6.5</li>
<li>sublist3r 1.1</li>
<li>theharvester 4.5.1</li>
</ul>
<h3 id="scanning"><span class="green">&#x2588;</span> Scanning</h3>
<ul class="list">
<li>amass 4.2.0</li>
<li>arjun 2.2.1</li>
<li>bomber 0.4.8</li>
<li>cgichk 3.6</li>
<li>corstest 0.1</li>
<li>corsy 1.0</li>
<li>cloudflox 1.12.2</li>
<li>crlfuzz 1.4.1</li>
<li>ctfr 1.2</li>
<li>cupp 3.3.0</li>
<li>dalfox 2.9.1</li>
<li>dirb 2.22</li>
<li>dirsearch 0.4.3</li>
<li>dsfs 0.2</li>
<li>dsjs 0.2</li>
<li>dsss 0.3</li>
<li>dsxs 0.3</li>
<li>enum4BSD 0.9.1</li>
<li>feroxbuster 2.10.2</li>
<li>gobuster 3.6.0</li>
<li>jaeles 0.17.1</li>
<li>joomscan 0.0.7</li>
<li>katana 1.0.4</li>
<li>knockpy 6.1.0</li>
<li>lightspeed 0.1</li>
<li>linkfinder 1.0</li>
<li>lynis 3.1.1</li>
<li>masscan 1.3.2</li>
<li>massdns 1.0.0</li>
<li>monsoon 0.8.0</li>
<li>nikto 2.5.0</li>
<li>nmap 7.91</li>
<li>nuclei 3.2.4</li>
<li>onesixtyone 0.3.2</li>
<li>osv scanner 1.7.2</li>
<li>rustscan 2.2.2</li>
<li>qsfuzz 1.0.2</li>
<li>wapiti scanner 3.0.1</li>
<li>wfuzz 3.1.0</li>
<li>shortscan 0.9.0</li>
<li>smap 0.1.12</li>
<li>smbmap 1.8.2</li>
<li>smtp user enum 1.2</li>
<li>smtpscan 0.5</li>
<li>snalygaster 0.0.12</li>
<li>sslscan 2.1.3</li>
<li>strobe 1.06</li>
<li>vulscan 2.1</li>
<li>terrapin scanner 1.1.3</li>
</ul>
<h3 id="exploitation"><span class="green">&#x2588;</span> Exploitation</h3>
<ul class="list">
<li>adenum 0.1.2</li>
<li>aircrack-ng 1.5.2</li>
<li>angrop 9.2.8</li>
<li>barq 0.1</li>
<li>bed 0.5</li>
<li>botb 1.8.0</li>
<li>bfbtester 2.0.1</li>
<li>brutesrpray 1.8.1</li>
<li>burp suite 2.1.04</li>
<li>camover 1.0.0</li>
<li>commix 3.9</li>
<li>cr3d0v3r 0.4.4</li>
<li>cvemap 0.0.6</li>
<li>dirdar 1.0</li>
<li>dotdotpwn 3.0.2</li>
<li>dsniff 2.3</li>
<li>evilurl 3.0</li>
<li>evil winrm 3.5</li>
<li>exploit pattern 0.1</li>
<li>exploitdb 2024-04-22</li>
<li>fuxploider 1.0</li>
<li>hydra 9.2</li>
<li>ipfuscator 1.0.0</li>
<li>medusa 2.2</li>
<li>metasploit 6.3.55</li>
<li>mongoaudit 0.1.1</li>
<li>one liners 2.1</li>
<li>ophcrack 3.8.0</li>
<li>pixiewps 1.4.2</li>
<li>pretender 1.2.0</li>
<li>pwntools 4.13.0</li>
<li>reaver 1.6.5</li>
<li>qrljacker 2.1.2</li>
<li>ropgadget 7.4</li>
<li>routersploit 3.4.0</li>
<li>seclists 2024.1</li>
<li>ssrfmap 0.1</li>
<li>social engineer toolkit 8.0.3</li>
<li>sql anding 0.1</li>
<li>sqlmap 1.8.2</li>
<li>vulnx 1.9</li>
<li>wesng 1.0.3 def: 2024.03.24</li>
<li>zaproxy 2.14.0</li>
</ul>
<h3 id="privacy"><span class="green">&#x2588;</span> Privacy</h3>
<ul class="list">
<li>gnupg 2.4.5</li>
<li>openvpn 2.6.10</li>
<li>pgp 5.0ip2</li>
<li>privoxy 3.0.33p0</li>
<li>wireguard tools 1.0.20210914</li>
</ul>
<h3 id="forensic"><span class="green">&#x2588;</span> Forensic</h3>
<ul class="list">
<li>dcfldd 1.9.1</li>
<li>foremost 1.5.7p4</li>
<li>mac robber 1.02</li>
<li>oledump 0.0.60</li>
<li>oletools 0.60.1</li>
<li>regripper 3.0</li>
<li>sleuthkit 4.10.1</li>
<li>testdisk 7.2</li>
<li>volatility3 2.5.2</li>
</ul>
<h3 id="browsers"><span class="green">&#x2588;</span> Web Browsers</h3>
<ul class="list">
<li>badwolf 1.2.2p2</li>
<li>iridium 2024.01.120p0</li>
<li>firefox 124.0.2</li>
<li>lynx 2.9.0</li>
<li>qutebrowser 3.1.0p0</li>
<li>tor browser 13.0.13</li>
<li>ungoogled chromium-123.0.6312.105</li>
</ul>
<h3 id="editors"><span class="green">&#x2588;</span> Editors</h3>
<ul class="list">
<li>emacs 29.3-no_x11</li>
<li>featherpad 1.4.1</li>
<li>leafpad 0.8.19p0</li>
<li>libreoffice-24.2.1.2v0</li>
<li>nano-7.2</li>
<li>neovim-0.9.5p0</li>
<li>texmacs 2.1.2p1</li>
<li>vim-9.1.205-no_x11</li>
</ul>
<h3 id="blockchain"><span class="green">&#x2588;</span> Blockchain</h3>
<ul class="list">
<li>bitcoin-26.0p1</li>
<li>solidity 8.8.21</li>
</ul>
<p>If you spot any omissions or errors in the list, please inform us so we can rectify them.
<b class="purple">purplerain@secbsd.org or h3artbl33d@secbsd.org</b></p>
</div>
</body>
</html>