Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #37225

    Zaid,
    Can i use this programme to spoof sms ?
    https://github.com/websms-com/websmscom-python
    You use this too?

    #37330
    Diego PérezDiego Pérez
    Moderator

    Hi Sithum!
    I have never tried it before but is a python library that uses a webserver service, so I think it can work and should be eas to do it.
    Try it out.
    Greetings!
    Diego

    #37353

    Can you pass this to zaid ? Because i saw a video he use this.

    #37421
    Diego PérezDiego Pérez
    Moderator

    Hi Sithum!
    Zaid reviews all answers posted by us (the course teaching assistants) and you’d actially see him commenting here if he had something to add.

    Have you tried it yet?

    Let me know.
    Diego

    #37423

    Can you tell best free sms gateway ?

    #37543
    Diego PérezDiego Pérez
    Moderator

    Hi Sithum!
    this is something you can google for. Developing researcher skills is very important if you want to become a succesful pentester or ethical hacker.
    Try it out yourself.

    Hope it helps!
    Diego

    #37554

    Okay Diego

    #37681
    Diego PérezDiego Pérez
    Moderator

    Hi Sithum!
    Cool!

    Let me know if you got it to work.
    Diego

    #37818

    Diego,
    I found some good source code for spoof sms. But it is show error. I can’t understand it. Can you help me ?

    *Source code
    ————————————————————————————————————–
    from clockwork import clockwork

    api = clockwork.API(“my api”)
    message = clockwork.SMS(from_name=”name”,
    to=”number”,
    message=”Hello World”)
    response = api.send(message)

    if response.success:
    print(response.id)
    else:
    print(response.error_code)
    print(response.error_description)
    ——————————————————————————————————————-
    *error message
    ——————————————————————————————————————-
    PS C:\Users\user> & “C:/Program Files (x86)/Python37-32/python.exe” c:/Users/user/Desktop/clockwork_sms_spoof.py
    15
    Traceback (most recent call last):
    File “c:/Users/user/Desktop/clockwork_sms_spoof.py”, line 13, in <module>
    print(response.error_description)
    AttributeError: ‘SMSResponse’ object has no attribute ‘error_description’
    —————————————————————————————————————–

    Regards,
    Sithum Nimlaka.

    #37896
    Diego PérezDiego Pérez
    Moderator

    Hi Sithum!
    I don’t know that library but the error saids there’s no attribute error_description, so if you copy this code from a example check that the syntax is correct, if you write it by yourself also check that the name of the attribute is correct. You can refer to library’s documentation.
    Hope it helps!
    Diego

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.