mailcat OSINT tool
by - Thursday, January 1, 1970 at 12:00 AM
#OSINT
   [mailcat] Find existing email addresses by nickname using API/SMTP checking methods without user notification.

  https://github.com/sharsil/mailcat

Need help? Contact me,
https://t.me/ColloredIdiot 

 Need super cool leaks and data?
 https://t.me/UnsafeInternet
Reply
Sorry for a newbie question:
I have linux mint operating at my virtual machine
I installed python and pip3. whats next. I downloaded the whole file. I type in directory to requirements and ask to download here.
pip3 install -r requirements.txt
says wrong
Reply
(July 4, 2022, 11:19 PM)adminatinforma Wrote: Sorry for a newbie question:
I have linux mint operating at my virtual machine
I installed python and pip3. whats next. I downloaded the whole file. I type in directory to requirements and ask to download here.
pip3 install -r requirements.txt
says wrong

Hello
>go root (sudo -i if you already installed the files from github use sudo -su)
>there install the git clone of malicat (git clone <link>)
> cd folder directory 
>pip3 install -r requirements.txt
>./mailcat.py username

It's recommended to run script through Tor or proxy. You can use internal Tor routing (--tor) or proxychains. Examples:

./mailcat.py --tor username
proxychains4 -q python3 mailcat.py username

./mailcat.py username --proxy http://1.2.3.4:8080
Reply
Do you have to run as sudo? getting permissions errors?
Reply
(July 5, 2022, 05:59 PM)lowest_ryder Wrote: Do you have to run as sudo? getting permissions errors?


yes
Reply
(July 5, 2022, 07:51 PM)Color Wrote:
(July 5, 2022, 05:59 PM)lowest_ryder Wrote: Do you have to run as sudo? getting permissions errors?


yes


okay, thanks.
Reply


 Users viewing this thread: mailcat OSINT tool: No users currently viewing.