-
1Step 1
Download metasploit and ruby (required to use the script).
# yaourt -S metasploit-git (compiled version)
If you don't want to compile the Metasploit framework you can install a precompiled version of the framework
# yaourt -S metasploit
-
2Step 2
Download the email collector script.
git clone https://github.com/pPailleux/Metasploit/
-
3Step 3
Copy the file to the right place, sice this script is intended to be gathering stuff it has to be in the "gather" folder of Metasploit.
# cp ./search_email_collector_custom2.rb /usr/share/metasploit/modules/auxiliary/gather
-
4Step 4
Start the metasploi t framework, note that you must have postgresql enabled on boot as much as the metasploit service, if these are not enabled do it.
# systemctl enable postgresql
# systemctl start postgresql
You can also consider enabling the metasploit service in order to autoconnect the database (I didn't), in that case
# systemctl enable metasploit
# systemctl start metasploit
All should be working fine and you should now be able to use the script easily
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
You have made a really interesting project that can become the basis of a great SaaS product. I started with similar projects when I was just learning how to program. Now I make various digital marketing tools that help companies promote their products, for example, my tool allows you to check if an email is active https://www.atompark.com/bulk-email-verifier/, this works in many niches. I'm sure if you continue to create such software, you will definitely succeed.
Are you sure? yes | no