Giter Site home page Giter Site logo

hackerxphantom / spoof_anymail Goto Github PK

View Code? Open in Web Editor NEW
119.0 4.0 19.0 16 KB

Most Powerful Send Fake Mail Using Any Mail I'd undetectable

Shell 4.63% Python 95.37%
bash-script email-sender fake-mail fake-mail-sender hacker-x-phantom hackerxphantom hacking-tool mail-server python3 smtp

spoof_anymail's Introduction

Spoof_AnyMail

Most Powerfull Fake Mail Sender Tool

PicsArt_22-06-21_23-18-16-901

Spoof_AnyMail Undetectable Tool

Commands to run tool in ur terminal


Note : Tool is Made of Educational Purposes only.
       Please try not to harm anyone device 
       it's For Fun Purpose Not For Revenge
       (Join Us All https://bit.ly/3PV3S3r)
       

About Spoof_AnyMail

Spoof_AnyMail is a bash && Python based script which is officially made for termux && linux users and from this tool you can Send Any Fake Mail Using Anyone Mail. This tool works on both rooted Android device and Non-rooted Android device.

Features

  • [+] Send Fake Mail To anyone!
  • [+] Use any Mail ID to send Fake Mail !
  • [+] Easy for beginners !
  • [+] Working spoof anymail tool for termux && linux !

The Tool is for

•Kali Linux

•Termux

Language is used to Make this tool

•Bash Script

•Python3

Commands to run tool in ur Termux


pkg update && pkg upgrade -y
pkg install git -y
pkg install python3
git clone https://github.com/hackerxphantom/Spoof_AnyMail
cd Spoof_AnyMail
ls
bash setup.sh
python3 spoof_anymail.py

Scrool Down For ScreenShots

Tutorial :-

https://www.youtube.com/watch?v=LjSJqCOaWuI

Commands to run tool in ur Kali Linux


sudo apt-get update && pkg upgrade -y
sudo apt-get install git -y
git clone https://github.com/hackerxphantom/Spoof_AnyMail
cd Spoof_AnyMail
bash setup.sh
python3 spoof_anymail.py

ScreenShots :-

Screenshot_20220621-212153_zoom Screenshot_20220621-165312_Gmail

CONNECT WITH US :

Instagram Instagram Instagram Instagram Instagram Instagram

spoof_anymail's People

Contributors

hackerxphantom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spoof_anymail's Issues

The message are not sending

Tried it but the messages is not sending.
This are some of the feedbacks

'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg'

'A valid email address is required.'

'Message field cannot be empty.',
Screenshot_20221014-210848

Name or service not known

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='polarnightfraternity.com', port=443): Max retries exceeded with url: /spoofy/spoofy.php (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fa1225f7b20>: Failed to establish a new connection: [Errno -2] Name or service not known'))

I GET THIS ERROR

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socket.gaierror: [Errno -5] No address associated with hostname

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 704, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1045, in _validate_conn
conn.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 358, in connect
self.sock = conn = self._new_conn()
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7f3b6a703c10>: Failed to establish a new connection: [Errno -5] No address associated with hostname

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 489, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 788, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='polarnightfraternity.com', port=443): Max retries exceeded with url: /spoofy/spoofy.php (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3b6a703c10>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/Spoof_AnyMail/spoof_anymail.py", line 78, in
response = requests.post('https://polarnightfraternity.com/spoofy/spoofy.php', files=files)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 565, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='polarnightfraternity.com', port=443): Max retries exceeded with url: /spoofy/spoofy.php (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f3b6a703c10>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))

All Errors Fixed

I saw a majority of people who needed this tool to work but the developer decided to not to reply or at least update the tool so I have decided to do it for him. Anyway I have created the very similar code to send emails here is the updated Tool : https://github.com/Cold-Breazy/Spoofmailer

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.