Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
Ferramentas/GitHubGitHub/shoucheng3/square__retrofit_cve-2018-1000850_2-4-0
Utilitários de Propósito GeralTestes de Segurança de APIs
GitHubshoucheng3/square__retrofit_cve-2018-1000850_2-4-0

square__retrofit_CVE-2018-1000850_2-4-0

Cliente HTTP type-safe para Android e Java, permitindo comunicação com APIs REST por meio de configuração de requisições baseada em anotações e suporte a conversores.

Ver Repositório
6há 1 anoAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Retrofit

Cliente HTTP type-safe para Android e Java pela Square, Inc.

Para mais informações, consulte o site.

Download

Baixe o JAR mais recente ou obtenha 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'

Snapshots da versão de desenvolvimento estão disponíveis no repositório snapshots do Sonatype.

O Retrofit requer, no mínimo, Java 7 ou Android 2.3.

ProGuard

Se você usa ProGuard, adicione as seguintes opções:

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

Você também pode precisar de regras para OkHttp e Okio, que são dependências.

Licença

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.
Baixar ferramenta