Removed extra space after backslash
This commit is contained in:
parent
e9b3fcc586
commit
d3c6bc639c
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkfifo /tmp/f
|
||||
cat /tmp/f | /bin/bash 2>&1 | nc 127.0.0.1 -l 7777 > /tmp/f \
|
||||
cat /tmp/f | /bin/bash 2>&1 | nc 127.0.0.1 -l 7777 > /tmp/f \
|
||||
&& rm /tmp/f
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user