Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
run: |
hugo \
--gc \
--minify
--minify \
--buildFuture
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
11 changes: 11 additions & 0 deletions archetypes/event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
{{ $title := replace .Name "_" " " | title -}}
{{ $date := getenv "HUGO_EVENT_DATETIME" }}
{{ $location := getenv "HUGO_EVENT_LOCATION" }}
title: {{ $title }}
type: events
date: {{ $date }}
---

Date & Time: {{ $date | time | time.Format "15:04, 02 Jan 2006" }}
Location: {{ $location }}
10 changes: 10 additions & 0 deletions archetypes/seminar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
{{ $title := replace .Name "_" " " | title -}}
{{ $date := getenv "HUGO_EVENT_DATETIME" }}
title: {{ $title }}
type: events
date: {{ $date }}
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
117 changes: 117 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
/* Custom code here */

.event-list {
padding: 0;
}

.event-summary {
list-style: none;
cursor: pointer;
}

.event-summary::-webkit-details-marker {
display: none;
}

.event-details {
padding-top: 0;
}

.navbar {
/* background: #fff; */
/* border-bottom: 1px solid #eee; */
padding: 1rem;
}

.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.nav-links {
list-style: none;
display: flex;
gap: 1rem;
margin: 0;
padding: 0;
}

.nav-links a {
text-decoration: none;
/* display: flex;
align-items: center; */
/* color: #333; */
}


/* Responsive stuff */
@media (max-width: 600px) {
.nav-container {
flex-direction: row;
align-items: flex-end;
}

.navbar {
padding-left: 0;
margin-top: 3%;
}

.nav-links {
/* flex-direction: column; */
/* justify-content: end; */
width: 100%;
gap: 0.5rem;
}

.nav-links a {
display: block;
/* width: 100%;
padding: 0.5rem 0; */
}

header {
display: block;
}
}


@media (max-width: 1000px) {
table, thead, tbody, th, td, tr {
display: block;
}

thead {
display: none; /* hide header */
}

tr {
display: block;
margin-bottom: 1rem; /* adds space between rows/cards */
/* border: 1px solid #ddd; */
border-radius: 8px;
padding: 0.5rem;
/* background: #fff; */
}

td {
position: relative;
padding-left: 50%;
text-align: right;
border: 0px solid var(--darkbordercl);
}

td::before {
content: attr(data-label); /* use data-label to show header name */
position: absolute;
left: 0;
width: 45%;
padding-left: 1rem;
font-weight: bold;
text-align: left;
}

.label-wrap .label {
display: none;
}
}
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ footer {
}

.member-text {
word-wrap: break-all;
overflow-wrap: anywhere;
font-size: 0.9em;
}

/* Common */


@media screen and (max-width: 600px) {
.nowrap {
white-space: nowrap;
Expand Down
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ params:
- events
homeWriteupCnt: 10
katex: true
buildFuture: true


menu:
main:
Expand Down
14 changes: 14 additions & 0 deletions content/events/OSCTF_LAN_Party.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: OSCTF LAN Party
type: events
date: 2024-07-13T10:00:00+02:00
---

**Date & Time**: 10:00, 13 Jul 2024 \
**Location**: Google Room @ FMI

Join us to play **OSCTF**. We’ll be waiting for you at the University of Bucharest. We’ll play until 19:30 and then share solutions for the challenges.

We welcome and encourage any beginner to join us. There are a lot of confirmed people coming that are very new to it.

We’d appreciate a DM or email if you wish to come.
10 changes: 10 additions & 0 deletions content/events/Seminar_0x01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x01
type: events
date: 2024-10-30T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| Intel CET Overview and Exploit Techniques | sunbather | Amf Pompeiu @ FMI | 30 Oct 2024 18:00 | [Link](https://docs.google.com/presentation/d/1PaTpV5Mgql9OySzzYRPV8RSVNGSPHaTAUfcFXqawhik) |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x02
type: events
date: 2024-11-27T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| Reverse Engineering Obfuscated Applications with Symbolic Execution | zenbassi | Amf Pompeiu @ FMI | 27 Nov 2024 18:00 | N/A |
16 changes: 16 additions & 0 deletions content/events/Seminar_0x03_(Lightning_Talks).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

title: Seminar 0x03 (Lightning Talks)
type: events
date: 2024-12-18T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| DNS Tunneling | h3pha | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://docs.google.com/presentation/d/1Ne63U08HZiVEf2CU29Ybys3AalocJyGG2UUt9PZ7LhE/edit?slide=id.g32010dfb119_0_0#slide=id.g32010dfb119_0_0) |
| ROP Techniques | sunbather | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://docs.google.com/presentation/d/1zrBrUuMewJYIOim5Nl2XRIBlW6ovatvzK8rnvE6qt14/edit?slide=id.g31eb2b1e0e5_1_656#slide=id.g31eb2b1e0e5_1_656) |
| OpenWRT & PostmarketOS | MettleSphee | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://docs.google.com/presentation/d/1Wfjz62XBLOXUvr_fNUq8317_ESXfDmXSRmpm6QtoebM/edit?slide=id.p1#slide=id.p1) |
| Function Hooking | zenbassi | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://dothidden.xyz/presentations/frida-lightning-talk.pdf) |
| Binary Patching | PineBel | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://docs.google.com/presentation/d/1YhvLMWwQ_YzhfzmosAk76YJGzCIt2UYOddU5JGAAM9o/edit?usp=sharing) |
| How I lost all my data | Mircea | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://dothidden.xyz/presentations/cum-sa-pierzi-date.pdf) |
| Ping Pong Tracker | Sebi | Amf Pompeiu @ FMI | 18 Dec 2024 18:00 | [Link](https://dothidden.xyz/presentations/Ping_Pong_Tracker_Using_Computer_Vision.pdf) |
11 changes: 11 additions & 0 deletions content/events/Seminar_0x04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

title: Seminar 0x04
type: events
date: 2025-01-29T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| The modern boot process | zenbassi | Amf Pompeiu @ FMI | 29 Jan 2025 18:00 | N/A |
| EXAPUNKS overview | sunbather | Amf Pompeiu @ FMI | 29 Jan 2025 18:00 | N/A |
11 changes: 11 additions & 0 deletions content/events/Seminar_0x05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

title: Seminar 0x05
type: events
date: 2025-02-26T18:30:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| uefi-rs - The story of a low-level Rust library | Gabi Majeri | Amf Pompeiu @ FMI | 26 Feb 2025 18:30 | [Link](https://dothidden.xyz/presentations/uefi-rs-presentation.pdf) |
| What is Remote Attestation? An introduction | Honesty | Amf Pompeiu @ FMI | 26 Feb 2025 18:30 | [Link](https://docs.google.com/presentation/d/1Tc9tbrD-WBZv14qWpmSeaZWAgIBmmnRS_P8YiOcIjYM/edit?slide=id.p#slide=id.p) |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x06
type: events
date: 2025-03-26T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| WTF is a Heap? And how to hack it! | PineBel | Amf Pompeiu @ FMI | 26 Mar 2025 18:00 | [Link](https://docs.google.com/presentation/d/1YYWyx4UTIeK0Pv1kM7F2QmOV7IdKdKhGu_JTOg_b_Og/edit?usp=sharing) |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x07
type: events
date: 2025-04-30T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| Bad Binder - Exploiting an Android Kernel Vulnerability | zenbassi | Amf Pompeiu @ FMI | 30 Apr 2025 18:00 | N/A |
11 changes: 11 additions & 0 deletions content/events/Seminar_0x08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

title: Seminar 0x08
type: events
date: 2025-05-28T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| Recovering Lost Media - Tools, Techniques, and a Personal Case Study | Johnson | Amf Pompeiu @ FMI | 28 May 2025 18:00 | [Link](https://drive.google.com/file/d/17BoreyvPpmTKiDPZp64JLiIxhBSpnvcs/view) |
| Finding Backdoors in Android Apps: Chinese Edition | sunbather | Amf Pompeiu @ FMI | 28 May 2025 18:00 | [Link](https://docs.google.com/presentation/d/1ttjBsMjGiye0-8aP3vaLbuSMWaBLErPmOL4zIJAmLmI/edit?usp=sharing) |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x09
type: events
date: 2025-06-25T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| From Payload to Payback: Dissecting and Deceiving C2 Infrastructures | Levi | Amf Pompeiu @ FMI | 25 Jun 2025 18:00 | N/A |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x0A.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x0A
type: events
date: 2025-09-24T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| Nostalgic times in modern days: A short visit from the ghost of technology’s past | MettleSphee | Amf Pompeiu @ PBT | 24 Sep 2025 18:00 | [Link](https://docs.google.com/presentation/d/1weSb4RV7z9imhGzl-vJKYwKpeiyXhsPbEmQhU7H0WxE/edit?usp=sharing) |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x0B.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x0B
type: events
date: 2025-10-29T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| Fantastic CVEs and Where to Find Them | Mal | Amf. Titeica @ PBT | 29 Oct 2025 18:00 | TBA |
10 changes: 10 additions & 0 deletions content/events/Seminar_0x0C.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---

title: Seminar 0x0C
type: events
date: 2025-11-26T18:00:00+02:00
---

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| TBA | TBA | Room TBA, Politehnica Business Tower | 26 Nov 2025 18:00 | N/A |
13 changes: 13 additions & 0 deletions content/events/Seminar_0x0D_(Lightning_Talks).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---

title: Seminar 0x0D (Lightning Talks)
type: events
date: 2025-12-17T18:00:00+02:00
---

Join us for the Christmas Edition of the .hidden seminar! If you wish to give a short talk on a technical subject of your choosing, send us a message.
It can be as short as you like (even 1 minute), and as long as 20 minutes. Complexity does not matter and it doesn't have to be security related.

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| TBA | TBA | Room TBA, Politehnica Business Tower | 17 Dec 2025 18:00 | N/A |
9 changes: 9 additions & 0 deletions content/events/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Events"
date: 2024-04-12T21:16:14+03:00
type: events
---

# .hidden seminar

We're now hosting a technical seminar. Join us on the <u>last Wednesday of every month</u> to discuss exploits, mitigations, new security research and everything in between.
21 changes: 21 additions & 0 deletions content/events/dothidden_days_2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---

title: .hidden days 2024
type: events
date: 2024-04-23T18:00:00+02:00
---

For our 1 year anniversary we’re hosting a collection of presentations and workshops. We’re calling this event *.hidden days*. We invite you to join us, in the __Faculty of Mathematics and Informatics__. The table below will be updated with the schedule for each presentation as we get approval for them.

If you want specific information on a particular presentation or workshop, or if you’re interested in joining us, please contact us directly. Check the [About](/about) page to find out how.

**EDIT:** The event has concluded. Thanks to everyone that has participated! We think it has been a great success!

| Title <div style="width:290px"></div> | Speaker <div style="width:90px"></div> | Place <div style="width:100px"></div> | Datetime <div style="width:150px"></div> | Slides <div style="width:40px"></div> |
| :---: | :-----: |:------------------------------------:| :------: | :----: |
| From XSS to SQL Injection: On Web Vulnerabilities | cartouche70 | Amf Pompeiu @ FMI | 22 May 2024 18:00 | [Link](https://docs.google.com/presentation/d/11UCyghqKup5OR8TH1RB75hAfLRYorJuPXzjgIdfP7fE/edit?usp=sharing) |
| Tearing apart an APK: Introduction to Mobile Reverse Engineering | Koyossu | Amf Pompeiu @ FMI | 21 May 2024 18:00 | [Link](https://docs.google.com/presentation/d/1jjQ7ku8t1AqS1jrDP5hiXXmtO0gpjPupUtmYJCVsu8Q/edit?usp=sharing) |
| Android Modding (how 2 🧱 your phone) | MettleSphee | Amf Pompeiu @ FMI | 14 May 2024 18:15 | [Link](https://docs.google.com/presentation/d/1sX4SL64gJeqD6HK9VuCCKKmWTsBGQ0tk167o2sEkV-s/edit?usp=sharing) |
| Finding vulnerabilities with Symbolic Execution | Honesty | Amf Pompeiu @ FMI | 29 Apr 2024 18:00 | [Link](https://docs.google.com/presentation/d/1DF5qNXU4qqbUgPOlzjYeCCSvzdgyRr88epN4atRgGMc/edit?usp=sharing) |
| Codebending: Introduction to Binary Exploitation | sunbather | Amf Pompeiu @ FMI | 24 Apr 2024 18:00 | [Link](https://docs.google.com/presentation/d/1H1jfutKSter7UFtRmciRgn3QCBCej-o84l6MS-XXMvQ/edit?usp=sharing) |
| Dissecting the Unknown: Introduction to Reverse Engineering | zenbassi | Amf Pompeiu @ FMI | 23 Apr 2024 18:00 | [Link](https://docs.google.com/presentation/d/1__mQ4fDVBDJshSXbMCwh6L5ACbZPffFDWExjdsCUhT4/edit?usp=sharing) |
Loading