Clients

Here you'll find some of my clients for whom I've worked earlier to secure the assets from different vulnerabilities.

Code Vault

Here you'll find some of my projects which I have created in my professional career.

Cookie Grabber - Exploit XSS to Steal Cookies
GitHub Link: https://github.com/rohit-sonii/Exploit-XSS-to-Steal-Cookies

A small tool built to exploit vulnerability of Cross-Site Scripting and steal user's session cookie using JavaScript. It sends the user's stolen cookies to an attacker controlled server.

Escalating Self-XSS to Account Takeover
GitHub Link: https://github.com/rohit-sonii/Escalating-Self-XSS-to-Account-Takeover Blog Link: https://medium.com/@Ch3ckM4te/self-xss-to-account-takeover-72c89775cf8f

This project demonstrates the possibility of escalating a vulnerability of Self XSS in to an Account Takeover. It assumes the presence of SSO along with the regular flow of authentication and exploits the business logic flaw of the test application.

getMore - JS Variables Extractor
GitHub Link: https://github.com/rohit-sonii/getMore

It is a small wrapper script to make use of multiple avenues to fetch all the available JS variables. These variables can later be tested for different types of vulnerabilities.

SGB Price Checker
GitHub Link: https://github.com/rohit-sonii/SGB-Price-Checker

This project is a simple android application that checks the best price of Sovereign Gold Bonds (SGB) to purchase from the secondary market. The app fetches data from WintWealth and continuously monitors the available rates. When a good deal is found, it sends a notification to alert the user.