Hi, I'm Satyajit Sethy

Cybersecurity Professional

Protecting digital spaces while constantly learning and growing in this exciting field.

View My Work
Satyajit Sethy

About Me

Satyajit Sethy

Cybersecurity Enthusiast & Python Developer

I'm a Cybersecurity professional who loves diving into the world of digital security. I enjoy using Python to solve tricky problems and keep systems safe.

My focus is on protecting digital spaces while constantly learning and growing in this exciting field. I'm passionate about identifying vulnerabilities and creating robust security solutions.

Security Focused
Python Developer
Problem Solver

My Skills

Cybersecurity

Network security, vulnerability assessment, penetration testing, and security protocols implementation.

Python Development

Building security tools, automation scripts, and solving complex problems with Python.

Network Security

Firewall configuration, intrusion detection systems, and secure network architecture design.

0101

Ethical Hacking

Identifying vulnerabilities, penetration testing, and security assessments.

My Projects

Project 1
bash
$ ./deploy.sh -r repo -d domain > Initializing deployment... > Configuring Nginx... > Deployment complete!

Nginx Website Deployer

A professional-grade Bash script to automate Nginx website deployments from Git repositories. Perfect for quick staging/production deployments.

Shell Scripting Nginx Linux
View Details
Project 2
function convertNumber(num, fromBase, toBase) {
    const decimal = parseInt(num, fromBase);
    return decimal.toString(toBase).toUpperCase();
}

Number Converter

A professional number converter tool created by Satyajit Sethy, supporting conversions between Decimal, Binary, Hexadecimal, and Octal.

HTML CSS JavaScript
View Details
Project 3
contact_book.py
> python contact_book.py 1. Add Contact 2. View Contacts 3. Search Contact > Enter your choice: _

Contact Book Application

A simple yet powerful command-line contact management system built with Python. Store and organize your contacts efficiently!

Python JSON JSON Server
View Details