Projects
1. Web Recon Tool
Description: A command-line tool to automate web reconnaissance (subdomain discovery, directory brute-forcing, basic fingerprinting) to speed up the initial phase of security assessments.
Role: Developer
Tools & Tech: Python, Go (scanner), Bash, Nmap, Gobuster, Requests
Key Features:
- Subdomain enumeration and DNS resolution
- Directory brute force with customizable wordlists
- Simple service/version fingerprinting and report export (JSON/HTML)
Repo: https://github.com/asiya-km/Web-Recon-and-Vulnerability-testing-tool
Key Learnings: Practical automation of recon workflows; handling noisy scans responsibly.
CoopSavings DApp
Description: A decentralized cooperative saving and lending platform built on Ethereum that enables community members to pool funds, save collectively, and access loans through peer approval.
Role: Smart Contract Developer / Frontend Integrator
Tools & Tech: Solidity (v0.8.28), Hardhat, OpenZeppelin, React 18, Vite, Ethers.js, Tailwind CSS, Ethereum Sepolia, Vercel
Key Features:
- Member registration and cooperative saving pool management (deposit/withdraw)
- Loan request and peer-to-peer approval workflow (community governance)
- Secure and transparent on-chain transactions for all financial operations
Live: https://coopsaving-dapp.vercel.app/
Key Learnings: Smart contract security (access control, reentrancy protection), financial logic implementation (loan approval flows), frontend↔contract interaction patterns, testnet deployment.
3. Web‑based Real Estate Management System (with VR)
Description: Full-stack web application for managing property listings, agents, and client interactions with integrated VR property tours for immersive previews. Intended for admin and public site with search, filters, and booking.
Role: Full‑stack Developer
Tools & Tech: Laravel (PHP) backend, MySQL, React frontend.
Key Features:
- Property CRUD, agent management, contact forms, and booking system
- VR tours of properties embedded in the property page
- Admin panel for uploading 360° media, analytics, and SEO-friendly listing pages
Repo: https://github.com/asiya-km/Real-Estate-Management-system-with-VR
Key Learnings: Developed expertise in building scalable full-stack applications, handling complex data models for properties and users, and integrating immersive technologies like VR for enhanced user experience. Learned best practices in secure file management, responsive design, and creating intuitive admin and client interfaces for real-world workflows.