diff --git a/assets/js/main.js b/assets/js/main.js index 719dc5c..20d3e90 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -17,8 +17,7 @@ jQuery(document).ready(function($) { /*======= Skillset *=======*/ - - $('.level-bar-inner').css('width', '0'); +$('.level-bar-inner').css('width', '0'); @@ -30,7 +29,7 @@ jQuery(document).ready(function($) { $("#rss-feeds").rss( //Change this to your own rss feeds - "https://fr1nge.xyz/index.xml", + "https://yigit.run/index.xml", { // how many entries do you want? diff --git a/fetch_keys.sh b/fetch_keys.sh deleted file mode 100755 index d88c7d9..0000000 --- a/fetch_keys.sh +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/bash - - -info(){ - printf "[\e[32mINFO\e[0m]:%s\n" "$1" -} - - -prompt(){ - printf "[\e[35mPROMPT\e[0m]: %s" "$1" - read -r ans - printf "%s" "$ans" -} - -error(){ - printf "[\e[31mERROR\e[0m]:%s\n" "$1" -} - -while 1; do - info "Please select the image file: " - - loc=$(find "$HOME" -name "*.jpg" | fzf --height=15) - - if [ -z "$loc" ]; then - info "Continuing with the installation..." - exit - fi - - jsteg reveal "$loc" 2> /dev/null > /tmp/out.zip.gpg - - if [ ! -f "/tmp/out.zip.gpg" ]; then - retry=$(prompt "No file found in $loc, would you like to try again(Y/n)?") - if [ "$retry" = "n" ]; then - exit - else - continue - fi - fi - break -done - -while 1; do - info "Please enter your passphrase: " - gpg -d /tmp/out.zip.gpg > /tmp/out.zip - - if [ ! $? = 0 ]; then - retry=$(prompt "You might have entered the wrong password, would you like to try again(Y/n)?") - if [ "$retry" = "n" ]; then - exit - else - continue - fi - fi - break -done - -unzip /tmp/out.zip -d /tmp/keys - -gpg --import /tmp/keys/gpg.key - -mkdir -p ~/.ssh -chmod 700 ~/.ssh -cp /tmp/keys/id_* ~/.ssh - -mkdir -p ~/.config/weechat/certs/ -cp /tmp/keys/*.pem ~/.config/weechat/certs - - - diff --git a/index.html b/index.html index 3b552cf..d812f12 100644 --- a/index.html +++ b/index.html @@ -54,12 +54,12 @@ profile image

Yiğit Çolakoğlu

-

Developer, SysAdmin & Cyber Security Enthusiast

+

Student at TU Delft

@@ -77,7 +77,7 @@

About Me

-

I am a Computer Science student in Delft, Netherlands. I still can't decide whether vim or emacs is my favourite and I obsessively rice my dwm setup.

+

I work with computers and sometimes break them.

@@ -115,6 +115,38 @@

Other Projects

+
+

+ Delft Blue Management API + IP of TU Delft

+

An API for managing the Delft Blue super computer system. Developed with Spring Boot and Apache Kafka. Made for TU Delft's course CSE2115.

+

For source code and more information, plase contact me.

+
+ +
+

+ Quizzz + IP of TU Delft

+

A multiplayer full-stack trivia game developed using Spring Boot and JavaFX. Made for TU Delft's course CSE1105.

+

For source code and more information, plase contact me.

+
+ +
+

+ Froggie + IP of TU Delft

+

A frogger clone developed using pure x86 assembly, running under qemu. Made for TU Delft course CSE1400.

+

For source code and more information, plase contact me.

+
+ +
+

+ JIT Brainfuck Compiler + IP of TU Delft

+

A JIT compiler for the brainfuck language with several optimizations. Developed with pure x86 assembly. Made for TU Delft course CSE1400.

+

For source code and more information, plase contact me.

+
+

Hermes @@ -173,8 +205,9 @@

Internship - PRODAFT (2022 Sep - 2022 November)

-

Worked as a PRODAFT Threat Intelligence Intern

+

Worked as a PRODAFT Threat Intelligence Analyst and Security Researcher

    +
  • Threat Intelligence
  • Vulnerability research
  • Exploit development
@@ -339,6 +372,7 @@
+ -
- - - +

+
+ + -->