Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyle6012/wave-md

Whatsapp bot for remote web enumeration.
https://github.com/kyle6012/wave-md

baileys cybersecurity-tool nodejs wa-bot wave-md whatsapp-bot

Last synced: about 1 month ago
JSON representation

Whatsapp bot for remote web enumeration.

Awesome Lists containing this project

README

        

WAVE-MD

WAVE-MD


Whatsapp bot made by nodejs

### This bot is still under development so if you want to recode/modify it, pls check this main repo once in 3 days because i am continuously debugging it and making major changes in it.

### SETUP WAVE-MD


Fork The Repo


# Install Manually


## Requirements

* [Node.js](https://nodejs.org/en/)
* [Git](https://git-scm.com/downloads)
* [FFmpeg](https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-12-08-13-03/ffmpeg-n4.3.1-26-gca55240b8c-win64-gpl-4.3.zip)
* [Libwebp](https://developers.google.com/speed/webp/download)
* Any text editor


- Termux
```js
apt update -y && apt upgrade -y && pkg update -y && pkg upgrade -y && pkg install libwebp -y && pkg install git -y && pkg install nodejs -y && pkg install ffmpeg -y && pkg install yarn && pkg install imagemagick -y && git clone https://github.com/MariaWaBot/WAVE-MD && cd WAVE-MD && npm install && npm start

```

- Update
```js
rm -rf WAVE-MD &&
git clone https://github.com/Kyle6012/WAVE-MD && cd WAVE-MD && npm install && npm start

```

- Command For 24/7
```js
npm i -g forever && forever index.js && forever save && forever logs
```

Feel free to contribute and make this project even better.