|
-
January 27th, 2009, 09:12 AM
#1
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.
-
January 29th, 2009, 09:41 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|