<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Setting up Cloud C2 as a service on boot &amp; exfiltrating loot with a LAN Turtle - Hak5 2703</title>
        <link>https://stream.echo6.co/videos/watch/99507832-2c8f-434c-9116-c3a88f5628c0</link>
        <description>Hak5 -- Cyber Security Education, Inspiration, News &amp; Community since 2005: Enabling Cloud C2 as a service on a Linux-64 host with SystemDBuilds on Hak5 episodes 2701 and 2702 with credit to Void-Bytehttps://forums.hak5.org/topic/50283-updated-04052020-hak5-c2-cloud-guide-ubuntu-1804-ltsExpects Cloud C2 Community edition has run once before, generating c2.dbMove Cloud C2 binary.sudo mv c2_community-linux-64 /usr/local/bin Create directory for database filesudo mkdir /var/cloudc2 Move database filesudo mv c2.db /var/cloudc2/ Create systemd service file.sudo vi /etc/systemd/system/cloudc2.service Replace parameters as necessary for your instance[Unit] Description=Hak5 Cloud C2 After=cloudc2.service [Service] Type=idle ExecStart=/usr/local/bin/c2_community-linux-64 -hostname example.com -https -db /var/cloudc2/c2.db [Install] WantedBy=multi-user.target Reload, enable on boot, start and inspect the newly created Cloud C2 servicesudo systemctl daemon-reload sudo systemctl enable cloudc2.service sudo systemctl start cloudc2.service sudo systemctl status cloudc2.service -----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆ Our Site → https://www.hak5.org Shop →  https://www.hakshop.com Subscribe → https://www.youtube.com/user/Hak5Darren?sub_confirmation=1 Support → https://www.patreon.com/threatwire Contact Us → http://www.twitter.com/hak5 Threat Wire RSS → https://shannonmorse.podbean.com/feed/ Threat Wire iTunes → https://itunes.apple.com/us/podcast/threat-wire/id1197048999 Host: Shannon Morse → https://www.twitter.com/snubs Host: Darren Kitchen → https://www.twitter.com/hak5darren Host: Mubix → http://www.twitter.com/mubix -----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆ Founded in 2005, Hak5's mission is to advance the InfoSec industry. We do this through our award winning educational podcasts, leading pentest gear, and inclusive community – where all hackers belong.</description>
        <lastBuildDate>Wed, 15 Apr 2026 09:55:17 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Setting up Cloud C2 as a service on boot &amp; exfiltrating loot with a LAN Turtle - Hak5 2703</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/99507832-2c8f-434c-9116-c3a88f5628c0</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=99507832-2c8f-434c-9116-c3a88f5628c0" rel="self" type="application/rss+xml"/>
    </channel>
</rss>