osint-email
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

osint-email

Gather informations from an email adress.

Providers

  • Google
  • Pastebin
  • haveIBeenPowned

Install

yarn add osint-email
//
npm install osint-email

Example

const osintEmail = require('osint-email').default;
// or
import osintEmail from 'osint-email';

async function getDatas(email) {
    const response = await osintEmail.search(email);
    console.log(response)
}
getDatas("exemple@gmail.com");

Response

example :

{
    google: [
        {
            title: 'the title',
            link: 'https://[.....].pdf'
        },
        {
            title: 'another title',
            link: 'https://[....].html'
        }
    ],
    pastebin: [
        "https://pastebin.com/NKj3uXn1",
        "https://pastebin.com/NKj3uXn2",
        "https://pastebin.com/NKj3uXn3"
    ],
    haveIBeenPowned:[
        {
            title: "adobe";
            values: [
                {
                    name: "date";
	                value: "01/01/2014";
                },
                {
                    name: "type";
	                value: "email, passwords";
                }
            ]
        }
    ]
}

Package Sidebar

Install

npm i osint-email

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

52.2 kB

Total Files

142

Last publish

Collaborators

  • christophe77