Skip to content
View iampukar's full-sized avatar
πŸ’«
πŸ’«

Block or report iampukar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
iampukar/README.md

Hi there πŸ‘‹


About me πŸ’―

  • πŸ”­ I'm currently working on discovering security issues across public contests at Cantina, Code4rena, Sherlock, and Codehawks.
  • πŸ” My primary focus is on uncovering vulnerabilities in Ethereum-based smart contracts, though I occasionally explore web security issues across DeFi and decentralized applications.
  • 🧠 I'm a Smart Contract Security Researcher who sometimes dives into the world of LLMs and AI tooling research.
  • πŸ›‘οΈ Previously, I worked as a Cyber Security Consultant for Neptune Mutual, a DeFi insurance protocol.
  • πŸ€– I’ve also served as a Deep Learning Engineer for a digital wallet provider.
  • πŸŽ“ I hold a Bachelor’s Degree in Information Science and Engineering from BMS College of Engineering, Bangalore.
  • ❀️ I’m truly passionate about Machine/Deep Learning, Computer Vision, and Ethereum Smart Contracts.
  • 🀝 I’m always excited to collaborate with mission-driven teams, contribute to their growth and innovation, and in the process, grow personally and professionally.

πŸ’» OSes

Ubuntu macOS Windows


🎯 Skills

⌨️ Programming Languages

JavaScript Python Solidity Go

🧰 Frameworks & Tools

  • Smart Contract Auditing & Tooling: Foundry, Slither
  • ML/AI: Keras, TensorFlow, OpenAI, LangChain, HuggingFace
  • Web Scraping/Automation: Playwright, Selenium, BeautifulSoup
  • Data & DBs: Pandas, NumPy, SQL, MongoDB, Neo4j
  • Math & Docs: MATLAB, LaTeX
  • Infra: Dune Analytics

πŸ“¦ Package Managers

npm pip Yarn Conda

πŸ›  Platforms & Tooling

Git VS Code MetaMask Burp Suite OWASP ZAP


πŸ“š Writing


πŸ“Š Dune Dashboards


πŸ”Ž Audits


πŸ”Ž Security Research & Tooling

  • πŸ›  I created package-scan, an automated tool to detect JavaScript based vulnerable dependencies in GitHub repositories, supporting secure development pipelines.
  • πŸ“– I’ve worked on demystifying major blockchain hacks and protocol exploits, turning them into actionable research for developers and auditors.

πŸ“¦ Python Packages

Pinned Loading

  1. solidity-gas-optimization Public

    An awesome list of gas optimization techniques for smart contracts, with their relevant Proof of Concepts tested using Foundry.

    Solidity 14 1

  2. package-scan Public

    automated tool designed to scan package dependency files of repositories on GitHub for vulnerable packages

    JavaScript 1

  3. evm-puzzles Public

    Solutions to the evm puzzles by fvictorio (https://github.com/fvictorio/evm-puzzles)

    JavaScript 1

  4. damn-vulnerable-defi-foundry Public

    Forked from nicolasgarcia214/damn-vulnerable-defi-foundry

    Damn Vulnerable DeFi - Foundry Version

    Solidity

  5. lottery Public

    A simple Lottery contract written in Rust using the Anchor framework.

    Rust

  6. cmc-data-scraper Public

    A Python script that scrapes cryptocurrency data from CoinMarketCap using Playwright and saves it to a CSV file.

    Python