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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Retrofit-1 — retrofit with CVE-2018-1000844 | Kitploit
工具/GitHubGitHub/epicosy/retrofit-1
General Purpose UtilitiesVulnerability AnalysisAPI Security Testing
GitHubepicosy/retrofit-1

Retrofit-1

retrofit with CVE-2018-1000844

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Retrofit

Square, Inc. 为 Android 和 Java 提供的类型安全 HTTP 客户端。

更多信息请参见官方网站。

下载

下载最新 JAR 包或通过 Maven 获取:

root@kitploit:~
<dependency>
  <groupId>com.squareup.retrofit2</groupId>
  <artifactId>retrofit</artifactId>
  <version>2.4.0</version>
</dependency>

或通过 Gradle:

root@kitploit:~
implementation 'com.squareup.retrofit2:retrofit:2.4.0'

开发版本的快照可在 Sonatype 的 snapshots 仓库 中获取。

Retrofit 至少需要 Java 7 或 Android 2.3。

ProGuard

如果您使用 ProGuard,需要添加以下选项:

root@kitploit:~
# 保留泛型类型信息,以供转换器和适配器通过反射使用。
-keepattributes Signature
# 保留服务方法参数。
-keepclassmembernames,allowobfuscation interface * {
    @retrofit2.http.* <methods>;
}
# 忽略用于构建工具的注解。
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement

您可能还需要为依赖项 OkHttp 和 Okio 添加规则。

许可证

root@kitploit:~
Copyright 2013 Square, Inc.

根据 Apache License, Version 2.0("许可证")许可;
除非遵守许可证,否则您不得使用此文件。
您可以在以下位置获取许可证副本:

   http://www.apache.org/licenses/LICENSE-2.0

除非适用法律要求或书面同意,否则按"现状"分发的软件
不附带任何明示或暗示的保证或条件。
请参阅许可证以了解管理权限和限制的具体语言。
下载工具