npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

ravcat

v1.0.4

Published

📬 Ferramenta CLI básica desenvolvida para centralizar informações de contato de entidades oficiais relacionadas a phishing, abuso, falsos positivos e muito mais.

Readme



📬 RavCat

⭐ Stars 🔱 Forks 📦 NPM Version ⚙️ Node.js 📄 License

Biblioteca NPM + CLI

ravcat

🎯 Visão Geral

RavCat é uma ferramenta CLI básica desenvolvida para centralizar informações de contato de entidades oficiais relacionadas a phishing, abuso, falsos positivos e muito mais.

Projetada para ser rápida, eficiente e extremamente útil, RavCat atende tanto profissionais da área de segurança cibernética quanto usuários que foram vítimas de incidentes online.


📦 Instalação Rápida

npm i -g ravcat           # ✅ Recomendado
npm install -g ravcat     # ✅ Completo

# Após instalação, use em qualquer lugar:
ravcat --help

🗑️ DESINSTALAR GLOBALMENTE

npm un -g ravcat          # ✅ Recomendado  
npm uninstall -g ravcat   # ✅ Completo
npm remove -g ravcat      # ✅ Alternativo

🐧 Termux (Android)

pkg install nodejs
npm install -g ravcat
ravcat

🔍 Consultas Diretas

📬 Serviços/Empresas

ravcat cloudflare
ravcat registro.br
ravcat github
ravcat google

🛡️ VirusTotal

ravcat --vt microsoft
ravcat --vt kaspersky
ravcat --vt bitdefender

📊 Listas Completas

ravcat --list
ravcat --list-vt

📋 Comandos Completos

🎯 Comandos Principais

| Comando | Descrição | Exemplo | |---------|-----------|---------| | ravcat | Menu interativo completo | ravcat | | ravcat <empresa> | Consulta direta de serviços | ravcat cloudflare | | ravcat --vt <vendor> | Consulta direta VirusTotal | ravcat --vt microsoft | | ravcat --list | Lista todas as empresas | ravcat --list | | ravcat --list-vt | Lista todos os vendors VT | ravcat --list-vt |

ℹ️ Comandos de Informação

| Comando | Descrição | Alternativa | |---------|-----------|-------------| | ravcat --help | Ajuda completa | ravcat -h | | ravcat --version | Versão do sistema | ravcat -v |

🎯 Exemplos Práticos

📝 Denúncia de Phishing

# Encontrar contato para reportar phishing
ravcat cloudflare
ravcat hostinger
ravcat github

🛡️ Reporte de Falso Positivo

# Encontrar contato para reportar falso positivo
ravcat --vt microsoft
ravcat --vt kaspersky
ravcat --vt avast

📊 Listas Completas

# Ver todas as empresas disponíveis
ravcat --list

# Ver todos os vendors VirusTotal
ravcat --list-vt

📁 Estrutura do Projeto

📁 ravcat/
├── 📁 bin/
│   └── 🎯 cli.js                       # Ponto de entrada principal
├── 📁 scripts/
│   ├── 🔧 check-environment.js         # Verificador de ambiente
│   └── 📦 postinstall.js               # Script pós-instalação
├── 📁 src/
│   ├── 📁 commands/
│   │   └── 🛠️ index.js                 # Gerenciador de comandos CLI
│   ├── 📁 config/
│   │   ├── 🎨 colors.js                # Sistema de cores do terminal
│   │   ├── ⚙️ config-loader.js         # Carregador de configurações
│   │   └── 📏 constants.js             # Constantes do sistema
│   ├── 📁 data/
│   │   ├── 📡 loader.js                # Carrega dados principal
│   │   └── 🛡️ virustotal-loader.js     # Carrega dados do VirusTotal
│   ├── 📁 menu/
│   │   └── 🎮 main.js                  # Sistema de menus interativos
│   ├── 📁 renderer/
│   │   ├── 📦 box.js                   # Renderizador de caixas
│   │   ├── 🏷️ header.js                # Renderizador de cabeçalhos
│   │   └── 📋 menu.js                  # Renderizador de menus
│   ├── 📁 utils/
│   │   ├── 📄 txt-generator.js         # Gerador de arquivos TXT
│   │   └── 🛡️ vt-txt-generator.js      # Gerador TXT VirusTotal
│   └── 🚀 index.js                     # Classe principal RavCat
├── 📄 .gitignore                       # Arquivos ignorados Git
├── 📄 .npmignore                       # Arquivos ignorados NPM
├── 📄 LICENSE                          # Licença MIT
├── 📖 README.md                        # Documentação
├── 📦 package.json                     # Configurações NPM
└── ⚙️ config.json                      # Configurações da aplicação

📄 Licença

Este projeto está sob a licença MIT. Veja o arquivo LICENSE para detalhes.


📞 Suporte

Se precisar de ajuda ou quiser falar com a equipe, entre no nosso servidor de suporte:

Servidor de Suporte


Feito com 💚 por RavenaStar


Star History