Advertisement
cRAYonhere

executing the python script

Nov 28th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. input $python input_exploit.py
  2. [+] Connecting to pwnable.kr on port 2222: Done
  3. [*] input2@pwnable.kr:
  4.     Distro    Ubuntu 16.04
  5.     OS:       linux
  6.     Arch:     amd64
  7.     Version:  4.10.0
  8.     ASLR:     Enabled
  9. [-] Starting remote process './input' on pwnable.kr: Process creation failed
  10. [!] Could not find a Python2 interpreter on pwnable.kr
  11.     Use ssh.run() instead of ssh.process()
  12. Traceback (most recent call last):
  13.   File "input_exploit.py", line 31, in <module>
  14.     print data.recv()
  15. AttributeError: 'NoneType' object has no attribute 'recv'
  16. input $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement