Welcome My Friend đź‘‹
This blog is a small home of Bug Bounty and offensive security stuff
Intro Having your own hacking server is one of the most important investments that you can make in your bug bounty journey. You can use your server to achieve the following: Hunting bugs that require OOB (Out-Of-Band) interaction like SSRF Exploiting bugs like CORS misconfiguration that requires custom subdomains Host your exploit files like CSRF POCs, and more. Can you use any public OOB server? Yes, you can but it comes with its problems and limitations, and the biggest problem is that some firewalls and security systems will block the outgoing traffic to these public OOB servers, making you miss some important bugs. In this post, I will help set up “Interactsh Server” to use in your pentest or bug bounty hunting operations. ...