Skip to content

Send anonymous text messages with TOR and the TextBelt API

License

Notifications You must be signed in to change notification settings

pitbullcan/CerebroSMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cerebro

open-source-project made-with-bash Visits Badge

Send text messages with the Linux shell and the TextBelt API. Cerebro uses the TOR network to make you harder to trace.

Start

Show options

sudo cerebro --help

Options

Show this page: --help

Check text message status: --statuscheck

Send text message: --sendsms

Check if you have remaining quota: --quotacheck

Test if everything is working: --testsms

Wait for replie using webhook: --repliecheck

Update Cerebro: --update

Print version: --version

Dependencies

culr: apt install curl

tor: apt install tor

jq: apt install jq

Install

sudo su

cd /bin

apt install jq tor curl

sudo curl https://raw.githubusercontent.com/Da2dalus/CerebroSMS/main/Cerebro.sh > cerebro

sudo chmod +x cerebro

OR

sudo curl https://raw.githubusercontent.com/Da2dalus/CerebroSMS/main/Cerebro.sh > cerebro

sudo bash cerebro

sudo cerebro --help

The BREW way

brew tap Da2dalus/CerebroSMS https://github.com/Da2dalus/CerebroSMS.git

brew install --cask cerebro-sms

apt install jq tor curl

sudo bash cerebro --help

sudo chmod +x /bin/cerebro

About

Send anonymous text messages with TOR and the TextBelt API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.8%
  • Ruby 2.2%