Ever needed to test firewalls but didn't have netcat, telnet or even FTP? Enter /dev/tcp which is alternate for telnet
/dev/tcp/(hostname)/(port) is a bash builtin that bash can use to open connections to TCP and UDP ports.
/dev/tcp/(hostname)/(port) is a bash builtin that bash can use to open connections to TCP and UDP ports.
No comments:
Post a Comment