1.0.2 • Published 5 years ago

webresolver v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

webresolver

A simple, easy to use node.js module that allows you to interact with the webresolver API.

Getting Started

Get your API key here: https://webresolver.nl/api/plans Installation: npm install --save webresolver

Example usage

const WebResolver = require('webresolver');

let resolver = new WebResolver("KEY");

resolver.skypeResolve("test123").then(res => {
  console.log(res.data);
});

Documentation

Here is a list of all the available functions:

FunctionDescription
skypeResolve(str)Get a user's last known IP. str Skype username
resolveDb(str)Search for IP addresses in the database linked to the username. str Skype username
ip2skype(str)Get all the Skype usernames linked to a specific IP address. str IP address
email2skype(str)Get all Skype accounts which are linked to a specific email. str Email address
skype2email(str)Get all emails linked to a Skype account. str Skype username
geoIp(str)GeoIP. Supports Domain, IPv4 and IPv6. str Domain or IP address
dns(str)Get the DNS records from a domain. str Domain
cloudflare(str)Does a bruteforce on the most common subdomains in order to search for the real IP. str Domain
phone(str)Looks up information about a specific phone number. (Use international phone format). str Phone number
screenshot(str)Creates a screenshot of any website/url. str URL
headers(str)Get the website header information from a domain. str Domain
whois(str)Get the registration information from a domain. str URL
ping(str)Shows how long it takes for packets to reach host. str URL
portscan(str , number)Scan a port to check if the port is open or closed on a host. str URL [ ,number] (Optional) Scan one specific port
iplogger(str , str)Creates a link you can send to anyone to log their IP. str youtubegyazo [, str] Custom id (youtube video ID (11 chars) or gyazo image ID (32 chars))
isTempEmail(str)Searches through a database with known disposable email servers to check if a domain is disposable. str Email address
ip2websites(str)Tries to find any websites linked to an IP you entered. str IP address
domainInfo(str)Get all the information from a domain such as: IP history, subdomains & domain score. str Domain
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago