Skip to content
View Tharun-DV's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Tharun-DV

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tharun-dv/README.md
Typing SVG

πŸ§‘β€πŸ’» About Me

  • πŸŽ“ CS student passionate about security and systems
  • πŸ”­ Building Offensive-Rust, Dark-WebCrawler & NVD-API
  • 🌱 Deep diving into Rust β€” from HTTP servers to SHA256 crackers
  • πŸ›‘οΈ Passionate about Red Teaming and offensive security
  • 🐳 Containerizing workflows with Docker and Podman
  • 🌐 Portfolio: dv08.in Β· Blog: blog.dv08.in
  • πŸ’¬ Ask me about Python, Rust, Linux, or Red Teaming
  • ⚑ I write offensive tools in Rust because Python is too readable πŸ¦€

🌐 Connect With Me

πŸ› οΈ Tech Stack

πŸ’» Languages

πŸ”§ DevOps & Systems



πŸ—„οΈ Databases

🌐 Web

πŸ” Cybersecurity

πŸš€ Featured Projects

Project Description Stack
πŸ¦€ Offensive-Rust Offensive security toolkit written in Rust Rust Security
🌐 Dark-WebCrawler Dark web crawler routed through Tor Python Tor
πŸ”‘ Sha256_Cracker SHA256 hash cracker built in Rust Rust Cryptography
πŸ–₯️ HTTP-SERVER HTTP server implementation from scratch Rust Networking
πŸ›‘οΈ NVD-API National Vulnerability Database interface Python CVE

πŸ“Š GitHub Stats

🐍 Contribution Snake

πŸ† GitHub Trophies

🧩 LeetCode Stats

πŸ“ˆ Activity Graph

Pinned Loading

  1. Dark-WebCrawler Dark-WebCrawler Public

    Python 22 2

  2. Fix Locales in any distro Fix Locales in any distro
    1
    #!/bin/bash
    2
    
                  
    3
    echo "LC_ALL=en_US.UTF-8" | sudo tee -a /etc/environment
    4
    echo "en_US.UTF-8 UTF-8" | sudo tee -a /etc/locale.gen
    5
    echo "LANG=en_US.UTF-8" | sudo tee -a /etc/locale.conf
  3. Sha256_Cracker Sha256_Cracker Public

    The "rust-sha256-cracker" project is a Rust-based application designed to crack SHA256 hashes using brute force techniques. This project leverages the power and efficiency of Rust to perform high-s…

    Rust 18 1

  4. Offensive-Rust Offensive-Rust Public

    Rust 6

  5. HTTP-SERVER HTTP-SERVER Public

    Building a simple http server using rust to practice rust programming

    HTML 21

  6. NVD-API NVD-API Public

    Python 1