Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. tulips@ubuntu:~/Desktop$ python pwn.pyTraceback (most recent call last):
  2. File "pwn.py", line 1, in <module>
  3. from pwn import *
  4. File "/home/tulips/Desktop/pwn.py", line 3, in <module>
  5. r = remote("pwnable.kr", 9000)
  6. NameError: name 'remote' is not defined
  7. tulips@ubuntu:~/Desktop$ python3 pwn.pyTraceback (most recent call last):
  8. File "pwn.py", line 1, in <module>
  9. from pwn import *
  10. File "/home/tulips/Desktop/pwn.py", line 3, in <module>
  11. r = remote("pwnable.kr", 9000)
  12. NameError: name 'remote' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement