Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
square__retrofit_CVE-2018-1000850_2-4-0 | Kitploit
Herramientas/GitHubGitHub/shoucheng3/square__retrofit_cve-2018-1000850_2-4-0
Utilidades de Propósito GeneralPruebas de Seguridad de APIs
GitHubshoucheng3/square__retrofit_cve-2018-1000850_2-4-0

square__retrofit_CVE-2018-1000850_2-4-0

Ver Repositorio

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir
hace 1 añoAún no revisado

Retrofit

Cliente HTTP con seguridad de tipos para Android y Java de Square, Inc.

Para más información, consulta el sitio web.

Descarga

Descarga el JAR más reciente u obténlo vía Maven:

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

o Gradle:

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

Las instantáneas (snapshots) de la versión de desarrollo están disponibles en el repositorio de snapshots de Sonatype.

Retrofit requiere como mínimo Java 7 o Android 2.3.

ProGuard

Si estás usando ProGuard, necesitas añadir las siguientes opciones:

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

También podrías necesitar reglas para OkHttp y Okio, que son dependencias.

Licencia

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.
Descargar herramienta