Skip to content

Commit

Permalink
Update Cloudtopolis.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelGMSec authored Mar 28, 2022
1 parent 2304b03 commit 47400bf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cloudtopolis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@
"display_name": "Python 3"
},
"accelerator": "GPU"
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "cl0udt0p0l1s",
"colab_type": "code",
"colab": {}
},
"outputs": [],
"source": [
"#=====================================#\n",
"# Cloudtopolis v3.0 by @JoelGMSec #\n",
Expand Down Expand Up @@ -53,11 +58,12 @@
"!echo -e \" | |___| | (_) | |_| | (_| | || (_) | |_) | (_) | | \\__ \\\\ \"\n",
"!echo -e \" \\____|_|\\___/ \\__,_|\\__,_|\\__\\___/| __/ \\___/|_|_|___/ \"\n",
"!echo -e \" |_| \"\n",
"!echo -e \" \"\n",
"!echo -e \" \"\n",
"!echo -e \":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\"\n",
"!echo -e \":: Created by @JoelGMSec :: https://darkbyte.net :: v3.0 ::\"\n",
"!echo -e \":: https://github.com/JoelGMSec/Cloudtopolis :: [Client] ::\"\n",
"!echo -e \":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\"\n",
"from google.colab import auth\n",
"\n",
"# [ Checking Voucher ]\n",
"if not Voucher:\n",
Expand Down Expand Up @@ -186,8 +192,8 @@
"# [ Connecting with Cloudtopolis Server ]\n",
"!echo -e \"\\n\\e[34;1m[i] Connecting with Cloudtopolis Server..\\e[0m\"\n",
"if not VPS:\n",
" auth.authenticate_user()\n",
" !echo -e \"\\e[0mCloud Shell Mode enabled!\"\n",
" !gcloud auth login --quiet\n",
" !gcloud cloud-shell --quiet ssh --ssh-flag=\"-o TCPKeepAlive=yes\" --ssh-flag=\"-N\" --ssh-flag=\"-T\" --ssh-flag=\"-C\" --ssh-flag=\"-L 8000:localhost:8000\" --ssh-flag=\"-4\" </dev/null &>/dev/null &\n",
"\n",
"else:\n",
Expand Down

0 comments on commit 47400bf

Please sign in to comment.