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

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>