Socket
Socket
Sign inDemoInstall

@tempicolabs/cli

Package Overview
Dependencies
93
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tempicolabs/cli

CLI for Tempico Labs API


Version published
Maintainers
2
Created

Readme

Source

TempicoLabs

Tempico Labs CLI

Tempico Labs CLI for API. For command line usage.

TmLabs-CLI is a CLI tool for TempicoLabs API. It is written in clean ES6 Javascript.

Install

To install TmLabs-CLI for command line usage run:

npm i @tempicolabs/cli -g

Usage

Just run

tmlabs

or

tmlabs-cli

tmlabs [command] [...options]

Commands:

  tmlabs ip <ip> [mode]  -  Get information about IP addresses: hostname, GeoIP location, internet connection type, Internet Service Provider (or organisation), open ports, blacklist info, etc.
  tmlabs me [mode]  -  Returns an information about IP you are connecting from.
  tmlabs hash <sha256|md5>  -  Returns an information about particular hash you are interested in.
  tmlabs dns <domain>  -  Get IPv4/IPv6 addresses using domain name.
  tmlabs email <email>  -  Returns an information about known account compromises linked to provided email.[aliases: email/leaks]
  tmlabs scan <ip> <port> [portmax]  -  Scan ports of a given host.[aliases: port/scan]

Options:

  --key, -k  -  Use API key [string] [default: false]
  --help  -  Show help [boolean]
  --version  -  Show version number [boolean]

Tempico Labs API Documentation

Read the full API Documentation.

Build

You can build binary by yourself.

First clone project
git clone git@code.itsecurity.ee:tempicolabs/tmlabs-cli.git
Then install required dependencies
npm install

For Windows build run:

npm run build:bin:windows

For MacOS build run:

npm run build:bin:macos

For Linux build run:

npm run build:bin:linux
After that platform specific build is available at build directory

*** Note: you can't use yarn global add @tempicolabs/cli

License

MIT. Copyright (c) Maxim Maximov and TempicoLabs, LLC.

Keywords

FAQs

Last updated on 16 Jun 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc