<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Saveliy</title>
    <description>The latest articles on DEV Community by Saveliy (@trulysoulless).</description>
    <link>https://dev.to/trulysoulless</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3867772%2F08a5be5b-0bc6-4263-b2a2-b91aca7425e6.jpeg</url>
      <title>DEV Community: Saveliy</title>
      <link>https://dev.to/trulysoulless</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trulysoulless"/>
    <language>en</language>
    <item>
      <title>I Built an Evil Twin Attack in 15 Minutes — Here's What I Learned About Public Wi-Fi</title>
      <dc:creator>Saveliy</dc:creator>
      <pubDate>Thu, 30 Apr 2026 15:29:36 +0000</pubDate>
      <link>https://dev.to/trulysoulless/i-built-an-evil-twin-attack-in-15-minutes-heres-what-i-learned-about-public-wi-fi-51c5</link>
      <guid>https://dev.to/trulysoulless/i-built-an-evil-twin-attack-in-15-minutes-heres-what-i-learned-about-public-wi-fi-51c5</guid>
      <description>&lt;p&gt;A full lab reproduction of the Evil Twin attack on isolated Kali Linux + airgeddon, plus a 6-rule defense framework for everyday users. Awarded 3rd place at the Lomonosov Readings 2026 research conference."&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — I reproduced an end-to-end Evil Twin attack in an air-gapped VirtualBox lab using &lt;code&gt;airgeddon&lt;/code&gt; on Kali Linux. From "VM boot" to "captured credentials shown on the attacker's terminal" took about &lt;strong&gt;15 minutes&lt;/strong&gt;. The attacker doesn't break cryptography — they bypass it by exploiting &lt;em&gt;auto-connect&lt;/em&gt; and user trust. Below: the 5-stage attack chain, what actually happens at each layer, and a practical 6-rule defense framework.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is a write-up of an individual research project I conducted at MAOU Gymnasium №16 (Tyumen, Russia), which was awarded &lt;strong&gt;3rd Place at the Lomonosov Readings 2026&lt;/strong&gt; research conference (Informatics category). Full repository, paper, and slides are linked at the bottom.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Why Evil Twin still matters in 2026
&lt;/h2&gt;

&lt;p&gt;You walk into a cafe. Your phone shows two networks named &lt;code&gt;CoffeeHouse_Guest&lt;/code&gt;. You connect to the one with the stronger signal — because that's what your OS does by default. Within seconds you might be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connected to a rogue laptop, not the real router&lt;/li&gt;
&lt;li&gt;Browsing through an attacker-controlled DNS and HTTP gateway&lt;/li&gt;
&lt;li&gt;One redirect away from a captive portal asking for your "Wi-Fi password" or Google credentials&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The attack does &lt;strong&gt;not&lt;/strong&gt; require breaking WPA2. It does not require advanced skills. The barrier is so low that the most useful contribution a researcher can make today isn't a new exploit — it's a clear, reproducible explanation of how trivial the attack already is, and what users can actually do about it.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Lab architecture (fully air-gapped)
&lt;/h2&gt;

&lt;p&gt;Ethics first: the entire experiment ran in a &lt;strong&gt;VirtualBox Internal Network&lt;/strong&gt;, with zero connectivity to any physical network. All credentials were synthetic. All hardware was mine.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[Windows host]
    └─ VirtualBox Internal Network  ──►  no external connectivity
          ├── Kali Linux 2024.1   (attacker)
          └── Android VM/device   (victim — manually connected)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Kali Linux 2024.1&lt;/strong&gt; + USB Wi-Fi adapter capable of monitor/AP mode&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;airgeddon v11.22&lt;/strong&gt; as the orchestration layer&lt;/li&gt;
&lt;li&gt;Underneath airgeddon: &lt;code&gt;airodump-ng&lt;/code&gt;, &lt;code&gt;aireplay-ng&lt;/code&gt;, &lt;code&gt;hostapd&lt;/code&gt;, &lt;code&gt;dnsmasq&lt;/code&gt;, &lt;code&gt;lighttpd&lt;/code&gt;, &lt;code&gt;iptables&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you want to replicate: do it &lt;strong&gt;only&lt;/strong&gt; on hardware you own, in an isolated network. Unauthorized deployment is a criminal offense in most jurisdictions (in Russia, Articles 272–273 of the Criminal Code).&lt;/p&gt;




&lt;h2&gt;
  
  
  3. The 5-stage attack chain
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Recon → Rogue AP → Deauth → Interception → Phishing Portal
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Stage 1 — Reconnaissance
&lt;/h3&gt;

&lt;p&gt;Put the wireless interface in monitor mode and dump nearby APs and clients:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;airmon-ng start wlan0
airodump-ng wlan0mon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Output gives you BSSID, channel, encryption, and connected client MACs for every AP in range. This is the targeting data for everything that follows.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stage 2 — Rogue Access Point
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;hostapd&lt;/code&gt; is told to broadcast an SSID identical to the legitimate target — same name, attacker's BSSID, encryption deliberately disabled to look like a "guest" variant:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight conf"&gt;&lt;code&gt;&lt;span class="n"&gt;ssid&lt;/span&gt;=&lt;span class="n"&gt;Free_Public_Lab&lt;/span&gt;
&lt;span class="n"&gt;channel&lt;/span&gt;=&lt;span class="m"&gt;6&lt;/span&gt;
&lt;span class="n"&gt;hw_mode&lt;/span&gt;=&lt;span class="n"&gt;g&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is the entire trick. There is no protocol violation. 802.11 simply has no built-in mechanism for a client to tell two APs with the same SSID apart.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stage 3 — Deauthentication
&lt;/h3&gt;

&lt;p&gt;To force migration from the real AP to the twin, send forged 802.11 deauth frames:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;aireplay-ng &lt;span class="nt"&gt;--deauth&lt;/span&gt; 0 &lt;span class="nt"&gt;-a&lt;/span&gt; &amp;lt;real_BSSID&amp;gt; wlan0mon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Most clients will silently reconnect — and because the rogue AP is open and stronger, that's where they land. &lt;strong&gt;Auto-connect&lt;/strong&gt; is what makes this stage devastating.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stage 4 — Traffic interception
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;dnsmasq&lt;/code&gt; provides DHCP + DNS to the victim, and &lt;code&gt;iptables&lt;/code&gt; redirects all HTTP traffic to a local web server:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;iptables &lt;span class="nt"&gt;-t&lt;/span&gt; nat &lt;span class="nt"&gt;-A&lt;/span&gt; PREROUTING &lt;span class="nt"&gt;-p&lt;/span&gt; tcp &lt;span class="nt"&gt;--dport&lt;/span&gt; 80 &lt;span class="nt"&gt;-j&lt;/span&gt; REDIRECT &lt;span class="nt"&gt;--to-port&lt;/span&gt; 80
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now the victim has "internet" — except every DNS query and every cleartext request flows through the attacker.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stage 5 — Captive portal
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;lighttpd&lt;/code&gt; serves a clone of a familiar login page (router admin, ISP portal, or a generic "Confirm your connection" form). The user submits credentials. They appear immediately in the attacker's terminal.&lt;/p&gt;

&lt;p&gt;In my run, the test victim entered &lt;code&gt;test_user&lt;/code&gt; / &lt;code&gt;Sup3rSecret!&lt;/code&gt; — captured in plaintext within seconds.&lt;/p&gt;

&lt;p&gt;I also validated the &lt;strong&gt;WPA2 variant&lt;/strong&gt;: even when the legitimate network has a shared password (&lt;code&gt;PublicPassword123&lt;/code&gt;), the attack still works, because the password is shared and any client (including the attacker) can use it to host a convincing twin.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Why the usual advice fails
&lt;/h2&gt;

&lt;p&gt;A few lessons that actually mattered after running this end-to-end:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;"Just check for HTTPS"&lt;/strong&gt; is not enough. Captive portals can serve valid Let's Encrypt certs for attacker-controlled domains. Your browser's padlock confirms the connection is encrypted to the &lt;em&gt;attacker&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"Use the password-protected network"&lt;/strong&gt; is not enough. WPA2-PSK protects only against outsiders who don't know the key. In a public cafe, the key is on a chalkboard.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"I'll just notice"&lt;/strong&gt; is not enough. Modern OSes hide BSSIDs and silently roam between APs with the same SSID. The attack is invisible at the UI layer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The attack doesn't break cryptography. It bypasses it by exploiting an architectural assumption baked into 802.11 itself: that SSIDs are trustworthy identifiers.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. The 6-Rule Defense Framework
&lt;/h2&gt;

&lt;p&gt;This is the practical output of the project — a checklist designed for non-technical users.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Rule&lt;/th&gt;
&lt;th&gt;Why it works&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Use a VPN&lt;/strong&gt; (WireGuard / OpenVPN, no-logs provider)&lt;/td&gt;
&lt;td&gt;Encrypts the entire tunnel before it touches the rogue AP. The attacker sees opaque traffic to the VPN server.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Disable auto-connect&lt;/strong&gt;, delete saved public networks&lt;/td&gt;
&lt;td&gt;Removes the silent reconnection that makes deauth effective.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;No sensitive actions on public Wi-Fi without VPN&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Use 4G/5G for banking, email, work logins. Cellular has built-in link-layer encryption.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Enable 2FA everywhere&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Captured passwords become useless without the second factor.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Technical verification&lt;/strong&gt; — confirm SSID with staff, watch for duplicate BSSIDs (Wi-Fi Analyzer)&lt;/td&gt;
&lt;td&gt;Catches the most obvious twin deployments.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Keep OS and browser updated&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Closes vulnerabilities a MitM can exploit even inside a session.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Comparative effectiveness (from the paper):&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Protection&lt;/th&gt;
&lt;th&gt;Speed&lt;/th&gt;
&lt;th&gt;Accessibility&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;VPN (WireGuard / OpenVPN)&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;td&gt;★★★★☆&lt;/td&gt;
&lt;td&gt;★★★★☆&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Personal hotspot (4G/5G)&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;td&gt;★★★☆☆&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tor Browser&lt;/td&gt;
&lt;td&gt;★★★★☆&lt;/td&gt;
&lt;td&gt;★★☆☆☆&lt;/td&gt;
&lt;td&gt;★★★☆☆&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HTTPS only&lt;/td&gt;
&lt;td&gt;★★☆☆☆&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Auto-connect disabled&lt;/td&gt;
&lt;td&gt;★★★☆☆&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;td&gt;★★★★★&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  6. What I took away from the project
&lt;/h2&gt;

&lt;p&gt;Three things stuck with me after the lab work:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The interesting layer is human, not technical.&lt;/strong&gt; Every interesting failure mode I observed was a UX decision (auto-connect, hidden BSSID, identical SSID rendering) rather than a cryptographic weakness.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live demonstrations change behavior more than warnings.&lt;/strong&gt; Showing classmates their own captured test credentials on a screen produced a sharper reaction than any infographic. That's why the deliverable is education, not tooling.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reproducibility is half the value.&lt;/strong&gt; A one-off attack proves nothing. A documented, isolated, repeatable lab — with the exact tool versions and a step-by-step chain — is what makes the result useful to someone else.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  7. Repository
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/NovaCode37/eviltwin" rel="noopener noreferrer"&gt;https://github.com/NovaCode37/eviltwin&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full paper (RU, ~21 pages):&lt;/strong&gt; &lt;code&gt;materials/ru/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;English executive summary:&lt;/strong&gt; &lt;code&gt;docs/executive-summary.md&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Diagrams (Mermaid):&lt;/strong&gt; &lt;code&gt;diagrams/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Award:&lt;/strong&gt; 3rd Place — Lomonosov Readings 2026, MAOU Gymnasium №16, Tyumen&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you build a similar lab or want to discuss any stage of the chain in more depth, I'd be glad to compare notes in the comments.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Disclaimer: All experiments were conducted on the researcher's own equipment, in a fully isolated virtual environment, using synthetic test credentials. This article is for educational and defensive purposes only.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>networking</category>
      <category>wifi</category>
      <category>beginners</category>
    </item>
    <item>
      <title>I built an open-source OSINT platform with 20+ recon modules and AI analysis</title>
      <dc:creator>Saveliy</dc:creator>
      <pubDate>Wed, 08 Apr 2026 12:31:24 +0000</pubDate>
      <link>https://dev.to/trulysoulless/i-built-an-open-source-osint-platform-with-20-recon-modules-and-ai-analysis-51f7</link>
      <guid>https://dev.to/trulysoulless/i-built-an-open-source-osint-platform-with-20-recon-modules-and-ai-analysis-51f7</guid>
      <description>&lt;h2&gt;
  
  
  What is PRISM?
