widhisec

google-form

Apr 12th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.05 KB | None | 0 0
  1. #!/bin/bash
  2. RANDOM_AGENT=$(python3 -c "
  3. from fake_useragent import UserAgent
  4. print (UserAgent())
  5. ")
  6. function gaskeun(){
  7.                  Z=$($curlnye|xargs -0 -P 100)
  8.                  M=$(echo -e "$Z"|grep -Po '(?<=<div class="freebirdFormviewerViewResponseConfirmationMessage">)(.*?)(?=<)')
  9.                  mm=$(echo $Z|grep -Po '<a class="appsMaterialWizButtonNestedLink exportButtonNestedLink"\K.*?(?=>)'|grep -Po '(?:https)([:/.A-z?<_&=>0-9:-]+)')
  10.                  if [[ $M =~ "Tanggapan Anda telah direkam." ]]; then
  11.                      printf "[$count] SPAM SUKSESS!!!\n"
  12.                      echo -e "HASIL => $mm"
  13.                  fi
  14. }
  15. function gaskeun2(){
  16.                  i=$($curlnye|xargs -0 -n 2000 -P 2000)
  17.                  bjir=$(echo $i|grep -o '<div class="freebirdFormviewerViewResponseConfirmationMessage">.*')
  18.                  jir=$(echo $i|grep -Po '<a class="appsMaterialWizButtonNestedLink exportButtonNestedLink"\K.*?(?=>)' | grep -Po 'href=[\"]?([^\" >]+)')
  19.                  if [[ $bjir =~ "Tanggapan Anda telah direkam." ]]; then
  20.                      printf "[$count] SPAM SUKSESS!!!\n"
  21.                      echo -e "HASIL (2)=> https://docs.${jir#*.}"
  22.                  fi
  23.  
  24. }
  25. function gaskeun3(){
  26.                  url=$($curlnye| xargs -0 -n 2000 -P 2000)
  27.                  grb=$(echo -e "$url"|grep -Po '(?<=<div class="freebirdFormviewerViewResponseConfirmationMessage">)(.*?)(?=<)')
  28.                  jir=$(echo -e "$url"|grep -Po '<a class="appsMaterialWizButtonNestedLink exportButtonNestedLink"\K.*?(?=>)' | grep -Po 'href=[\"]?([^\" >]+)')
  29.                  if [[ $grb =~ "Tanggapan Anda telah direkam." ]]; then
  30.                     printf "[$count] SPAM SUKSESS!!!\n"
  31.                     echo -e "HASIL (3)=> https://docs.${jir#*.}"
  32.                  fi
  33. }
  34. count=0;
  35. echo -e "CREATE BY WIDHISEC"
  36. echo -e "SPAMMER G00GLE FORM !!"
  37. echo -e "JIKA ANDA INGIN STOP"
  38. echo -e "TEKAN CTRL C "
  39. while [[ $count -le "1000" ]];do
  40.     gaskeun &
  41.     while (( $(jobs | wc -l) >= 100 )); do
  42.         sleep 0.1
  43.         jobs > /dev/null
  44.     done
  45.     (( count++ ))
  46. done
  47. wait
Add Comment
Please, Sign In to add comment