$ whoami --verbosealias: 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$ 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$ ./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 😄
[ 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.
