CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    9

    Resolved How to manipulate incoming packets ?

    When i see example.com , he send a lots of packets to my machine that each one contain many things such as:
    Code:
    <script type="text/javascript" src="https://www.example.com/3fr43r45tff4gh3.js"></script>
    But i want know that how we can manage & manipulate incoming packets to for example :
    Code:
    <script type="text/javascript" src="https://www.example.com/happy_new_year.js"></script>
    Do you know anyway?

    PS: I found Burp Suite that claim to packet editing but i don't know how its work ....
    Last edited by sa3er; January 27th, 2009 at 09:15 AM.

  2. #2
    Join Date
    Jan 2009
    Posts
    3

    Re: How to manipulate incoming packets ?

    If you use Firefox, the Firebug extension might help. You can analyze the AJAX packets send to your browser and any other data as long as it is coming from the page your are viewing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured