Makes reverse-sehlls rofi script use resize listener
This commit is contained in:
parent
4b86f98966
commit
d28bec4a8b
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ function display() {
|
||||||
echo -n "$reverseShell" | /usr/bin/xclip -i -selection clipboard
|
echo -n "$reverseShell" | /usr/bin/xclip -i -selection clipboard
|
||||||
echo -n "$reverseShell" | /usr/bin/xclip -i -selection primary
|
echo -n "$reverseShell" | /usr/bin/xclip -i -selection primary
|
||||||
|
|
||||||
nc -lvnp $port
|
resize-netcat-listener -r /home/jonathan/go/src/resize-nc-listener/examples/stty-resize-copy $port
|
||||||
|
#nc -lvnp $port
|
||||||
#Put the tty back to normal
|
#Put the tty back to normal
|
||||||
# This is useful if I got a nice shell before
|
# This is useful if I got a nice shell before
|
||||||
stty -raw echo
|
stty -raw echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue