EmailHarvester
EmailHarvester copied to clipboard
Email addresses harvester
I was running the command `python3 EmailHarvester.py -d domain -e all -r dogpile ` and when i reached _Bing + Github_, the terminal threw the error **Received ("Connection broken: InvalidChunkLength(got...
**Description:** - Found and fixed a bug in the google plugin name. Instead of googles, now it's google. - Implemented unit tests for myparser class in EmailHarvester.py - Implemented unit...
For some reason, the plugin responsible for parsing from google has the name googles. Also google was mistyped, instead of google there was googles. Because of this the first example...
# Changes Documentation ## 1. Signal Handling Addition - Added a signal handler to capture the SIGINT signal (Ctrl+C) and cancel the email search if the user wishes to interrupt...
J'ai rencontré une TypeError en exécutant EmailHarvester avec la commande suivante : python emailharvester.py -d xxxx.fr L'erreur affichée est la suivante : Traceback (most recent call last): File "/home/xxxx/EmailHarvester/EmailHarvester.py", line...