&lt;/h2&gt;

&lt;p&gt;PRISM is an open-source intelligence (OSINT) platform for passive reconnaissance. Enter any target — domain, IP, email, phone number, or username — and get a full intelligence report in seconds.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live demo:&lt;/strong&gt; &lt;a href="https://getprism.su" rel="noopener noreferrer"&gt;getprism.su&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/NovaCode37/Prism-platform" rel="noopener noreferrer"&gt;NovaCode37/Prism-platform&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;A single scan runs 20+ modules in parallel:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Domain/IP&lt;/strong&gt; - WHOIS, DNS records, Certificate Transparency, Shodan, VirusTotal, AbuseIPDB, Wayback Machine, GeoIP&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Email&lt;/strong&gt; - MX/SPF/DMARC reputation, SMTP mailbox verification, breach/credential leak lookup, disposable email detection&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Username&lt;/strong&gt; - Blackbird (50+ platforms, async), Maigret (3000+ sites)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Phone&lt;/strong&gt; - Validation, carrier detection, country, reverse lookup&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Standalone tools&lt;/strong&gt; - Email header analyzer, file metadata (EXIF/GPS), crypto address lookup, QR decoder&lt;/p&gt;

&lt;p&gt;Everything runs through WebSocket for real-time progress updates.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI-powered analysis
&lt;/h2&gt;

&lt;p&gt;After a scan completes, you can generate an AI summary that provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Executive summary&lt;/li&gt;
&lt;li&gt;Key findings&lt;/li&gt;
&lt;li&gt;Risk assessment&lt;/li&gt;
&lt;li&gt;Recommended next investigation steps&lt;/li&gt;
&lt;li&gt;Interactive follow-up chat&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Uses OpenRouter with Nvidia Nemotron (free tier).&lt;/p&gt;

&lt;h2&gt;
  
  
  Key features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;OPSEC Score&lt;/strong&gt; - aggregated 0-100 exposure risk score&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Entity Graph&lt;/strong&gt; - interactive node-relationship visualization&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GeoIP Map&lt;/strong&gt; - coordinates and location data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HTML Reports&lt;/strong&gt; - self-contained exportable reports&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero mandatory keys&lt;/strong&gt; - 12/20 modules work without any API keys&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Python, FastAPI, asyncio, WebSocket&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js 14, React, TypeScript, Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI:&lt;/strong&gt; OpenRouter API (Nvidia Nemotron)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deploy:&lt;/strong&gt; Docker one-command setup&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Self-hosting
&lt;/h2&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/NovaCode37/Prism-platform.git" rel="noopener noreferrer"&gt;https://github.com/NovaCode37/Prism-platform.git&lt;/a&gt;&lt;br&gt;
cd Prism-platform&lt;br&gt;
cp .env.example .env&lt;br&gt;
docker compose up --build&lt;/p&gt;

&lt;p&gt;Open &lt;a href="http://localhost:3000" rel="noopener noreferrer"&gt;http://localhost:3000&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contributing
&lt;/h2&gt;

&lt;p&gt;The project is MIT-licensed and contributor-friendly. Check out the open issues labeled good first issue:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-language support (i18n)&lt;/li&gt;
&lt;li&gt;Dark web .onion link checker&lt;/li&gt;
&lt;li&gt;Censys module for certificate search&lt;/li&gt;
&lt;li&gt;Mobile responsive layout&lt;/li&gt;
&lt;li&gt;Copy-to-clipboard for scan results&lt;/li&gt;
&lt;li&gt;Dark/light theme toggle&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/NovaCode37/Prism-platform/blob/main/CONTRIBUTING.md" rel="noopener noreferrer"&gt;CONTRIBUTING.md&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>security</category>
      <category>python</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
