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_heroku_redirector — flask heroku C2 redirector template | Kitploit
Tools/GitHubGitHub/killswitch-gui/flask_heroku_redirector
Web SecurityPenetration TestingCloud SecurityCommand and ControlUtilities & FrameworksRed Teaming
GitHubkillswitch-gui/flask_heroku_redirector

flask_heroku_redirector

flask heroku C2 redirector template

View RepositoryWebsite
11239 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Flask Heroku C2 Sample

A simple Python Flask example application that's ready to run on Heroku.

Deploy

Development Setup

  • virtualenv venv

  • source venv/bin/activate

  • pip install -r requirements.txt

  • python app.py

Deploy

  • heroku create

  • git push heroku master

Setup

set port to forward on (Defaults to 80):

  • heroku config:set PORT=80

set debug output to the log outlet (Defaults to True:

  • heroku config:set DEBUG=True

set forward C2 domain (Where to redirect to):

  • heroku config:set FORWARD_DOMAIN=cybersyndicates.com

set redirector domain (Incoming domain name):

  • heroku config:set CURRENT_DOMAIN=tranquil-dawn-50102.herokuapp.com

Monitor

monitor the dyno:

  • heroku logs -t
Download Tool