Skip to content

Build_Infra

D.Snezhkov edited this page Aug 1, 2019 · 2 revisions

Deploy Implant Infrastructure Dependencies

As discussed, websocket unwrap and other supporting capabilities can be addresses with automation frameworks.

Specifically, a a choice websockify daemon could be installed to unwrap HTTP/S traffic and free the SSH tunnel to travel to destination host

Ref: Websockify

To follw the same methodlogy of building progressive connections RTOs can build frontends to connect to SSHoRTy tunnels with something like wssh or by building CUI and TUI reporting consoles.

Ref: Webssh

root@proxy:~# /usr/bin/htpasswd  /etc/squid/passwords  companyuser
New password:
Re-type new password:
Updating password for user companyuser
root@proxy:~# /usr/bin/htpasswd -v  /etc/squid/passwords  companyuser
Enter password:
Password for user companyuser correct.