Skip to content
View Moscvv's full-sized avatar
  • 紅葉丘、東京
  • 04:28 (UTC -12:00)

Block or report Moscvv

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
moscvv/README.md

夜、Joaquinです

IT & Cybersecurity | Tokyo, Japan

Dual-diploma in IT and Web Development, now focused on cybersecurity. Building hands-on projects across network security, web application testing, and cloud infrastructure — targeting entry-level security engineer roles in Japan.

日本語勉強中 (N4) 🇯🇵


◈ Projects

Project Description Stack
Cloud Misconfiguration Scanner Audits AWS accounts for public S3 buckets, open security groups, and wildcard IAM policies Python, Boto3, AWS
Web Vulnerability Scanner Checks URLs for OWASP Top 10 issues — missing headers, open redirects, SQLi indicators Python, Requests, DVWA
Network Recon Tool Host discovery, port scanning, and service fingerprinting using raw sockets Python, Scapy
CTF Writeups TryHackMe solutions covering privilege escalation, web hacking, and basic exploitation TryHackMe, Markdown

◉ Stack

Python AWS Linux Docker Git Burp Suite


↗ Connect

LinkedIn


// open to work

Pinned Loading

  1. cloud-misconfig-scanner cloud-misconfig-scanner Public

    AWS security audit tool — scans for public S3 buckets, open security groups, and overly permissive IAM policie

    Python

  2. NetProbe NetProbe Public

    Command-line network reconnaissance tool in Python — host discovery, port scanning, and service banner grabbing built from raw sockets, to understand what Nmap does under the hood.

    Python

  3. thm-cybersec-portfolio thm-cybersec-portfolio Public

    Write-ups from completed TryHackMe rooms — Linux privilege escalation, sudo buffer overflow (CVE-2019-18634), and OWASP Top 10 (2025).

  4. websentinel websentinel Public

    Python CLI scanner that audits web apps against the OWASP Top 10 — security headers, open redirects, SQLi/XSS indicators, CORS misconfig, sensitive file exposure, and more.

    Python