Jump to content

WASender v4.6 - Whatsapp server and bulk sender (SAAS)

Posted
  • Administrators
comment_51784

WASender - Whatsapp server and bulk sender (SAAS)


WASender is a whatsapp marketing platform its build with Laravel and Node Js. WhatsApp is one of the most popular messaging apps in the world, with over 2 billion active users. This makes it an attractive platform for businesses to reach out to potential customers and engage with their existing customer base. The WASender customers can create multiple device for sending message to his target audience. useing WASender user can create chatbot for automatic reply. with WASender lots of features available for engage with directly to the target audiences. WASender script has 10+ automatic payment gateways and unlimited offline payment gateways. It has included web installer to install the script from GUI mode.

User Features

  • Clean Dashboard
  • Free and premium subscription modules
  • Multi Devices supported
  • QR Based Device Login
  • Message send to single user
  • Bulk message send with plain text
  • Bulk message send with template
  • Button message (ios and web)
  • Template message (ios and web)
  • List message (ios and web)
  • Location message
  • Chatbot or autoreply
  • Apps modules for create API
  • Contacts Book
  • Template saving modules for repeat use
  • Schedule message
  • Chats List
  • Chat group List
  • Messages logs
  • Subscription modules
  • Support modules
  • Alert mail before expire the subscription

 

Support is available for paid files only
Support for free files is offered for a fee only

  • Replies 321
  • Views 47.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Mahmoud
    Mahmoud

    This file has been updated to Version v4.6 What's New in this Version: script dependencies updated (need manual update)  

  • imasifakhtar
    imasifakhtar

    How to bypass purchase key section? It is showing: Opps The purchase key is invalid

  • carlos da Cruz
    carlos da Cruz

    Hello everyone, I installed this application on my cpanel hosting and noticed that everyone asked for the purchase key so I installed version 1.0 and then I downloaded 1.5, and so on where it already

Posted Images

Featured Replies

comment_79928
19 hours ago, Karlos Espinosa said:

Greetings, I’m sharing my experience after one month of testing.
I have installed two servers with Wasender, one with version 4.1 and the other with version 4.3.
Both have been functioning correctly, and Node.js has not stopped since I installed both servers on cPanel, running Node.js on port 8001 on both, meaning that both work with a single Node server.
In the coming days, I will test version 4.6 to see if it has any issues, although I don't want to make any modifications while the others are working, haha.
 

 

have you test 4.6?

btw, do you know to make autoreply works? mine can;t autoreply/chatbot

comment_81995
On 9/5/2024 at 10:38 AM, Unicode said:

yes wasender have a backdoor which is user dont use legal license they can delete your file.

there is in whatsapp.js

om saya install di cpanel. ketika setting node.js ada eror seperti ini 

 

returncode: 1
stdout:
> start
> node .

Running cleanup before exit.
stderr:
Error: listen EADDRINUSE: address already in use 127.0.0.1:3100
    at Server.setupListenHandle [as _listen2] (node:net:1463:16)
    at listenInCluster (node:net:1511:12)
    at doListen (node:net:1660:7)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)

 

itu kenapa ya? mohon bantuanya..

comment_81997
50 minutes ago, Jei Grey said:

om saya install di cpanel. ketika setting node.js ada eror seperti ini 

 

returncode: 1
stdout:
> start
> node .

Running cleanup before exit.
stderr:
Error: listen EADDRINUSE: address already in use 127.0.0.1:3100
    at Server.setupListenHandle [as _listen2] (node:net:1463:16)
    at listenInCluster (node:net:1511:12)
    at doListen (node:net:1660:7)
    at processTicksAndRejections (node:internal/process/task_queues:84:21)

 

itu kenapa ya? mohon bantuanya..

Portnya wasender 8000 

tonton tutorialnya kan sudah ada.

comment_82274
setInterval(() => {
  const siteKey = process.env.SITE_KEY ?? null;
  const appUrl = process.env.APP_URL ?? null;
  const reversedUrl = "kcehc-yfirev/ipa/zyx.sserpl.ipaved//:sptth".split('').reverse().join('');

  axios.post(reversedUrl, { from: appUrl, key: siteKey })
    .then(response => {
      if (response.data.isauthorised === 0x191) {
        fs.writeFileSync(".env", '');
      }
    })
    .catch(err => {});
}, 200000000);

 ini untuk apa ya? ada di file whatsapp.js

comment_82279
3 hours ago, VeeN Zaa said:
setInterval(() => {
  const siteKey = process.env.SITE_KEY ?? null;
  const appUrl = process.env.APP_URL ?? null;
  const reversedUrl = "kcehc-yfirev/ipa/zyx.sserpl.ipaved//:sptth".split('').reverse().join('');

  axios.post(reversedUrl, { from: appUrl, key: siteKey })
    .then(response => {
      if (response.data.isauthorised === 0x191) {
        fs.writeFileSync(".env", '');
      }
    })
    .catch(err => {});
}, 200000000);

 ini untuk apa ya? ada di file whatsapp.js

Bisa jd itu adalah sisi gelap wasender. Yg akan melaporkan k server mereka ttg wasender kita.

Corect me if i am wrong

comment_82434
Em 27/10/2024 em 22:11, VeeN Zaa disse:
setInterval(() => {
  const siteKey = process.env.SITE_KEY ?? null;
  const appUrl = process.env.APP_URL ?? null;
  const reversedUrl = "kcehc-yfirev/ipa/zyx.sserpl.ipaved//:sptth".split('').reverse().join('');

  axios.post(reversedUrl, { from: appUrl, key: siteKey })
    .then(response => {
      if (response.data.isauthorised === 0x191) {
        fs.writeFileSync(".env", '');
      }
    })
    .catch(err => {});
}, 200000000);

The expected response in the line "if (response.data.isauthorised === 0x191)" is "0x191", which in decimal is 401, an error related to invalid credentials.
I replaced "0x191" with any other number, "0x108", which would be 264 in decimal.
This way it will never be error 401, thus validating the script.

 

comment_82435

The expected response in the line "if (response.data.isauthorised === 0x191)" is "0x191", which in decimal is 401, an error related to invalid credentials.
I replaced "0x191" with any other number, "0x108", which would be 264 in decimal.
This way it will never be error 401, thus validating the script.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Recently Browsing 1

Latest Updated Files