Pivoting through multiple subnets with Ligolo

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • A quick tutorial on how to double pivot using ligolo
    Ligolo github page:
    github[.]com/nicocha30/ligolo-ng/releases
    Commands I used:
    Adding an interface:
    sudo ip tuntap add user USERNAME mode tun ligolo;sudo ip link set ligolo up
    Running the agent(s):
    ./agent.exe -connect IP:PORT -ignore-cert
    ./agent -connect IP:PORT -ignore-cert
    Adding a listener:
    listener_add --addr 0.0.0.0:PORT --to 127.0.0.1:PORT --tcp
    listener_list

КОМЕНТАРІ • 4

  • @cicinuna
    @cicinuna 3 місяці тому +1

    Wholeheartedly appreciate you saying li-'n'-golo. Thanks for the tutorial!

  • @Fatima-ug5rj
    @Fatima-ug5rj Місяць тому

    Thanks ❤ very well explained .

  • @tommaso_casoni
    @tommaso_casoni 4 місяці тому +1

    That was really helpful, thank you❤

  • @dollarboysushil
    @dollarboysushil 2 місяці тому

    is ligolo-ng enough for oscp
    Or we need to know about other method of pivoting?