Code Monkey home page Code Monkey logo

bug-hunting-colab's Introduction

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 - [email protected]

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

Acknowledgements

bug-hunting-colab's People

Contributors

aksl337 avatar anugrahsr avatar hackingguy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bug-hunting-colab's Issues

Tunneling error

Tried factory reset but didn't worked!

Facing this error when trying for noVNC

Tunnel 91153ec62274.in.ngrok.io not found

Tunnel not found on No VNC

Hi @hackingguy ,

While trying to access the VPS with noVnc I'm getting this error Tunnel 90e208c0ab90.in.ngrok.io not found
and also try to access via ssh also getting error kex_exchange_identification: Connection closed by remote host

Any solution for the above?

Please update it to first release version

hello,
it's an updated version of script throwing error of ngrok and remote host please release it to first version 1.2.0 it was working fine and running without errors.the new updated version is throwing lots of errors.
like this


Failed to complete tunnel connection

The connection to http://0e3d56a12d8d.in.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:6080.

Make sure that a web service is running on localhost:6080 and that it is a valid address.

The error encountered was: dial tcp 127.0.0.1:6080: connect: connection refused

Runtime disconnected

Hello i tried on my 2 gmail accounts and diffrent ngrok account but in both account its shows runtime disconnected errors
i clear ram and everting but not solved

Untitled

Getting Error "Permission denied, please try again."

Hi Team,

I wanted to connect to ssh but i am getting this Error when system ask for password...

Warning: Permanently added the ECDSA host key for IP address '[3.6.115.182]:17240' to the list of known hosts.
Permission denied, please try again.

I've deleted the known hosts file but still not able to login.. Even Rotated the ngrok Token... but still not working !!

Error Issue

Hi,

I get problem on step "7. Now Wait for 10 Minutes As It is gonna install all important tools from every epic infosec community member!"

The process takes so long and display some error:


OSError Traceback (most recent call last)
/usr/lib/python3.6/urllib/request.py in do_open(self, http_class, req, **http_conn_args)
1324 h.request(req.get_method(), req.selector, req.data, headers,
-> 1325 encode_chunked=req.has_header('Transfer-encoding'))
1326 except OSError as err: # timeout error

17 frames
OSError: [Errno 99] Cannot assign requested address

During handling of the above exception, another exception occurred:

URLError Traceback (most recent call last)
URLError: <urlopen error [Errno 99] Cannot assign requested address>

During handling of the above exception, another exception occurred:

KeyError Traceback (most recent call last)
/root/.ipython/ttmg.py in nameport(self, TOKEN, AUTO)
43 tokens['your'] = __temp[0].split(':')[1]
44 clear_output()
---> 45 return tokens['your']
46
47

KeyError: 'your'

It happen on Chrome and Firefox.

Thank you.

Installation Guide For Naive Users

Hey

I did not want to open this issue but installing the VPS is being a bit confusing as all the videos are of the old method (without Argo Tunnel)

I tried installing cloudflared from the website given in the documentation but as soon as i login it asks me to authorize argo tunnel and gets stuck over here
image

My power shell shows something like this
image

It would be very helpful if you could guide me as i am not able to understand using the documentation

Also if you could create a video on how exactly to do it using the new version would be of great help as all other videos are using the old version

Thanks

Failed to download https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz

Hello,

At time of installing tools in first I'm getting this error

`Failed to download  https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz
---------------------------------------------------------------------------
HTTPError                                 Traceback (most recent call last)
<ipython-input-3-23ea46e69aa7> in <module>()
    106 clear_output()
    107 
--> 108 hostname = argoTunnel()
    109 
    110 if USE_TELERGAM_BOT:

7 frames
/usr/lib/python3.7/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
    647 class HTTPDefaultErrorHandler(BaseHandler):
    648     def http_error_default(self, req, fp, code, msg, hdrs):
--> 649         raise HTTPError(req.full_url, code, msg, hdrs, fp)
    650 
    651 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 404: Not Found`

Getting Error "Ngrok Token is in used!. Again trying token"

I am getting This Error:

Ngrok Token is in used!. Again trying token ...
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-375a079261b3> in <module>()
    110 data = Server.start('ssh', displayB=False)
    111 # output
--> 112 Host,port = data['url'][7:].split(':')
    113 data2 = Server.start('vnc', displayB=False)
    114 clear_output()

TypeError: 'NoneType' object is not subscriptable

gi

What I've tried to check this issue?

  1. Tried with Another Email Account
  2. Tried Deleting Existing Ngrok Auth Token and then Created New One

But still got this Error...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.