Skip to content
View cyber-vector's full-sized avatar
💀
CYBER SECURITY PLAYER
💀
CYBER SECURITY PLAYER

Block or report cyber-vector

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
cyber-vector/README.md
Typing SVG

Profile Views Location Status


$ whoami --verbose
alias:       CYBER_VECTOR
role:        Cybersecurity Specialist / SOC Analyst / Blue Team
location:    Pakistan 🇵🇰
mission:     "Detect. Triage. Contain. Repeat."
uptime:      24/7 - eyes on glass
motto:       "Assume breach, verify everything."
clearance:   [REDACTED]
status:      severity=low, monitoring=active

🛰️ > monitoring_stack --list



$ tail -f frameworks_and_certs.log
+ MITRE ATT&CK          - mapping TTPs to detections
+ NIST CSF              - Identify / Protect / Detect / Respond / Recover
+ CIS Controls          - baseline hardening & benchmarking
+ Kill Chain Analysis   - breaking the chain before impact

$ ps aux | grep current_focus
[+] Threat hunting in SIEM logs for lateral movement patterns
[+] Building custom detection rules (Sigma / YARA)
[+] Automating alert triage with Python
[+] Studying adversary emulation to write better detections

📡 > ./run_stats.sh --live


$ ./exploit.sh --target contribution_graph

👆 the snake literally eats your contribution graph, live — see the one-time setup note at the bottom.


$ ./identity.sh --reveal false

"We are anonymous. We do not forgive. We do not forget." — but our commit history is public 😄


📞 netstat -an | grep CONNECT

Instagram Discord TryHackMe WhatsApp Channel Linktree


[ SYSTEM STATUS: SECURE ]   [ THREATS BLOCKED: ∞ ]   [ REGION: PAKISTAN 🇵🇰 ]

Last login: today from 127.0.0.1 — no anomalies detected 🟢


⚙️ One-time setup for the animations above (click to expand)

1. Snake game (eats your contribution graph)

Create .github/workflows/snake.yml in your cyber-vector/cyber-vector repo with:

name: generate-snake
on:
  schedule:
    - cron: "0 */6 * * *"
  workflow_dispatch:
  push:
    branches: [main]

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v4
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Push it, run the workflow once manually under the Actions tab, and the output branch + SVG will appear automatically within a minute or two.

2. Everything else (banners, typing SVG, stats cards, streak stats, activity graph) is already wired to your real username cyber-vector — no further edits needed.

3. Swap placeholders — replace youremail@example.com, the Discord link, and the HTB/THM handles with your real ones.

4. Colors — the theme uses a black + matrix-green (#00FF41) palette to match the hacker aesthetic. To change it, swap 00FF41 in the badge/stat URLs for any hex color of your choice.

Popular repositories Loading

  1. VECTORIA VECTORIA Public

    Russian Version VECTORIA — инструмент пассивной разведки WordPress. Извлекает версии, плагины, темы, пользователей, email и технологии без эксплуатации. Идеален для этичных хакеров. Разработан C9_V…

    Python 1

  2. vector-osint vector-osint Public

    Python 1

  3. C9_Pishing C9_Pishing Public

    C9_VECTOR Phishing Framework: A comprehensive educational security testing tool with 10 authentic login templates. Features automatic credential capture, IP and user-agent logging, JSON endpoints, …

    Python

  4. cyber-vector cyber-vector Public