Skip to content

Commit 19fbba0

Browse files
committed
update about me and fix categories in file
1 parent 0e7ce4b commit 19fbba0

File tree

2 files changed

+60
-9
lines changed

2 files changed

+60
-9
lines changed

_posts/2025-08-16-picoctf-rust-fixme-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Rust fixme 1
33
date: 2025-08-15
4-
categories: [Capture The Flags, PicoCTF]
4+
categories: [Capture The Flags, picoCTF]
55
tags: [ctf, picoctf, general skills, writeups]
66
description: PicoCTF Rust fixme 1 Challenge
77
---

index.md

Lines changed: 59 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,82 @@ Hello! I'm Slavetomints <a href="https://www.lgbtqnation.com/2022/02/adding-pron
1616
---
1717
## My Skills
1818

19+
<!-- From https://github.com/inttter/md-badges -->
20+
21+
### Languages
1922
![ruby logo](https://img.shields.io/badge/Ruby-CB171E?logo=ruby&logoColor=fff){: .left }
2023
![c++ logo](https://img.shields.io/badge/C++-%2300599C.svg?logo=c%2B%2B&logoColor=white){: .left }
2124
![java logo](https://img.shields.io/badge/Java-%23ED8B00.svg?logo=openjdk&logoColor=white){: .left }
22-
![python logo](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff){: .left } 
23-
![html logo](https://img.shields.io/badge/HTML-%23E34F26.svg?logo=html5&logoColor=white){: .left } 
24-
![css logo](https://img.shields.io/badge/CSS-1572B6?logo=css3&logoColor=fff){: .left } 
25-
![git logo](https://img.shields.io/badge/Git-000?logo=git&logoColor=F05032){: .left } 
26-
![github logo](https://img.shields.io/badge/GitHub-000?logo=github&logoColor=fff){: .left } 
27-
![bash logo](https://img.shields.io/badge/Bash-000?logo=gnubash&logoColor=#4EAA25){: .left } 
25+
![python logo](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff){: .left }
26+
![html logo](https://img.shields.io/badge/HTML-%23E34F26.svg?logo=html5&logoColor=white){: .left }
27+
![css logo](https://img.shields.io/badge/CSS-1572B6?logo=css&logoColor=fff){: .left }
28+
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000){: .left }
29+
![bash logo](https://img.shields.io/badge/Bash-000?logo=gnubash&logoColor=#4EAA25){: .left }
30+
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?&logo=php&logoColor=white){: .left }
31+
![Rust](https://img.shields.io/badge/Rust-%23000000.svg?e&logo=rust&logoColor=white){: .left }
32+
33+
<br><br><br>
34+
35+
### Technologies
36+
37+
![Markdown](https://img.shields.io/badge/Markdown-%23000000.svg?logo=markdown&logoColor=white){: .left }
38+
![git logo](https://img.shields.io/badge/Git-000?logo=git&logoColor=F05032){: .left }
39+
![github logo](https://img.shields.io/badge/GitHub-000?logo=github&logoColor=fff){: .left }
2840
![rubygems logo](https://img.shields.io/badge/RubyGems-CB171E?logo=rubygems&logoColor=fff){: .left }
41+
![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-121013?logo=github&logoColor=white){: .left }
42+
![Eclipse](https://img.shields.io/badge/Eclipse-FE7A16.svg?logo=Eclipse&logoColor=white){: .left }
43+
![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc&logoColor=white){: .left }
44+
![VSCodium](https://img.shields.io/badge/VSCodium-2F80ED?logo=vscodium&logoColor=fff){: .left }
45+
![Jekyll](https://img.shields.io/badge/Jekyll-C00?logo=jekyll&logoColor=fff){: .left }
46+
47+
<br><br><br>
48+
49+
### Operating Systems
50+
2951
![linux logo](https://img.shields.io/badge/Linux-%23000000.svg?logo=linux&logoColor=white){: .left }
52+
![Arch Linux](https://img.shields.io/badge/Arch%20Linux-1793D1?logo=arch-linux&logoColor=fff){: .left }
53+
![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian&logoColor=fff){: .left }
54+
![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white){: .left }
3055

31-
<br>
56+
<br><br><br><br><br><br>
57+
58+
## GitHub Stats
3259

3360
---
61+
![](http://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=slavetomints&theme=blueberry)
3462

3563
![](https://readme-stats-fork-mauve.vercel.app/api/top-langs/?username=slavetomints&theme=blueberry&hide=html,css&hide_border=false&no-bg=true&no-frame=true&layout=compact&langs_count=10)
3664

3765
![](https://readme-stats-fork-mauve.vercel.app/api/?username=slavetomints&theme=blueberry&rank_icon=github&show_icons=true&count_private=true)
3866

3967
![](https://github-readme-streak-stats-five-roan.vercel.app?user=slavetomints&theme=blueberry)
4068

69+
![](https://github-profile-trophy.vercel.app/?username=slavetomints&theme=aura)
4170
---
4271

43-
## Contact
72+
## Projects
73+
I've worked on various projects here and there, some of them are here:
74+
75+
### blog-tools
76+
[![slavetomints/blog-tools - GitHub](https://gh-card.dev/repos/slavetomints/blog-tools.svg)](https://github.com/slavetomints/blog-tools)
77+
78+
- Ruby CLI tools to help with managing post ideas and generation for a blog.
79+
- [What is blog-tools?](/posts/blog-what-is-blog-tools/)
80+
- [Documentation](https://slavetomints.com/blog-tools)
81+
82+
### Security Certification Roadmap
83+
[![dragkob/security-certification-roadmap - GitHub](https://gh-card.dev/repos/dragkob/security-certification-roadmap.svg)](https://github.com/dragkob/security-certification-roadmap)
84+
![website](https://dragkob.com/MainWeb/images/certifications/seccertroadmapOverall.png)
85+
86+
- [https://cybersecroadmap.com](https://cybersecroadmap.com)
87+
- Succesor to [Paul Jerimy's Certification roadmap](https://pauljerimy.com/security-certification-roadmap/)
88+
- Served on R&D team
89+
90+
### DeTraced Security
91+
[![detraced-security/detection-rules - GitHub](https://gh-card.dev/repos/detraced-security/detection-rules.svg)](https://github.com/detraced-security/detection-rules)
92+
- [About the Group](https://detraced.org/about/)
93+
- Provided CTI for ongoing investigations
94+
- Collected IOCs and created YARA rules for public dissemination
4495

4596
## Contact me
4697
You can reach me at the following, please give 1-2 business days for a response:

0 commit comments

Comments
 (0)