Abhay Vishwakarma
@abhayvis
Abhay Vishwakarma
@abhayvis
Web Developer
Web Developer
Sultanpur, India
Devfolio stats
Devfolio stats
1
project
1
0
prizes
0
6
hackathons
6
1
Hackathons org.
1
GitHub
GitHub
861
contributions in the last year
Apr
S
M
T
W
T
F
S
Mar
6
stars earned
106
repositories
25
followers
StreamXT
A browser based streaming studio built for streamers to stream on the go
JavaScript
3Stars
0Forks
ATCampfire
A blog website about mystical stories about Bermuda Triangle
JavaScript
0Stars
0Forks
githall
A web-based platform that lets developers store, track, and collaborate on code using the Git version control system.
TypeScript
0Stars
0Forks
thatlytics
TypeScript
0Stars
0Forks
Top Projects
Top Projects
Our project addresses several key challenges in event management and proposal evaluation, making the process easier, safer, and more efficient for users. Streamlined Proposal Submission: Users can easily submit event proposals through a user-friendly interface, reducing the complexity and time involved in traditional submission processes. Efficient Evaluation Process: Organizers can quickly review and evaluate multiple proposals in one place, allowing for faster decision-making and improved event curation. Secure Payments: By integrating blockchain technology, the platform ensures that all transactions are secure and transparent, minimizing the risk of fraud and providing peace of mind for users. Automated Agreements: Smart contracts automate the execution of agreements between organizers and proposal submitters, ensuring that terms are met and reducing the need for manual oversight. Feedback Mechanism: Evaluators can provide constructive feedback on proposals, helping submitters improve their ideas for future submissions and fostering a culture of collaboration. Data-Driven Insights: The platform collects and analyzes data on proposals and evaluations, enabling organizers to make informed decisions based on trends and user preferences. Enhanced Trust and Transparency: With all transactions and agreements recorded on a blockchain, users can trust the integrity of the process, knowing that everything is verifiable and tamper-proof. In summary, simplifies the event management process, enhances security, and fosters collaboration, making it an invaluable tool for both event organizers and proposal submitters.
Medium Posts
Medium Posts

Create Your Own GitHub — Coz Why Not?
abhayvis.medium.com
Create Your Own GitHub — Coz Why Not? Hi peeps, this is Abhay and today we gonna learn how can we create something like GitHub on our own. for this we gonna use, go-git and git-http-backend to create git server and handle http requests to create clone push pull the repo. In this post we are going to implement only the core APIs which handles creating repos, cloning, pushing or pulling from our own server. What is go-git? go-git is a git implementation written in go. It can be used to manipulate git repos...

How I hacked RD Sharma’s Publisher Website?
abhayvis.medium.com
This is the story when I was in my 11th class, one day I was just searching to buy maths book on the internet and RD Sharma was one of the best books for boards prep so, I thought to buy it. While searching on the internet, I found the publisher’s website of RD Sharma which is also a E Commerce website to sell their books online and one thing that I also noticed that the website uses PHP so I thought that let’s give it a try to find something exploitable. First thing which caught my attention is the butt...
Methodology of Subdomain Takeover for Beginners
abhayvis.medium.com
Hello Hackers, This is Abhay Vishwakarma and Today I am here with another medium writeup on subdomain takeover. In Today’s Writeup, I am gonna share you my methodology of taking over subdomains. My Story So, The story starts when I am a beginner in Bug Hunting and I have just learnt about Subdomain Takeover. so, to test this vulnerability I started using automated tools and scanners but I got nothing. After some days, I got to know about Wapplyzer, a tool that detects the Tech Stack on which the website ...