Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
burpsuiefakeip — burp伪造ip爆破脚本 | Kitploit
Tools/GitHubGitHub/ianxtianxt/burpsuiefakeip
Payload GenerationIDS/IPS EvasionWeb Application ExploitationWAF BypassWeb SecurityPenetration Testing
GitHubianxtianxt/burpsuiefakeip

burpsuiefakeip

burp伪造ip爆破脚本

View Repository
1766 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Reposted from https://github.com/TheKingOfDuck/burpFakeIP

BurpFakeIP

Forging IP in Burp Suite, and I'm dead serious.

Four small features

  • Forge a specified IP
  • Forge a local IP
  • Forge a random IP
  • Random IP brute-forcing

0x01 Forge a specified IP

In the Repeater module, right-click to select the fakeIp menu, then click the inputIP function, and enter the specified IP:

The program will automatically add all forgeable fields to the request headers.

0x02 Forge a local IP

In the Repeater module, right-click to select the fakeIp menu, then click the 127.0.0.1 function:

0x03 Forge a random IP

In the Repeater module, right-click to select the fakeIp menu, then click the randomIP function:

0x04 Random IP brute-forcing

Random IP brute-forcing is the core feature of this plugin.

Send the packet to the Intruder module, switch the Attack type to Pitchfork mode in Positions, select the valid forgeable fields, and the fields to brute-force:

Following the order of the arrows, set the Payload source to Extensin-generated, set the payload to fakeIpPayloads, and then set the second variable.

Click Start attack to start brute-forcing.

As shown above, each brute-force attempt uses a different forged IP, avoiding being banned.

PS: The prerequisite for random-IP brute-forcing is that the forged IP can bypass server restrictions.

Download Tool