Skip to content
Closed
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
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Hacker theme
description: Hacker is a theme for GitHub Pages.
show_downloads: true
title: Luca Puzzoni
description: aka k0d14k.
show_downloads: false
google_analytics:
theme: jekyll-theme-hacker
17 changes: 7 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}

{% seo %}
{% seo %}
</head>

<body>
Expand All @@ -18,15 +17,13 @@
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>

<section id="downloads">
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download as .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download as .tar.gz</a>
{% endif %}
<a href="{{ site.github.repository_url }}" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
<nav class="container" style="text-align: right;">
<a href="{{'/index'}}">Home</a>
<a href="{{'/pages/about'}}">About</a>
<a href="{{'/pages/projects'}}">Projects</a>
<a href="{{'/pages/writeups'}}">Writeups</a>
</nav>
</header>

<div class="container">
Expand Down
9 changes: 0 additions & 9 deletions another-page.md

This file was deleted.

Binary file added assets/images/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pdf/tesi_puzzoni.pdf
Binary file not shown.
163 changes: 44 additions & 119 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,122 +2,47 @@
layout: default
---

Text can be **bold**, _italic_, ~~strikethrough~~ or `keyword`.

[Link to another page](./another-page.html).

There should be whitespace between paragraphs.

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

# Header 1

This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

## Header 2

> This is a blockquote following a header.
>
> When something is important enough, you do it even if the odds are not in your favor.

### Header 3

```js
// Javascript code with syntax highlighting.
var fun = function lang(l) {
dateformat.i18n = require('./lang/' + l)
return true;
}
```

```ruby
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
s.add_dependency(gem, "= #{version}")
end
```

#### Header 4

* This is an unordered list following a header.
* This is an unordered list following a header.
* This is an unordered list following a header.

##### Header 5

1. This is an ordered list following a header.
2. This is an ordered list following a header.
3. This is an ordered list following a header.

###### Header 6

| head1 | head two | three |
|:-------------|:------------------|:------|
| ok | good swedish fish | nice |
| out of stock | good and plenty | nice |
| ok | good `oreos` | hmm |
| ok | good `zoute` drop | yumm |

### There's a horizontal rule below this.

* * *

### Here is an unordered list:

* Item foo
* Item bar
* Item baz
* Item zip

### And an ordered list:

1. Item one
1. Item two
1. Item three
1. Item four

### And a nested list:

- level 1 item
- level 2 item
- level 2 item
- level 3 item
- level 3 item
- level 1 item
- level 2 item
- level 2 item
- level 2 item
- level 1 item
- level 2 item
- level 2 item
- level 1 item

### Small image

![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)

### Large image

![Branching](https://guides.github.com/activities/hello-world/branching.png)


### Definition lists can be used with HTML syntax.

<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>

```
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
```

```
The final element.
```
<h1>News</h1>


<article>
<h2>New WriteUp Aviable</h2>
<p>A new writeup for HackTheBox - Stocker is now aviable. <a href="/pages/writeups/hackthebox/machines/stocker">check it out</a></p>
<small>29 Gen 2023</small>
</article>
<hr>

<article>
<h2>New WriteUp Aviable</h2>
<p>A new writeup for HackTheBox - Precious is now aviable. <a href="/pages/writeups/hackthebox/machines/precious">check it out</a></p>
<small>29 Gen 2023</small>
</article>
<hr>

<article>
<h2>New WriteUp Aviable</h2>
<p>A new writeup for AngstromCTF 2019 - Paper Bin is now aviable. <a href="/pages/writeups/angstromctf/2019/paperbin">check it out</a></p>
<small>29 Gen 2023</small>
</article>
<hr>

<article>
<h2>New WriteUp Aviable</h2>
<p>A new writeup for AngstromCTF 2019 - Paper Trail is now aviable. <a href="/pages/writeups/angstromctf/2019/papertrail">check it out</a></p>
<small>29 Gen 2023</small>
</article>
<hr>

<article>
<h2>New WriteUp Aviable</h2>
<p>A new writeup for AngstromCTF 2019 - LITHP is now aviable. <a href="/pages/writeups/angstromctf/2019/lithp">check it out</a></p>
<small>29 Gen 2023</small>
</article>
<hr>

<article>
<h2>New WriteUp Aviable</h2>
<p>A new writeup for AngstromCTF 2019 - Scratch It Out is now aviable. <a href="/pages/writeups/angstromctf/2019/scratchitout">check it out</a></p>
<small>29 Gen 2023</small>
</article>
<hr>
43 changes: 43 additions & 0 deletions pages/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: default
---

<h2>Career and Academy</h2>
<table>
<tr>
<td>
<img src="/assets/images/profile.png" alt="profilePhoto" width="75%">
</td>
<td>
<ul>
<li>Bachelors Degree in Computer Science at <a href="https://www.unica.it" target="_blank">University of Cagliari</a>.</li>
<li>By the day Full stack web developer at <a href="https://www.si2001.it" target="_blank">Si2001</a>.</li>
<li>
By the night H@cker for <a href="https://srdnlen.unica.it" target="_blank">Srdnlen</a> CTF team as k0d14k.
<ul>
<li>Web Security</li>
<li>Forensics</li>
</ul>
</li>
</ul>
</td>
</tr>
</table>
<p>Welcome in my portfolio. Here I'm going to publish some projects and writeups I worked up.</p>

<h2>Biography</h2>
<p>
I was born in Cagliari in 1998. After 5 years of economical studies in I.T.C Primo Levi I decide to get a Degree and
I sign myself at University of Cagliari where I got a Bachelors Degree with my Thesis "Studio ed analisi di librerie
crittografiche impiegate da malware Android" in 2021 (you can read it from <a href="pdf/tesi_puzzoni.pdf" target="_blank">here</a>) .
</p>
<p>In 2019 I attended the CyberChallenge.it course and I discovered my passion for Cyber Security activities and I'm part of Srdnlen Team since the end of this course.</p>
<p>This Team of ethical hackers is busy with international CTF competitions and We are ranked from 2020 between the top Italian players.</p>
<p>Right now I'm a Web Developer for SI2001 and provide consulence to some very important customers.</p>
<p>Feel free to fork my projects on GitHub or to contact me if you want a collaboration to any project or to get writeups explaination, You'll find some of my contacts on the contants page.</p>

<hr>

<h2>Contacts</h2>
<a href="https://www.github.com/lucapuzzoni" target="_blank" class="btn btn-success">GitHub</a>
<a href="https://it.linkedin.com/in/lucapuzzoni" target="_blank" class="btn btn-success">LinkedIn</a>
16 changes: 16 additions & 0 deletions pages/projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: default
---

<h2>Projects</h2>
<div class="card w-100 mb-3">
<div class="card-body text-dark">
<h5 class="card-title">Studio ed analisi di librerie crittografiche impiegate da malware Android</h5>
<p class="card-text">
My Bachelors Degree Thesis
</p>
</div>
<div class="card-footer text-dark d-flex justify-content-end">
<a href="{{'/assets/pdf/tesi_puzzoni.pdf'}}" target="_blank" class="btn btn-success">Read</a>
</div>
</div>
79 changes: 79 additions & 0 deletions pages/writeups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
layout: default
---

<h2>Writeups</h2>

<!-- 2023 -->
<table class="table table-dark caption-top table-striped table-hover text-light text-center">
<caption><h3>2023</h3></caption>
<thead>
<th scope="col">CTF</th>
<th scope="col">Category</th>
<th scope="col">Challenge</th>
<th scope="col">Writeup</th>
</thead>
<tbody>
<tr>
<td><a href="https://www.hackthebox.com/">HackTheBox</a></td>
<td>Machines</td>
<td>Stocker</td>
<td class="d-flex justify-content-center">
<a href="{{'/pages/writeups/hackthebox/machines/stocker'}}" class="btn">Read</a>
</td>
</tr>
<tr>
<td><a href="https://www.hackthebox.com/">HackTheBox</a></td>
<td>Machines</td>
<td>Precious</td>
<td class="d-flex justify-content-center">
<a href="{{'/pages/writeups/hackthebox/machines/precious'}}" class="btn">Read</a>
</td>
</tr>
</tbody>
</table>

<!-- 2022 -->
<table class="table table-dark caption-top table-striped table-hover text-light text-center">
<caption><h3>2022</h3></caption>
<thead>
<th scope="col">CTF</th>
<th scope="col">Category</th>
<th scope="col">Challenge</th>
<th scope="col">Writeup</th>
</thead>
<tbody>
<tr>
<td><a href="https://2019.angstromctf.com/">AngostromCFF 2019</a></td>
<td>MISC</td>
<td>Paper Bin</td>
<td class="d-flex justify-content-center">
<a href="{{'/pages/writeups/angstromctf/2019/paperbin'}}" class="btn">Read</a>
</td>
</tr>
<tr>
<td><a href="https://2019.angstromctf.com/">AngostromCFF 2019</a></td>
<td>MISC</td>
<td>Paper Trail</td>
<td class="d-flex justify-content-center">
<a href="{{'/pages/writeups/angstromctf/2019/papertrail'}}" class="btn">Read</a>
</td>
</tr>
<tr>
<td><a href="https://2019.angstromctf.com/">AngostromCFF 2019</a></td>
<td>MISC</td>
<td>LITHP</td>
<td class="d-flex justify-content-center">
<a href="{{'/pages/writeups/angstromctf/2019/lithp'}}" class="btn">Read</a>
</td>
</tr>
<tr>
<td><a href="https://2019.angstromctf.com/">AngostromCFF 2019</a></td>
<td>MISC</td>
<td>Scratch It Out</td>
<td class="d-flex justify-content-center">
<a href="{{'/pages/writeups/angstromctf/2019/scratcitout'}}" class="btn">Read</a>
</td>
</tr>
</tbody>
</table>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading