Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Retrofit-1 — CVE-2018-1000844를 포함한 retrofit | Kitploit
도구/GitHubGitHub/epicosy/retrofit-1
General Purpose UtilitiesVulnerability AnalysisAPI Security Testing
GitHubepicosy/retrofit-1

Retrofit-1

CVE-2018-1000844를 포함한 retrofit

저장소 보기
2년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Retrofit

Square, Inc.가 개발한 Android 및 Java용 타입 안전(Type-safe) HTTP 클라이언트입니다.

자세한 내용은 웹사이트를 참조하세요.

Download

최신 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:~
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
    @retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement

또한 의존성인 OkHttp와 Okio에 대한 규칙이 필요할 수도 있습니다.

License

root@kitploit:~
Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
도구 다운로드