widhisec

[Bash] As00PaRt7

Dec 13th, 2020 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.39 KB | None | 0 0
  1. #!/bin/fish
  2. # bypass duit.cc gayn with fish shell
  3. # create by widhisec ..
  4. set -x x (set_color red);
  5. if test (command -v curl)
  6.     clear
  7. else
  8.     echo curl tidak di pasang ..
  9. end
  10. set_color blue;
  11. echo -e """
  12. ┌┐ ┬ ┬┌─┐┌─┐┌─┐┌─┐
  13. ├┴┐└┬┘├─┘├─┤└─┐└─┐ -> DUIT.CC
  14. $x└─┘ ┴ ┴  ┴ ┴└─┘└─┘
  15. ---------------------------
  16. """                                              
  17. function my_function
  18.          for x in (set -x x (command curl --silent "$argv" -H 'authority: duit.cc' -H 'pragma: no-cache' -H 'cache-control: no-cache' -H 'upgrade-insecure-requests: 1' -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36' -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3' -H 'accept-encoding: gzip, deflate, br' -H 'accept-language: id-ID,id;q=0.9,en-US;q=0.8,en;q=0.7' --compressed);echo \
  19.          $x);
  20.          set -x x (echo "$x");
  21.          set -x i (set_color green);
  22.          set -x z (set_color normal);
  23.          set -x x (echo $x | string match -r '(?<=name="geturl" value=")[^"]*' | sed 's/http/\nhttp/g');
  24.          if true;
  25.             printf "%s%s[original :$argv \n" $z
  26.             printf "%s%s[result $i:$x%s%s \n" $z
  27.         end
  28. end
  29. end
  30. my_function $argv
Add Comment
Please, Sign In to add comment