<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>FAUST CTF Team</title>
    <description>This is the web site of the CTF team at Friedrich-Alexander University Erlangen-Nuremberg.
</description>
    <link>https://www.faust.ninja/</link>
    <atom:link href="https://www.faust.ninja/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Thu, 18 Dec 2025 18:39:56 +0000</pubDate>
    <lastBuildDate>Thu, 18 Dec 2025 18:39:56 +0000</lastBuildDate>
    <generator>Jekyll v4.4.1</generator>
    
      <item>
        <title>FAUST Web-Security Workshop</title>
        <description>&lt;p&gt;&lt;strong&gt;FAUST regularly organizes workshops on different IT-Security topics. This Semester, the topic is web security. The workshop will take place on 20th and 21st of January&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&quot;what-is-hacking&quot;&gt;What is hacking?&lt;/h2&gt;

&lt;p&gt;You may know hacking as evil and illegal activity. However, there are perfectly legal and ethical ways to hack. To close security problems in your software, you must first know what bugs can be leveraged by an attacker.&lt;/p&gt;

&lt;p&gt;Furthermore, this can be a fun activity for your free time and is perfectly legal if you do not attack a system you don’t have permission to attack. For example, there are regularly so called Capture-the-flag competitions (CTF) hosted all over the world. This is a playful way to improve your IT-Security knowledge by hacking a purposefully insecure system created just for the competition. There are academic and non-academic CTF teams from all over the world taking part in these competitions, we (FAUST) are no exception.&lt;/p&gt;

&lt;p&gt;For more information about CTF competitions, take a look at &lt;a href=&quot;https://ctftime.org/ctf-wtf/&quot;&gt;CTFTime&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;who-is-this-workshop-for&quot;&gt;Who is this workshop for?&lt;/h2&gt;

&lt;p&gt;Our Web Security Workshop takes place on the 20th and 21st of January. Everyone is welcome, no matter if you are a bloody beginner or already know some hacking basics.&lt;/p&gt;

&lt;p&gt;You should &lt;strong&gt;bring your own laptop, preferrably with a Linux installation&lt;/strong&gt; (bare-metal or in a VM, doesn’t matter) to do the exercises. We recommend a Debian derivative, such as Ubuntu, but any distribution should suffice.&lt;/p&gt;

&lt;h2 id=&quot;workshop-contents&quot;&gt;Workshop Contents&lt;/h2&gt;

&lt;p&gt;The workshop runs from 10AM to 5PM on Saturday and 10AM to 2PM on Sunday. We will provide Pizza for Lunch.&lt;/p&gt;

&lt;p&gt;We explain the following concepts in small presentations and let you practice with interesting challenges afterwards:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;SQL Injection&lt;/li&gt;
  &lt;li&gt;Command Injection&lt;/li&gt;
  &lt;li&gt;Cross-Site Scripting (XSS)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;registration&quot;&gt;Registration&lt;/h2&gt;

&lt;p&gt;Please join our &lt;a href=&quot;https://www.studon.fau.de/crs5556003_join.html&quot;&gt;StudOn course&lt;/a&gt; for more information. If you cannot make it to the workshop, don’t worry! We will upload the slides after the workshop and you will have the option to solve the exercises on your own.&lt;/p&gt;

&lt;p&gt;We hope to see you at the workshop!&lt;/p&gt;
</description>
        <pubDate>Thu, 04 Jan 2024 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/en/2024/01/04/faust-web-security-wworkshop.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/en/2024/01/04/faust-web-security-wworkshop.html</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>FAUST Binary Workshop</title>
        <description>&lt;p&gt;&lt;strong&gt;FAUST regularly organizes workshops on different IT-Security topics. This Semester, the topic is binary exploitation. The workshop will take place on 29th and 30th of April&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&quot;what-is-hacking&quot;&gt;What is hacking?&lt;/h2&gt;

&lt;p&gt;You may know hacking as evil and illegal activity. However, there are perfectly legal and ethical ways to hack. To close security problems in your software, you must first know what bugs can be leveraged by an attacker.&lt;/p&gt;

&lt;p&gt;Furthermore, this can be a fun activity for your free time and is perfectly legal if you do not attack a system you don’t have permission to attack. For example, there are regularly so called Capture-the-flag competitions (CTF) hosted all over the world. This is a playful way to improve your IT-Security knowledge by hacking a purposefully insecure system created just for the competition. There are academic and non-academic CTF teams from all over the world taking part in these competitions, we (FAUST) are no exception.&lt;/p&gt;

