Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 153 Bytes

File metadata and controls

7 lines (6 loc) · 153 Bytes

NetCat

{% code title="Connect with Source Port 53 -- Firewall Rule" %}

ncat -nv --source-port 53 10.129.2.28 50000

{% endcode %}