Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Typing SVG
avik@root:~# boot --verbose
[  0.0001 ] kernel: initializing avik-OS v3.1 "redteam-lts"
[  0.0420 ] entropy: gathering /dev/random from 10 patents, 6 papers, 4 certs
[  0.1337 ] modules: loaded [offsec] [exploit-dev] [ai-research] [fullstack]
[  0.4041 ] net: interface up — 0 known CVEs on this profile ;)
[  0.9999 ] boot: welcome, root. type `whoami` to continue.
avik@root:~# whoami && neofetch
       _____________              avik@root
      /             \             ─────────────────────────────────────────
     |   ___   ___   |            Role......: Security Architect & Full-Stack Eng
     |  |   | |   |  |            Founder...: sole founder & engineer of all builds
     |  |___| |___|  |            Kernel....: red-team mindset, secure-by-design
     |      ___      |            Certs.....: OSCP · eWPTX · CRTA · eJPT
     |     |   |     |            Learning..: Exploit Development  (OSEP in progress)
      \    |___|    /             Research..: 1 Q1 paper · 6 conf papers · 10 patents
       \___________/              Projects..: MyHealthMirror · SheGuardAI · Connect AI
        |  |   |  |               Stack.....: MERN+TS · Assembly · C/C++ · Python
        |__|   |__|               Shell.....: /bin/hack  ▓▓▓▓▓▓▓▓▓▓

Portfolio LinkedIn HackerOne Email Visitors


avik@root:~# cat about.txt
identity:
  role:        Sole Founder & Engineer  # every project below, end-to-end
  mindset:     red-team from day one, secure-by-design always
  founder:     MyHealthMirror        # privacy-first healthcare — built solo
  building:    SheGuardAI            # AI-driven safety — architected & shipped solo
  research:    Connect AI            # applied AI systems — solo
  consulting:  ThinkCloudly          # cloud hardening & vulnerability analysis

currently:
  learning:    Exploit Development   # stack/heap, shellcode, bypasses
  cert_track:  OSEP (in progress)
  motto:       "break it to build it better"

focus: [ offensive-security, exploit-dev, applied-ai, scalable-architecture ]

avik@root:~# ls -la research/
drwxr-xr-x  patents/          10 in progress   ── HealthTech · AI · Cryptography
drwxr-xr-x  publications/     1 Q1 (indexed)   ── top-quartile journal
drwxr-xr-x  conferences/      6 in progress    ── under review / submission

📄 Publications & Patents

Type Status Detail
Q1 Journal Paper Published [Paper Title] — [Journal], [Publisher], [Year] · DOI →
Conference Papers 6 in progress Under review / submission across security & AI venues
Patents 10 in progress Portfolio spanning healthcare blockchain, AI diagnostics & secure systems
> flagship patents (expand)

I · Decentralized Blockchain Medical LedgerHealthcare · Cryptography Immutable medical-record storage with cryptographic verification and secure cross-device sync.

II · AI Deep-Learning Real-Time DiagnosticsApplied AI · MedTech Edge-optimized deep-learning inference for real-time medical imaging analysis.


avik@root:~# cat skills.sh
#!/usr/bin/env bash
OFFENSIVE=(   Burp-Suite  Metasploit  Nmap  Wireshark  Kali-Linux  Nessus
              sqlmap  Nikto  Hydra  ffuf  Gobuster  John  Hashcat  Aircrack-ng
              BloodHound  Impacket  Netcat  OWASP-ZAP  Nuclei )
EXPLOIT_DEV=( x86/x64-Assembly  GDB  pwndbg  x64dbg  Ghidra  IDA  radare2
              shellcode  ROP  buffer-overflow  format-string )
LANGUAGES=(   Assembly  C  C++  Python  TypeScript  JavaScript  Go  Bash  SQL )
MERN=(        MongoDB  Express.js  React  Node.js  TypeScript  Redux  Next.js )
DATA=(        PostgreSQL  MongoDB  Redis  Prisma )
INFRA=(       Docker  AWS  React-Native  PyTorch  Linux  Git )

⚔️ Offensive Security & Exploit Dev


💻 Languages


🌐 MERN + TypeScript Stack


🗄️ Data · Infra · AI


avik@root:~# cat certifications.log
[✓] OSCP   — Offensive Security Certified Professional        status: PASSED
[✓] eWPTX  — Web App Penetration Tester eXtreme               status: PASSED
[✓] CRTA   — Certified Red Team Analyst                       status: PASSED
[✓] eJPT   — Junior Penetration Tester                        status: PASSED
[~] OSEP   — Offensive Security Experienced Penetrator        status: IN PROGRESS

avik@root:~# nmap -sV -p- avik.dev
PORT      STATE   SERVICE       VERSION
443/tcp   open    https         SheGuardAI      — real-time AI threat detection
8080/tcp  open    http-alt      MyHealthMirror  — privacy-first healthcare
9000/tcp  open    ai-engine     Connect AI      — applied AI microservices
31337/tcp open    elite         status: engineered solo, zero third-party dev

Nmap done: exploited 0 hosts (built 3 instead)
avik@root:~# ls projects/

🛡️ SheGuardAI

sole founder & engineer · building

AI-driven safety platform — real-time threat detection and protection.

PyTorch Python Security

🩺 MyHealthMirror

sole founder & engineer

Privacy-first healthcare — full ownership of medical records, AI insights, hardened auth.

Next.js Node.js Postgres

🤖 Connect AI

sole founder & engineer

AI ecosystem for automation, knowledge retrieval & scalable microservices.

PyTorch Python

avik@root:~# ./security-tools --list
  [+] Web Security Scanner ...... XSS · SQLi · misconfig detection
  [+] Recon Automation Toolkit .. full-suite recon for pentest engagements

avik@root:~# cat teaching.log
[*] Udemy instructor  — 1,429 learners · 70 reviews · 6 courses published
[*] YouTube           — @DreadSprecter

🎓 Teaching & Content

Course Rating Content
Real-World Penetration Testing Bootcamp | Web, Network & AD ★ 4.5 (51 ratings) 27h · 107 lectures · Expert
Mastering Advanced Web Hacking & Penetration Testing 2026 ★ 5.0 (2 ratings) 18.5h · 71 lectures · Expert
AI & Machine Learning From Scratch: Build Real-World Models Unrated 3.5h · 12 lectures · All Levels
Live Penetration Testing: Hands-On Labs ★ 4.9 (2 ratings) 2.5h · 5 lectures · All Levels
The Art of Malware Creation: A Deep Dive into Cyber Attacks ★ 3.8 (6 ratings) 2h · 12 lectures · Expert
Web Application Penetration Testing Mastery ★ 4.7 (9 ratings) 6.5h · 16 lectures · All Levels

avik@root:~# git log --stat --author=avik


avik@root:~# ./connect.sh --secure
  [*] resolving host................ developeravik.xyz
  [*] TLS handshake................. AES-256-GCM
  [*] establishing encrypted channel... OK
  [+] handshake complete. let's build something secure.

"The best way to secure the future is to invent it."



OSCP + eWPTX Certified · OSEP in progress · Q1 Published · 10 Patents in progress · Sole Founder & Engineer · Exploit Dev

avik@root:~# logout  ·  session terminated · 0 breaches detected · connection closed.

About

Config files for my GitHub profile.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors