Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
flask_appengine_redirector — Google App Engine Flask C2 redirector | Kitploit
Tools/GitHubGitHub/killswitch-gui/flask_appengine_redirector
Web SecurityPenetration TestingCloud SecurityCommand and ControlRed Teaming
GitHubkillswitch-gui/flask_appengine_redirector

flask_appengine_redirector

Google App Engine Flask C2 redirector

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
839 years agoNot yet reviewed

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

  • Install SDK: https://cloud.google.com/sdk/docs/

  • Run dev instance: dev_appserver.py app.yaml

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):

root@kitploit:~
env_variables:
DEBUG: True
FORWARD_DOMAIN: 'cybersyndicates.com'
CURRENT_DOMAIN: 'mineral-highway-136423.appspot.com'

Monitor

monitor the dyno:

  • gcloud app logs tail
Download Tool