Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
square__retrofit_CVE-2018-1000850_2-4-0 | Kitploit
أدوات/GitHubGitHub/shoucheng3/square__retrofit_cve-2018-1000850_2-4-0
أدوات عامةاختبار أمان API
GitHubshoucheng3/square__retrofit_cve-2018-1000850_2-4-0

square__retrofit_CVE-2018-1000850_2-4-0

عرض المستودع

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة
منذ سنة واحدةلم تتم المراجعة بعد

Retrofit

عميل HTTP آمن من حيث الأنواع لنظامي Android وJava من Square, Inc.

لمزيد من المعلومات يرجى الاطلاع على الموقع الإلكتروني.

التحميل

حمّل أحدث 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'

تتوفر لقطات من إصدار التطوير في مستودع snapshots الخاص بـ Sonatype.

يتطلب 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، وهما من التبعيات.

الرخصة

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.
تنزيل الأداة