Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

hackingguy/Bug-Hunting-Colab

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Bug Hunting Colab

Use Google Tools Wisely

Open In Colab

About The Project

Bug Hunting Colab

Used Google Tools in a wiser way! I made a Jupyter Notebook for google collab that is gonna provide you a VPS(Virtual Private Server) with 24 GB RAM, 60 GB Storage in just 5 min deploy and get a Linux Instance.

Getting Started

To get it running simply follow below steps:

Prerequisites

Don't worry, you only have to do this once per client machine.

  1. Download Cloudflared (Argo Tunnel), then copy the absolute path to the cloudflare binary
  2. Now, you have to append the following to your SSH config file (usually under ~/.ssh/config in Linux and in C:/Users/<Username>/.ssh/config in Windows):
  Host *.trycloudflare.com
    HostName %h
    User root
    Port 22
    ProxyCommand <PUT_THE_ABSOLUTE_CLOUDFLARE_PATH_HERE> access ssh --hostname %h

2 ways of using it (Argotunnel And Chrome Desktop) are described in this video.

Usage

Just Click On Open In Colab Button And Run The Bug Hunting Colab Cell.

Open In Colab

Shout Out

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Shout out to all the guys that helped to make this awesome

  1. Anugrahsr
  2. aksl337

License

Distributed under the GPL 3.0 License. See LICENSE for more information.

Contact

Akash Chhabra - @hackingguyak - akashchhabra710@gmail.com

Project Link: https://github.com/hackingguy/Bug-Hunting-Colab

Acknowledgements