Skip to content
View sonnycroco's full-sized avatar

Block or report sonnycroco

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.

Content in all repositories owned by your account will be closed.
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
sonnycroco/README.md

scope.yaml

Engagement scope for sonnycroco. Read-only.

target:
name: Nikos Pitsilishandle: sonnycrocoorigin: Greecerole: Security Researcherapproach:
language: pythondeps: noneoutputs: [tools, writeups]contact:
linkedin: https://www.linkedin.com/in/nikos-pitsilis/hackthebox: https://app.hackthebox.com/public/users/3376923in_scope:
published tools:
- id: h1grepsummary: grep for disclosed HackerOne reports from the terminalfilters: [keyword, severity, cwe, program, votes, bounty]edge: reverse-engineered GraphQL — encodes crash-avoidance rulesfor query shapes H1's endpoint rejectsinstall: pip install h1grepsocket: https://socket.dev/pypi/package/h1grep
- id: nuclei-indexsummary: map a CVE id to local nuclei-templates, emit the exactrate-limited nuclei commandtraits: [indexes-once, cached, "--json", "stdlib-only", "py>=3.9"]install: pip install nuclei-indexsocket: https://socket.dev/pypi/package/nuclei-indexwriteups:
- box: HTB Reactorchain: CVE-2025-55182 -> shell -> exposed Node.js debugger -> root
- box: HTB MonitorsFourchain: PHP type-juggling -> leaked hashes -> admin -> Cacti RCE in Docker -> exposed Docker API -> Windows host
- box: HTB Piratechain: pre-Windows 2000 machine account -> gMSA read -> WinRM foothold -> ligolo pivot -> NTLM relay/RBCD -> WEB01 local admin -> ForceChangePassword -> constrained-delegation SPN injection -> Domain Adminadjacent:
# cloud surface the tooling gets pointed at
- aws-ssm-secure-parameter-retrieval
- S3-filesize-checkerout_of_scope:
- anything not public on github.com/sonnycroco

h1grepSocketDownloadsnuclei-indexSocketDownloads

Pinned Loading

  1. nuclei-indexnuclei-indexPublic

    Map CVE IDs to your local nuclei-templates and get the exact rate-limited nuclei command to run.

    Python

  2. h1greph1grepPublic

    Search disclosed HackerOne reports from the terminal. Zero dependencies, no API key.

    Python 1

  3. HTB-Reactor-Linux-Machine-WalkthroughHTB-Reactor-Linux-Machine-WalkthroughPublic

    Full walkthrough of HTB's Reactor machine — exploit CVE-2025-55182 to gain a shell, then get root via an exposed Node.js debugger. Step-by-step with screenshots.

    1

  4. HackTheBox-MonitorsFour-WalkthroughHackTheBox-MonitorsFour-WalkthroughPublic

    MonitorsFour is a Windows box where a PHP type-juggling flaw leaks password hashes, leading to admin access. A vulnerable Cacti instance then provides code execution inside a Docker container. From…

    1

  5. aws-ssm-secure-parameter-retrievalaws-ssm-secure-parameter-retrievalPublic

    Bash script that retrieves app config and a KMS-encrypted secret from AWS SSM Parameter Store on EC2, backed by a least-privilege IAM policy

    Shell

  6. HTB-Pirate---WalkthroughHTB-Pirate---WalkthroughPublic

    Full walkthrough of HackTheBox Pirate (Hard, Windows). A pure Active Directory chain from a pre-Windows-2000 machine account to Domain Admin, no CVEs, finishing with a constrained-delegation SPN in…

    Python