Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
Retrofit-1 — retrofit with CVE-2018-1000844 | Kitploit
Outils/GitHubGitHub/epicosy/retrofit-1
General Purpose UtilitiesVulnerability AnalysisAPI Security Testing
GitHubepicosy/retrofit-1

Retrofit-1

retrofit with CVE-2018-1000844

Voir le dépôt
il y a 2 ansPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

Retrofit

Client HTTP type-safe pour Android et Java par Square, Inc.

Pour plus d'informations, veuillez consulter le site web.

Téléchargement

Téléchargez le dernier JAR ou récupérez-le via Maven :

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

ou Gradle :

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

Les instantanés de la version de développement sont disponibles dans le dépôt snapshots de Sonatype.

Retrofit nécessite au minimum Java 7 ou Android 2.3.

ProGuard

Si vous utilisez ProGuard, vous devez ajouter les options suivantes :

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

Vous pourriez également avoir besoin de règles pour OkHttp et Okio qui sont des dépendances.

Licence

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.
Télécharger l’outil