← All Kali Commands
🎯 Post-Exploitation
Ligolo-ng
Add listener
Ligolo-ng command for add listener. Copy the command below and use it in your terminal.
┌──(kali㉿kali)-[~]
└─$
└─$
listener_add --addr 0.0.0.0:1234 --to 127.0.0.1:4444 --tcp
Tool
Ligolo-ng
Category
Post-Exploitation
Purpose
Add listener
🛡️ Usage Tips
- Always ensure you have proper authorization before using Ligolo-ng against any target
- Replace
targetwith the actual IP address or hostname you are testing - Run this command from a Kali Linux terminal or any system with Ligolo-ng installed
- Combine with other Ligolo-ng commands for more comprehensive results
- Pipe output to a file with
> output.txtfor later analysis