 7da4ed7d64
			
		
	
	
		7da4ed7d64
		
			
		
	
	
	
	
		
			
			- there are many netcat versions (openbsd, nmap, ...), which behave differently - especially while handling EOF - Debian jessie doesn't have nmap-ncat (which handle EOFs sufficiently good) QubesOS/qubes-issues#1854
		
			
				
	
	
		
			3 lines
		
	
	
		
			46 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			46 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| exec socat STDIO TCP:localhost:8082
 |