Introduction: Hello everyone, Today I’d like to share an interesting bug bounty tip with you. In the realm of hunting for vulnerabilities, it’s not uncommon to encounter numerous obstacles that hinder your progress. These challenges might obscure your vision of the situation. However, stepping out from this trap is the […]
Estimated reading time: 6 minutes
Disclaimer: The first thing I will tell you is any actions made by using the code contained in this article are solely your responsibility not mine. This article is written to show you only my methodology, how do I approach routers for finding vulnerabilities and not how to hack into […]
Estimated reading time: 41 minutes
Hello Hackers, For this article, I wanted to take a break from our usual focus on hacking and instead share my unforgettable experience at the Hackfest event, a thrilling gathering of tech enthusiasts and hackers from around the world. Let me dive into the incredible journey and the inspiring moments […]
Estimated reading time: 7 minutes
$ Introduction: Here we are again !! BugPOC team doesn’t stop impressing us by their commitment. Last time, we dealt with a local file inclusion (LFI). This time, a new XSS challenge made with love. This one is close enough to the real world of bug bounty, and it’s worth […]
Estimated reading time: 21 minutes
$ Introduction: Bugpoc is a bug bounty program that was private in first place, and now is public. Everyone is hitting Bugpoc to hack their platform. I like Bugpoc program, I never saw a team with high level of professionalism, high hacking spirit and quick response time in submission process. […]
Estimated reading time: 30 minutes
I found a stored XSS in a private program (I can’t mention it). A user can add a favorite article to his/her watch list to keep track of them for future use. As an attacker, the request was interecepted, and a malicious javascript is inserted in its parameters. This makes […]
Estimated reading time: 3 minutes
In this project I’ll show you a little python program that will make your search for subdomains easier. Especially when you use crt.sh website: Github : AUTOMATED SUBDOMAINS EXTRACTOR I made this program because I’m kinda lazy person. I always hated the fact when you have to begin a new bug […]
Estimated reading time: 1 minute
In this little project will show you how to read/write SRx RFID tags using libnfc. I have an Adafruit PN532 shield that I use with Libnfc. I compiled the library to communicate through UART with arduino and the later as a SPI gateway to PN532. I was struggling at first […]
Estimated reading time: 3 minutes