Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. syn=IP(dst='200.13.232.38') / TCP (sport=21391,dport=80,seq=0xaf31c2a1,flags='S')
  2. syn_ack=sr1(syn)
  3. last_ack=IP(dst='200.13.232.38') / TCP(sport=syn_ack[TCP].dport,dport=80,seq=syn_ack[TCP].ack,ack=syn_ack[TCP].seq+1,flags=('A'))
  4. send(last_ack)
  5. string = 'G'
  6. last_ack[TCP].flags=0x018
  7. f=last_ack / string
  8. resp=sr1(f)
  9. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  10. string = 'E'
  11. f=last_ack / string
  12. resp=sr1(f)
  13. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  14. string = 'T'
  15. f=last_ack / string
  16. resp=sr1(f)
  17. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  18. string = ' '
  19. f=last_ack / string
  20. resp=sr1(f)
  21. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  22. string = '/'
  23. f=last_ack / string
  24. resp=sr1(f)
  25. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  26. string = ' '
  27. f=last_ack / string
  28. resp=sr1(f)
  29. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  30. string = 'H'
  31. f=last_ack / string
  32. resp=sr1(f)
  33. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  34. string = 'T'
  35. f=last_ack / string
  36. resp=sr1(f)
  37. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  38. string = 'T'
  39. f=last_ack / string
  40. resp=sr1(f)
  41. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  42. string = 'P'
  43. f=last_ack / string
  44. resp=sr1(f)
  45. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  46. string = '/'
  47. f=last_ack / string
  48. resp=sr1(f)
  49. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  50. string = '1'
  51. f=last_ack / string
  52. resp=sr1(f)
  53. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  54. string = '.'
  55. f=last_ack / string
  56. resp=sr1(f)
  57. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  58. string = '0'
  59. f=last_ack / string
  60. resp=sr1(f)
  61. last_ack=IP(dst='200.13.232.38') / TCP(sport=resp[TCP].dport,dport=80,seq=resp[TCP].ack,ack=resp[TCP].seq,flags=0x018)
  62. string = '\r\n\r\n\r\n\r\n\r\n'
  63. f=last_ack / string
  64. resp=sr1(f)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement