Without using any external programs, using solely the bash language, is it possible to perform a port scan on a remote host?
After looking through bash's builtins, I would say: no. But maybe there are workarounds or additional possible commands it's possible to carry out which aren't in the bash builtins.