Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kyle6012/wave-md
- Owner: Kyle6012
- Created: 2024-07-19T23:08:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T08:58:27.000Z (3 months ago)
- Last Synced: 2024-10-01T07:41:32.366Z (about 1 month ago)
- Topics: baileys, cybersecurity-tool, nodejs, wa-bot, wave-md, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 56.6 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
# 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.