Posts

IP Spoofing for Load Testing on JMeter

Hi Fellow Readers, In one of my projects I found some need to create a set of IP addresses (rather spoofed IP addresses) other than my own, because the server restricted the incoming request from same IP address. This happened as I was trying to run a load test on the server for multiple users. Googling all day long helped me accumulate all commands needed to create a piece of small-yet-useful script to do all that I want. Off-course like me, one may fall into the same use-case. So, if you fell low doing so own your own I am there at your service I have hosted, this script on my  github  for reference to the commands you can use in the terminal, If you want to dig into what all commands I used. But if in hurry and need of immediate solution. Please follow the Instructions below -  Step 1  : Copy this url -  https://raw.githubusercontent.com/PranjalGupta3105/Important_batch_scripts/master/Testing/IPSpoofer.sh  onto your clipboard Step 2  : Open the Term...