项目作者: killswitch-GUI

项目描述 :
Google App Engine Flask C2 redirector
高级语言: Python
项目地址: git://github.com/killswitch-GUI/flask_appengine_redirector.git
创建时间: 2017-03-06T01:10:17Z
项目社区:https://github.com/killswitch-GUI/flask_appengine_redirector

开源协议:GNU General Public License v3.0

下载


flask_appengine_redirector

Google App Engine Flask C2 redirector

A simple Python Flask example application that’s ready to run on App Engine.

Development Setup

Deploy

  • gcloud app create

  • gcloud app deploy

Setup

set debug output to the log outlet (Defaults to True:
set forward C2 domain (Where to redirect to):
set redirector domain (Incoming domain name):

  1. env_variables:
  2. DEBUG: True
  3. FORWARD_DOMAIN: 'cybersyndicates.com'
  4. CURRENT_DOMAIN: 'mineral-highway-136423.appspot.com'

Monitor

monitor the dyno:

  • gcloud app logs tail