Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ipsourcebypass — 此 Python 脚本可用于通过 HTTP 标头绕过 IP 源限制。 | Kitploit
工具/GitHubGitHub/p0dalirius/ipsourcebypass
漏洞分析信息收集Web安全渗透测试
GitHubp0dalirius/ipsourcebypass

ipsourcebypass

此 Python 脚本可用于通过 HTTP 标头绕过 IP 源限制。

查看仓库网站
404536911个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

此Python脚本可用于通过HTTP头绕过IP源限制。
GitHub release (latest by date) YouTube Channel Subscribers

功能

  • 17个HTTP头。
  • 多线程。
  • 使用--json outputfile.json导出JSON。
  • 自动检测最成功的绕过。

用法

root@kitploit:~
$ ./ipsourcebypass.py -h
[~] IP source bypass using HTTP headers, v1.2

usage: ipsourcebypass.py [-h] [-v] -i IP [-t THREADS] [-x PROXY] [-k] [-L] [-j JSONFILE] [-C] [-H HEADERS] [-S] url

This Python script can be used to test for IP source bypass using HTTP headers

positional arguments:
  url                   e.g. https://example.com:port/path

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         arg1 help message
  -i IP, --ip IP        IP to spoof.
  -t THREADS, --threads THREADS
                        Number of threads (default: 5)
  -x PROXY, --proxy PROXY
                        Specify a proxy to use for requests (e.g., http://localhost:8080)
  -k, --insecure        Allow insecure server connections when using SSL (default: False)
  -L, --location        Follow redirects (default: False)
  -j JSONFILE, --jsonfile JSONFILE
                        Save results to specified JSON file.
  -C, --curl            Generate curl commands for each request.
  -H HEADERS, --header HEADERS
                        arg1 help message
  -S, --save            Save all HTML responses.

自动检测突出的响应

结果按响应长度的唯一性排序。这意味着具有唯一响应长度的结果将排在前面,而响应长度出现多次的结果排在后面:

两种不同的结果长度四种不同的结果长度

贡献

欢迎提交Pull requests。如果你想添加其他功能,请随时开一个issue。

下载工具