My Projects

Welcome to the Projects page! Below you’ll find tools and writeups created under the Krikas-Sec and PowerHack initiative—where we focus on Windows-first hacking using PowerShell and WSL. These open-source projects aim to help sysadmins, security enthusiasts, and ethical hackers improve their workflows and sharpen their skills.


💻 PowerHack — Hacking From Windows

PowerShell Scripts by Krikas-Sec
PowerHack is a curated collection of PowerShell scripts and utilities developed specifically for hacking from Windows. These tools allow you to:

Ideal For: Windows pentesters, sysadmins learning security, bug bounty hunters.


🚀 PortHawk

PortHawk
A lightweight, fast, and concurrent port scanning tool written in Go. Features include:

APT Support: Install PortHawk via the Krikas-Sec APT repository for easy deployment.

Development Status: Actively maintained with experimental features in progress.


🌐 HTTP Header Analyzer

HTTP Header Analyzer
Analyze HTTP headers for misconfigurations and missing security headers. Great for:


🔍 IP Range Scanner

IP Range Scanner
A Bash script that scans an IP range for active hosts. Lightweight and no dependencies required.


📦 APT Repository

APT Repository
A Debian package repository for hosting Krikas-Sec tools like PortHawk.

Quick Setup:

echo "deb [trusted=yes] https://krikas-sec.github.io/apt-repo stable main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install porthawk

📁 Writeups

Alongside tools, I publish CTF walkthroughs and hacking writeups as part of the PowerHack initiative.

🧭 Explore Categories » to browse all writeups by type.


🛠️ More Tools Coming Soon!

I’m constantly building and experimenting. More PowerShell scripts, CTF tools, and automation utilities are in the works. Stay tuned—and feel free to contribute on GitHub!