Is there a wrapper that will prevent an executable from listening on a port? Alternately, is there a wrapper that would remap the port, so that the executable thinks it's listening on 80, but is actually listening on 8080
My dream commandline would be:
server:~ # remapper -f 80 -t 8080 /usr/bin/some_binary