Skip to content
View giovanniromero-dev's full-sized avatar

Block or report giovanniromero-dev

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
giovanniromero-dev/README.md
+============================================================================+
|                                                                            |
|   G I O V A N N I   R O M E R O                                            |
|                                                                            |
|   FULL STACK DEVELOPER  ->  CYBERSECURITY SPECIALIST                       |
|   OFFENSIVE SECURITY | SECURE CODING | OSINT | NETWORK / APP SECURITY      |
|                                                                            |
|   TRACK: CPTS path @ HackTheBox                                             |
|   MODE : build systems -> break assumptions -> understand risk -> harden    |
|                                                                            |
+============================================================================+
root@giovanni:~$ whoami
Full Stack Developer specializing in Cybersecurity.
Offensive-security direction, full-stack foundation, practical tooling mindset.

root@giovanni:~$ cat /etc/operator.conf
identity     = "full_stack_dev_specializing_in_cybersecurity"
track        = "CPTS_path_HackTheBox"
focus        = "offensive_security secure_coding osint network_security appsec"
ai_role      = "security_workflow_accelerator"
style        = "old_terminal_cybersec"

./signal

[ACTIVE] Offensive Security / Pentesting
[ACTIVE] Application Security / Secure Coding
[ACTIVE] Network Intelligence / Monitoring
[ACTIVE] OSINT & Recon Automation
[ACTIVE] AI-assisted Security Workflows
[ACTIVE] Computer Vision for Security

./featured_ops

giovanni@cyberdeck:~$ ls -la ~/ops/high-signal
Priority Repository Mission
01 osint-agent Passive OSINT reconnaissance, public-source investigation, attack-surface review, structured security reporting.
02 face-detection-with-face-api.js Browser-based visual intelligence for security monitoring and identity workflows.
03 airplane-tracking-with-yolov8 Object detection and tracking for airspace/security situational awareness.
04 network-operations-center Security-aware monitoring, alerting, incident visibility and operational logging.
05 github-discord-webhook-notifier Secure webhook relay with SHA256 verification and repository event monitoring.
06 ip-info-finder IP geolocation, ASN lookup, network intelligence and recon support.

./cybersec_map

giovanni@cyberdeck:~$ tree /sec
/sec
|-- offensive_security
|   |-- CPTS_path_HackTheBox
|   |-- OWASP_Top_10
|   |-- reconnaissance
|   |-- attack_surface_analysis
|   `-- web_exploitation_fundamentals
|
|-- secure_engineering
|   |-- authentication
|   |-- input_validation
|   |-- API_hardening
|   |-- signed_webhooks
|   |-- logging
|   `-- least_privilege
|
|-- network_security
|   |-- IP_ASN_intelligence
|   |-- monitoring
|   |-- alerting
|   |-- incident_visibility
|   `-- operational_logging
|
|-- osint_automation
|   |-- passive_recon
|   |-- public_source_investigation
|   |-- enrichment
|   |-- structured_reporting
|   `-- repeatable_workflows
|
|-- ai_for_security
|   |-- OSINT_agents
|   |-- LLM_triage
|   |-- LangGraph_pipelines
|   |-- security_reporting
|   `-- analyst_automation
|
`-- visual_intelligence
    |-- face_detection
    |-- object_tracking
    |-- security_monitoring
    `-- situational_awareness

./stack.ini

[languages]
python=true
typescript=true
javascript=true
solidity=true

[security]
offensive_security=active_learning
application_security=active
secure_coding=active
osint=active
network_intelligence=active
threat_intelligence=active

[engineering]
fastapi=true
nodejs=true
express=true
react=true
angular=true
postgresql=true
mongodb=true
docker=true
github_actions=true

[ai_security]
langgraph=true
langchain=true
llm_pipelines=true
faiss=true
mcp=true
streamlit=true

[visual_intelligence]
yolov8=true
opencv=true
tensorflow=true
face_api_js=true

./objectives.log

[+] Build toward deep cybersecurity expertise with full-stack engineering depth
[+] Strengthen offensive-security fundamentals through CPTS @ HackTheBox
[+] Ship practical security tools, not generic automation demos
[+] Apply secure coding to APIs, auth flows, webhooks, logging and backend systems
[+] Connect OSINT, recon, monitoring and reporting into analyst workflows
[+] Use AI only where it improves security work: triage, enrichment and reporting

./keywords

Cybersecurity | Offensive Security | Penetration Testing | CPTS | HackTheBox
OWASP | Secure Coding | Application Security | Network Security | OSINT
Threat Intelligence | Python | TypeScript | Full Stack Developer
AI Security Tools | Computer Vision Security | Visual Intelligence
root@giovanni:~$ _

Pinned Loading

  1. osint-agent osint-agent Public

    Passive OSINT reconnaissance agent built with Python and LangGraph for public-source investigation, attack-surface review, and security reporting.

    Python

  2. airplane-tracking-with-yolov8 airplane-tracking-with-yolov8 Public

    YOLOv8 aircraft detection and tracking prototype for security monitoring, visual intelligence, and situational-awareness workflows.

    Jupyter Notebook

  3. face-detection-with-face-api.js face-detection-with-face-api.js Public

    Browser-based face detection and visual intelligence prototype for security monitoring, identity workflows, and real-time webcam analysis.

    JavaScript 1

  4. network-operations-center network-operations-center Public

    TypeScript NOC platform for security-aware monitoring, alerting, incident visibility, and multi-backend operational logging.

    TypeScript

  5. ip-info-finder ip-info-finder Public

    Browser-based IP intelligence and geolocation tool for OSINT, network reconnaissance, ASN lookup, and security triage workflows.

    JavaScript

  6. github-discord-webhook-notifier github-discord-webhook-notifier Public

    Secure GitHub webhook relay with SHA256 signature verification and Discord notifications for repository event monitoring.

    TypeScript