Skip to content

Very simple whatsapp fuzzer based on selenium writed on python 3

License

Notifications You must be signed in to change notification settings

TheQmaks/WAFuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WAFuzzer - some kind of tool for whatsapp bots pentesting

Works very simple - sends messages from txt file to specified whatsapp user by phone number

Installing:

ChromeDriver (you can also change to firefox in the source code) suitable for your system and browser version

git clone https://github.com/TheQmaks/WAFuzzer
cd WAFuzzer
pip install -r requirements.txt

Running:

Arguments Short Full Type Required Default
Number in international format -n --number string true None
Path to wordlist -w --wordlist string true None
Delay in seconds -d --delay integer false 1

Example:

python3 main.py --number +12025550188 --wordlist /usr/share/seclists/Fuzzing/XSS/XSS-Cheat-Sheet-PortSwigger.txt --delay 1

About

Very simple whatsapp fuzzer based on selenium writed on python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages