BOOK THIS SPACE FOR AD
ARTICLE ADHello, fellow bug hunters! I hope you’re all doing well and crushing your bug bounty goals. In this article, I’m excited to show you how to leverage a free VPS (Virtual Private Server) service to enhance your bug bounty hunting experience.
When diving into bug bounty hunting, you’ll quickly realize that your local machine might not have the computing power or the ability to run 24/7 for extensive tasks. Here’s where a VPS comes in handy:
Enhanced Computing Power: A VPS provides significantly more resources than a typical home computer, allowing you to run multiple tools and scans simultaneously without slowing down.24/7 Uptime: Bug bounty tasks like automated scanning or monitoring might need to run continuously. A VPS ensures that your processes keep running without interruptions, unlike a home computer that might need to be turned off or might crash.Faster Internet Speeds: VPS providers often have faster internet connections, which can drastically improve the speed of tasks like information gathering and automated scanning.Security & Anonymity: Operating through a VPS adds an extra layer of separation between your personal network and the target, enhancing your security and anonymity during bug bounty hunting.If you’re just starting out in bug bounty hunting, you might not have the budget for a paid VPS service. Fortunately, Krutrim Cloud offers a free compute service that you can use to boost your bug bounty projects.
Why Krutrim Cloud?
Completely Free: Krutrim Cloud provides a no-cost option to set up a VPS, making it accessible for newcomers and those on a budget.Flexible Configuration: Customize your VPS with the resources you need, whether it’s more CPU power, additional RAM, or increased storage.User-Friendly Interface: Krutrim Cloud’s dashboard is intuitive, allowing even beginners to set up and manage their VPS easily.Scalability: As your needs grow, Krutrim Cloud offers affordable upgrade options, so your VPS can scale with your projects.Let’s walk through the steps to set up a Krutrim Cloud VPS for your bug bounty needs:
1. Sign Up for Krutrim Cloud
Visit the Krutrim Cloud website and sign up for a free account. Make sure to verify your email to activate the account.2. Create a New VPS Instance
Log In to the account with your email and password which you set earlier in registration phase.Once logged in, navigate to the dashboard and select “Create New Instance.”3. Choose an Operating System
Select an operating system for your VPS. Linux distributions like Ubuntu or Debian are popular choices for bug bounty hunting due to their compatibility with most security tools.(by default it is ubuntu)4. Configure Your SSH Key
When you click on Reserve now it will ask for ssh key click on add a new ssh key.Now you need to generate a new ssh key5. How to Generate and Use SSH Keys
For Linux OS Users
1. Open Terminal You can find Terminal in Top Right or type (CTRL+ALT+T)
2. Generate SSH Key Pair :
In the Terminal window, type the following command and press Enter :ssh-keygenThis command generates a new SSH key using the RSA algorithm with 4096 bits.3. Follow the prompts
Enter file in which to save the key: Press Enter to accept the default file location (`/Users/your_username/.ssh/id_rsa`).Enter passphrase: Type a secure passphrase for additional security (optional, but recommended).Enter the same passphrase again: Re-type your passphrase.4. Verify the keys :
To check if your keys were generated successfully, type:ls .sshYou should see `id_rsa` (your private key) and `id_rsa.pub` (your public key) in the list5. Copy the SSH Public Key
6. Paste it in your public key field
7. Fill name field also
8. Click on add key
Now, completely fill out all the fields.
By default, port 22 is exposed. If you would like to expose another port, you can specify it in the Expose Port field.
After selecting “Create,” wait…
A public IP will eventually appear in the Public IP field.
Connect it with Your System
Open terminal and typessh -i id_rsa ubuntu@PUBLIC_IP2. Accept it.
You’re in the VPS machine, congratulations!
Install Essential Bug Bounty Tools
Once your VPS is up and running, SSH into it and start installing your essential bug bounty tools. Here are a few recommendations:Nmap: For network discovery and security auditing.Burp Suite: A powerful tool for web vulnerability scanning.Sublist3r: For subdomain enumerationNote : You can refer harsh bothra bug bounty vpn installaion script.
Start Hunting
With your tools in place, you can begin your bug bounty tasks directly from the VPS. Run scans, automate tasks, and collect data without worrying about downtime or slow processing speeds.This blog post was made on August 17, 2024. Although Krutrim Cloud is not entirely free, new users can use 10,000 free credits.
Bug bounty hunters have an amazing opportunity to use 10,000 free credits from Krutrim Cloud to access robust VPS resources. Without spending any money, you can greatly improve your bug bounty hunting skills by carefully allocating these credits. Whether you’re doing automated scanning, footprinting, or information gathering, a VPS guarantees that you can work effectively and efficiently.
Make the most of your free credits, and happy hunting!