GithubHelp home page GithubHelp logo

hack3ry2j / anon-sms Goto Github PK

View Code? Open in Web Editor NEW
1.2K 1.2K 156.0 63 KB

A Tool To Send Messages Anonymously..

Home Page: https://youtu.be/Z2EHj4JQHCw

Shell 58.25% Python 41.75%
anon-sms anonymous-message anonymous-sms linux sms-notifications sms-spoofing termux

anon-sms's People

Contributors

1ray-1 avatar bunny-on-github avatar hack3ry2j 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  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

anon-sms's Issues

Not able to send

{'success': False, 'error': 'Your phone number was not provided in E.164 format, or free SMS are disabled for this country'}

Request to shutdown Anon-SMS

Hi

We getting the information that you have "stolen" the code from the Original Developer SpeedX and his Project TBomb.
As per licence its prohibited to modifiy the source code and publishing without having the agreement from the developer.

Here a snippet from the GNU GENERAL PUBLIC LICENSE :

5. Conveying Modified Source Versions.

You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.

b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7.  This requirement modifies the requirement in section 4 to
"keep intact all notices".

c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy.  This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged.  This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it._

If you do not comply with this request, we will be forced to make a DMCA takedown request with SpeedX.

Best thanks
h@x

Looks like bug

image

image

I used WSL for that (I have no normal Linux with me at the moment). It crashed with the following output. What should I do to make it work?
Please anyone help me

Error

After entering country code and number it asking again country codee

Sms limit

Why is everyone limited to 1 spoof sms per day?
Atleast make it like 5 sms per or another way of getting more sms like watching ads or servey or something .LOL HOPE. I loved this let me know if there are more spoof sms applications on github.

URL/ Links

The tool is work fine, but its impossible to put url, link in him. Like many of the others gits, this doesn't allow to do its. Could be upgraded , fix somehow ? The main purpose of this type of tools, it to could be put links. Please , improve mate ! I Will be really grateful if you could done this for most people.
Happy Holidays and wish all the best !

Facing Issue

#HELPNEEDED πŸ™

πŸ‘‰ How to get out of this issue ?

Screenshot_2021-09-21-16-23-27-127_com termux

Get error message

Getting the following error message:

This Tool Is Used To Send Anonymous Messages
Enter The Details Of The Person You Want To Send Anonymous Message
Enter Country Code (Without +) : xx
Enter Phone Number : xxxxxxx
Enter Message to send : Your subscription is over
{'success': False, 'error': 'Test texts are temporarily disabled.', 'quotaRemaining': 0}

Thank You For Using Anon-SMS
After v1.45 There are Ads Enabled in this Tool.
Press Enter To Continue to View An Ad.

Lucas

Estoy para aprender

If i try to send i see this Error ?

Traceback (most recent call last):
File "/home/user/Anon-SMS/Anon-SMS/send.py", line 159, in
print(resp.json())
File "/home/user/.local/lib/python3.9/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Error !! : Some dependencies are not installed

When i run sudo bash Run.sh :

Error !! : Some dependencies are not installed
Error Occured!!!
Use Non-Supported Version
Press Any Key To Use Non-supported Version

**When Failed...:**

Checking For Updates...
Congratulation
Your Version is Up-To-Date

Starting Anon-SMS...

Notification : Anon-SMS Has Been OpenSourced !!!
If you like the work Tip us Using Brave Browser.
Join Telegram Discussion https://t.me/itzAnonSMS
Due to overuse we are facing techinal Difficulties in sending SMS.
It would be Restored Soon.

This Tool Is Used To Send Anonymous Messages
Enter The Details Of The Person You Want To Send Anonymous Message
Enter Country Code (Without +) : 051
Enter Phone Number : +051 999999999
Enter Message to send : 519861686841351
Traceback (most recent call last):
File "/home/thexerox/Anon-SMS/send.py", line 153, in
resp = requests.post('https://textbelt.com/text',{
NameError: name 'requests' is not defined

Fake

Fake not working ><

can someone help me

File "/home/kali/.local/lib/python3.11/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 514, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 386, in decode
obj, end = self.raw_decode(s)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 416, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/kali/Anon-SMS/send.py", line 159, in
print(resp.json())
^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Sms not received

I sent sms to my number and the code worked perfectly fine but I didn't receive the sms. Please help me to figure it out.

What is this

{'success': False, 'error': 'Your phone number was not provided in E.164 format, or free SMS are disabled for this country'}

Issues

Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/requests/models.py

Something worng whit version python 3.10

Tool Is Not working...

{'success': False, 'error': 'Your phone number was not provided in E.164 format, or free SMS are disabled for this country'}

image

New issue

Traceback (most recent call last):
File "/root/Anon-SMS/send.py", line 159, in
print(resp.json())
File "/usr/local/lib/python3.9/dist-packages/requests/models.py", line 900, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

The tool doesn't work anymore or ?

Hello, by now, the tool don't work for me .
"[-] Couldn't Send Message! [-] Test texts are temporarily disabled."
Will it be fixed or will not be working anymore ?

Error

Screenshot_2020-03-26-00-22-23-657_com termux
It's need to an update or else..
Kindly check that why it's not working
I have two version of this tool no one works

'Test texts are temporarily disabled

Hi, when testing this tool, I select option 1, enter the country code 44, enter my mobile number, type a text and I then receive '{'success': False, 'error': 'Test texts are temporarily disabled.', 'quotaRemaining': 0}'

Traceback

Traceback (most recent call last):
File "/home/***/Desktop/Tools/Anon-SMS/send.py", line 159, in
print(resp.json())
File "/usr/lib/python3/dist-packages/requests/models.py", line 900, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/lib/python3/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Limit

Can't we send more than 1 text a day?
Upgrade it to at least 5 sms?

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.