&lt;p&gt;For more information about CTF competitions, take a look at &lt;a href=&quot;https://ctftime.org/ctf-wtf/&quot;&gt;CTFTime&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;who-is-this-workshop-for&quot;&gt;Who is this workshop for?&lt;/h2&gt;

&lt;p&gt;Our Binary Exploitation Workshop takes place on the 29th and 30th of April. Everyone is welcome, no matter if you are a bloody beginner or already know some hacking basics.&lt;/p&gt;

&lt;p&gt;However, a &lt;strong&gt;basic understanding of programming in C and associated concepts&lt;/strong&gt; is expected. Therefore, we recommend that you have taken either of these modules:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Systemprogrammierung (SP)&lt;/li&gt;
  &lt;li&gt;Softwarenahe Programmierung in C (SPiC)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Furthermore, you should &lt;strong&gt;bring your own laptop with a Linux installation&lt;/strong&gt; (bare-metal or in a VM, doesn’t matter) to do the exercises. We recommend a Debian derivative, such as Ubuntu, but any distribution should suffice.&lt;/p&gt;

&lt;h2 id=&quot;workshop-contents&quot;&gt;Workshop Contents&lt;/h2&gt;

&lt;p&gt;We explain the following concepts in small presentations and let you practice with interesting challenges afterwards:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Introduction to python and important tools&lt;/li&gt;
  &lt;li&gt;Address layout&lt;/li&gt;
  &lt;li&gt;Stack smashing&lt;/li&gt;
  &lt;li&gt;Protection mechanisms (ASLR, Canaries)&lt;/li&gt;
  &lt;li&gt;Value leakage&lt;/li&gt;
  &lt;li&gt;Format string attacks&lt;/li&gt;
  &lt;li&gt;Shellcode&lt;/li&gt;
  &lt;li&gt;ROP (Return-Oriented Programming)&lt;/li&gt;
  &lt;li&gt;Heap exploitation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;registration&quot;&gt;Registration&lt;/h2&gt;

&lt;p&gt;Please join our &lt;a href=&quot;https://www.studon.fau.de/crs5102787_join.html&quot;&gt;StudOn course&lt;/a&gt; for more information. If you cannot make it to the workshop, don’t worry! We will upload the slides after the workshop and you will have the option to solve the exercises on your own.&lt;/p&gt;

&lt;p&gt;We hope to see you at the workshop!&lt;/p&gt;
</description>
        <pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/en/2023/04/12/faust-binary-workshop.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/en/2023/04/12/faust-binary-workshop.html</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>FAUST Web-Security Workshop</title>
        <description>&lt;p&gt;&lt;em&gt;At the beginning of each semester, we organize a hacking workshop. This semester’s Topic will be “Web”. We will introduce you to finding and exploiting common vulnerabilities which can still be found in today’s modern websites. Therefore we will meet on the 12th and 13th of November. No prior knowledge is required. Simply join our &lt;a href=&quot;https://www.studon.fau.de/crs4730854_join.html&quot;&gt;StudOn course&lt;/a&gt; for registration and more information.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hacking is notorious for being evil. But essentially, hacking is about knowing a system, its weaknesses and vulnerabilities. Then, you can use this knowledge to protect the systems under your wing. Besides that, meeting with the FAUST team once a week is fun, finding vulnerabilities together and enjoying free pizza. Since we know the beginning can be challenging, we designed this workshop to get you started.&lt;/p&gt;

&lt;p&gt;As already mentioned, no prior knowledge is required. With hands-on exercises, we will guide you from finding your first vulnerability to writing your first exploit. All you need is a Laptop, preferably running a Debian derivative. If you don’t have a laptop, no problem. Grab a friend and participate together, or come along and find a friend on site.&lt;/p&gt;

&lt;p&gt;We will start by teaching you Python and some of its libraries. Then, once familiar with that, you will dive into modern websites’ various exploitation techniques and vulnerabilities. In particular, we will ensure you know how to exploit SQL injection, command injection and cross-site scripting.&lt;/p&gt;

&lt;p&gt;In between, we will have a lunch break, where you can enjoy pizza and chat with each other. Pizza? Yes, we provide lunch. There will be enough free pizza for everyone.&lt;/p&gt;

&lt;p&gt;You can’t make it? Don’t worry. We will upload all slides and publish the challenges in our StudOn course. So make sure to join anyway. Our slides are usually great for self-studying. If you have questions, you can use the forum or participate in our weekly meetings. You can take the date, time and place of our next meeting from our website.&lt;/p&gt;

&lt;p&gt;If we sparked your interest, sign up by joining our &lt;a href=&quot;https://www.studon.fau.de/crs4730854_join.html&quot;&gt;StudOn course&lt;/a&gt; and share it with your friends.&lt;/p&gt;

&lt;p&gt;See you at the workshop!&lt;/p&gt;

&lt;p&gt;Benjamin Haag and FAUST&lt;/p&gt;
</description>
        <pubDate>Sat, 01 Oct 2022 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/en/2022/10/01/faust-web-security-workshop.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/en/2022/10/01/faust-web-security-workshop.html</guid>
        
        
        <category>en</category>
        
      </item>
    
      <item>
        <title>FAUST Sommerfest 2022</title>
        <description>&lt;p&gt;Treu dem Motto “besser spät als nie” haben wir am 21.09.2022 unser erstes FAUST Sommerfest begangen. Nach 3 langen Corona Jahren war ein Treffen nämlich endlich wieder vor Ort möglich.&lt;/p&gt;

&lt;p&gt;Am Nachmittag ging es gegen 17 Uhr los. Wir trafen uns hinter dem Blauen Informatikhochhaus an der Technischen Fakultät. Ausreichend Bier und Grillgut waren bereits vorhanden. Nach und nach sind die FAUST Mitglieder zahlreich erschienen und die Party konnte beginnen.&lt;/p&gt;

&lt;p&gt;Ob Veganer, Wurst- oder Steak Liebhaber, beim Grillen war für jeden was dabei. Auch das Bier reichte vom normalen Flaschenbier über Radler zum alkoholfreien. Damit war auch für die etwas dabei, die noch einen weiteren Weg nach Hause hatten. An den Bierbänken haben wir dann fröhlich gefeiert und geplaudert.&lt;/p&gt;

&lt;p&gt;Nach so einer langen Zeit ist klar, dass einige neue Gesichter dazugekommen sind. Die CTFs und die wöchentlichen Meetings wurden bis dato auch online abgehalten. Deshalb war das für viele die erste Möglichkeit, sich mal persönlich kennenzulernen. Aber auch alte Mitglieder, die teilweise nicht mehr an unserer Universität studieren, haben sich die Zeit genommen, um mit uns zu feiern. Manche kamen sogar von weit her, um das Sommerfest nicht zu verpassen.&lt;/p&gt;

&lt;p&gt;Durch diese bunte Mischung und Spanne an Erfahrung waren Gesprächsstoff und reger Austausch für den gesamten Abend garantiert. Wir haben über vergangene und kommende CTFs und FAUST Veranstaltungen gesprochen, und konnten uns über unser Studium austauschen. Da auch ältere Studenten und Absolventen beim Sommerfest waren, konnten wir nützliche Einblicke, Tipps und Tricks für zukünftige Vorlesungen erhalten.&lt;/p&gt;

&lt;p&gt;Dieses mal haben es leider nicht alle zum Sommerfest geschafft. Allerdings steht im Raum, ob die wöchentlichen Treffen nicht ab kommendem Semester endlich wieder vor Ort stattfinden können. Dann hätten auch die, die diesmal nicht dabei waren, die Chance, das gesamte Team kennenzulernen. Aber so oder so war es ein sehr schöner Abend und wir freuen uns alle auf ein tolles weiteres Jahr FAUST. Mit CTFs, Challenges und hoffentlich ganz viel Pizza.&lt;/p&gt;

&lt;p&gt;Wenn auch du nächstes Jahr dabei sein willst, schau doch jetzt schon mal bei unseren wöchentlichen Meetings vorbei. Termine und Ort findest du auf unserer Webseite.&lt;/p&gt;
</description>
        <pubDate>Fri, 23 Sep 2022 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2022/09/23/faust-sommerfest.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2022/09/23/faust-sommerfest.html</guid>
        
        
        <category>de</category>
        
      </item>
    
      <item>
        <title>Kickoff WS19/20 am 21.10.19 um 19 Uhr</title>
        <description>&lt;p&gt;Am Montag, den &lt;strong&gt;21.10.19&lt;/strong&gt; um &lt;strong&gt;19:00 Uhr&lt;/strong&gt;, verantalten wir während unseres wöchentlichen Treffens in Raum 12.150-113.02 einen kleinen Kickoff.
Dieses Treffen richtet sich an alle Studenten, die im WS19/20 planen, mit FAUST an CTFs teilzunehmen. 
Wir geben einen Überblick über die CTF-Landschaft für alle Neulinge und planen gemeinsam an welchen CTFs wir dieses Semester teilnehmen wollen.
Weiterhin stimmen wir über den Termin für die wöchentlichen Treffen in diesem Semester ab.
Wer nicht pünktlich ist, kann bei der Pizza-Bestellung leider nicht berücksichtigt werden ;)&lt;/p&gt;
</description>
        <pubDate>Fri, 11 Oct 2019 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2019/10/11/kickoff-ws1920.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2019/10/11/kickoff-ws1920.html</guid>
        
        
        <category>de</category>
        
      </item>
    
      <item>
        <title>FAUST Bootcamps WS 19/20</title>
        <description>&lt;p&gt;&lt;img src=&quot;/images/bootcamps_ws1920.png&quot; alt=&quot;FAUST Bootcamps WS 19/20&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 01 Oct 2019 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2019/10/01/bootcamps-ws1920.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2019/10/01/bootcamps-ws1920.html</guid>
        
        
        <category>de</category>
        
      </item>
    
      <item>
        <title>RuCTFe 2018</title>
        <description>&lt;p&gt;Am 10. November haben wir gestärkt duch Pizza und Mate am &lt;a href=&quot;https://ctftime.org/event/687&quot;&gt;RuCTFe’18&lt;/a&gt; teilgenommen und einen soliden 16. Platz erzielt (&lt;a href=&quot;http://monitor.ructfe.org/&quot;&gt;Scoreboard&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/ructfe_2018_scoreboard.jpg&quot; alt=&quot;RuCTFe 2018 Scoreboard&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Tue, 13 Nov 2018 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2018/11/13/ructfe.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2018/11/13/ructfe.html</guid>
        
        
        <category>de</category>
        
      </item>
    
      <item>
        <title>CTFZone 2018 Quals am 21. und 22. Juli</title>
        <description>&lt;p&gt;&lt;strong&gt;Ort/Zeit&lt;/strong&gt;: Samstag, 21.07.2018, ab 11 Uhr im Seminarraum Inf1 (12.150)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CTF&lt;/strong&gt;: &lt;a href=&quot;https://ctftime.org/event/632&quot;&gt;CTFZone 2018 Quals&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Es sind alle herzlich eingeladen mitzuspielen!&lt;/p&gt;
</description>
        <pubDate>Fri, 13 Jul 2018 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2018/07/13/ctfzone-quals-annoucement.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2018/07/13/ctfzone-quals-annoucement.html</guid>
        
        
        <category>de</category>
        
      </item>
    
      <item>
        <title>Vortrag &quot;EnCase Forensic Imager Pwning&quot; am 12.07.2018</title>
        <description>&lt;p&gt;&lt;strong&gt;Referent&lt;/strong&gt;: Wolfgang Ettlinger, SEC Consult Vulnerability Lab&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ort/Zeit&lt;/strong&gt;: Donnerstag, 12.07.2018, 18 Uhr im Seminarraum Inf1 (12.150)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Titel&lt;/strong&gt;: EnCase Forensic Imager Pwning&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Abstract&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Wolfgang ist ein ehemaliger CTF-Spieler und wird uns an einer
&lt;a href=&quot;https://www.sec-consult.com/en/blog/2017/05/chainsaw-of-custody-manipulating/index.html&quot;&gt;Lücke im EnCase Forensic Imager&lt;/a&gt;
zeigen, wie CTF-Skills potentiell später in der Praxis eingesetzt werden können.&lt;/p&gt;
</description>
        <pubDate>Mon, 09 Jul 2018 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2018/07/09/wolfgang-ettlinger-announcement.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2018/07/09/wolfgang-ettlinger-announcement.html</guid>
        
        
        <category>de</category>
        
      </item>
    
      <item>
        <title>Google CTF 2018 Quals am 23. und 24. Juni</title>
        <description>&lt;p&gt;&lt;strong&gt;Ort/Zeit&lt;/strong&gt;: Samstag, 23.06.2018, ab 11 Uhr im Seminarraum Inf1 (12.150)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CTF&lt;/strong&gt;: &lt;a href=&quot;https://ctftime.org/event/623&quot;&gt;Google CTF 2018 Quals&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Es sind alle herzlich eingeladen mitzuspielen!&lt;/p&gt;
</description>
        <pubDate>Fri, 15 Jun 2018 00:00:00 +0000</pubDate>
        
          <link>https://www.faust.ninja/de/2018/06/15/google-ctf-quals-announcement.html</link>
        
        <guid isPermaLink="true">https://www.faust.ninja/de/2018/06/15/google-ctf-quals-announcement.html</guid>
        
        
        <category>de</category>
        
      </item>
    
  </channel>
</rss>
