New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

getapps

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getapps

get business apps only with domain

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

getApps

功能

获取某个公司正在使用的SaaS产品。

用法

$ npm install getapps

var getApps =  require('getapps').getApps;
var domain = 'mulumu.com';

// 输入一个公司的域名
getApps(domain)
.then(function(apps){
  console.log('domain use ', apps);
})

或 CLI

npm install -g getapps

# 公司域名作为参数
$ getapps mulumu.com

获取原理

  • Domain 服务商
  • 邮件服务解析
  • 服务器IP地址
  • 首页的网页分析

TODO

  • 持续丰富规则库。
  • 添加网页的深度抓取。
  • 网页运行JS后再解析。

欢迎PR提交更多规则。

FAQs

Package last updated on 08 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts