Coder Social home page Coder Social logo

haveibeenharvested's Introduction

haveIbeenHarvested

This should work with a default Kali 2016.2 install.

If you are not running this in Kali:

*Ensure theHarvester is saved to either /usr/bin or /usr/share as "theharvester"

*Ensure the python module ElementTree is installed

This script will run the harverster on a domain and submit results to the haveIbeenPwned API

haveIbeenHarvested.py [options] [option arguments]

Arguments:

-d [domain.com] This will run the harvester on a domain then run the e-mails the harvester finds through the haveibeenpwned API

-df [domainFile.txt] Accepts a list of domains separated newlines.

-e [[email protected]] This will return the results of haveibeenpwned API for a single e-mail

-ef [emailFile.txt] Accepts a list of emails separated by newlines.

-of [outputFile] The results will be saved to specified outputFile as an HTML document. If -of is not specified the results will be saved to haveIbeenHarvested.html

-h Prints out the list of arguments and some example uses.

At least one domain or email must be specified in order to run this script.

Example Uses:

haveIbeenHarvested.py -d domain.com -of results.html

This will run the harvester on domain.com then run the e-mails the harvester finds through the haveibeenpwned API.
The results will be saved to results.html

haveIbeenHarvested.py -df domains.txt -of results.html

This is the same as before but instead of a single domain it will run the harvester on the domains specified in the file.
The domains in this file need to be separated by a newline.

haveIbeenHarvested.py -ef emails.txt

This will run the emails specified in this file through the haveibeenpwned API and save the results to haveIbeenHarvested.html

haveibeenharvested's People

Contributors

xexzy avatar belane avatar

Watchers

James Cloos avatar jose nazario avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.