murubbi88.5488.site Open in urlscan Pro
2606:4700:3032::6815:44db  Public Scan

URL: https://murubbi88.5488.site/
Submission: On October 20 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST https://murubbi88.5488.site/

<form action="https://murubbi88.5488.site/" class="form-validation px-4 pb-3 loginForm" novalidate="novalidate" method="post" accept-charset="utf-8">
  <div class="mb-3">
    <label
      class="form-label required d-flex justify-content-between"><span>Username</span><i class="fi fi-sr-interrogation" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="custom-tooltip" data-bs-title="Must contain 6 to 13 characters/numbers"></i></label>
    <input type="text" class="form-control" pattern="^[a-zA-Z0-9]{6,}$" name="username" placeholder="Fill up here" required="">
    <small class="invalid-feedback">Must contain 6 to 13 characters/numbers</small>
  </div>
  <div class="mb-3">
    <label
      class="form-label required d-flex justify-content-between"><span>Password</span><i class="fi fi-sr-interrogation" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="custom-tooltip" data-bs-title="Must contain 6 to 14 characters/numbers"></i></label>
    <input type="password" class="form-control" pattern="^[a-zA-Z0-9]{6,14}$" name="password" placeholder="Fill up here" required="">
    <small class="invalid-feedback">This is a mandatory field</small>
  </div>
  <div class="mb-3 text-end">
    <a class="d-inline-block text-decoration-underline text-secondary fw-bold" href="javascript:void(0);" data-bs-toggle="modal" data-bs-target="#modal-resetPass">Forgot Password</a>
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-login w-100 rounded-3">Login</button>
  </div>
  <hr>
  <b class="d-block text-secondary">Do not have an account?</b>
  <button type="button" class="btn btn-register w-100 rounded-3" data-bs-toggle="modal" data-bs-target="#modal-register">Sign Up</button>
</form>

POST https://murubbi88.5488.site/

<form action="https://murubbi88.5488.site/" class="form-validation px-4 pb-3 forgotPassForm" novalidate="novalidate" method="post" accept-charset="utf-8">
  <div class="mb-3">
    <label class="form-label required"><span>New Password</span></label>
    <input type="password" class="form-control" pattern="^[a-zA-Z0-9]{6,14}$" name="password" placeholder="Must contain 6 to 14 characters/numbers" required="">
    <small class="invalid-feedback">Must contain 6 to 14 characters/numbers</small>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>Verification Code</span></label>
    <div class="row g-3">
      <div class="col-8">
        <input type="text" class="form-control" name="captcha" placeholder="Fill up here" required="">
        <small class="invalid-feedback">Verification Code must be 4 digits</small>
      </div>
      <div class="col-4">
        <button type="button" class="btn btn-dark rounded-0 p-1 w-100" onclick="captchaImg('captcha-verify-resetpass');"><span id="captcha-verify-resetpass">----</span><i class="fi fi-br-refresh ms-1"></i></button>
      </div>
    </div>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>Enter your phone number to reset</span></label>
    <div class="row g-3">
      <div class="col-4">
        <input type="text" class="form-control bg-secondary-subtle" name="regionCode" value="+880" readonly="">
      </div>
      <div class="col-8">
        <input type="text" class="form-control" name="mobileNo" placeholder="Fill up here" required="">
        <small class="invalid-feedback">This is a mandatory field</small>
      </div>
    </div>
  </div>
  <div class="row g-3 mb-3">
    <div class="col-4">
      <button class="btn btn-login w-100 btn-otp timer" type="button" onclick="requestForgotPassOTP('forgotPassForm')">Request OTP</button>
    </div>
    <div class="col-8">
      <input type="text" class="form-control" name="otp" placeholder="Fill up here" required="">
      <small class="invalid-feedback">This is a mandatory field</small>
    </div>
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-login w-100 rounded-3">Reset</button>
  </div>
  <hr>
  <b class="d-block text-secondary">Do not have an account?</b>
  <button type="button" class="btn btn-register w-100 rounded-3" data-bs-toggle="modal" data-bs-target="#modal-register">Sign Up</button>
</form>

POST https://murubbi88.5488.site/

<form action="https://murubbi88.5488.site/" class="form-validation px-4 pb-3 editProfileForm" novalidate="novalidate" method="post" accept-charset="utf-8">
  <div class="mb-3">
    <label class="form-label required d-flex justify-content-between"><span>Email</span></label>
    <input type="email" class="form-control" name="email" placeholder="Fill up here">
    <small class="invalid-feedback">This is a mandatory field</small>
  </div>
  <div class="mb-3">
    <label class="form-label required d-flex justify-content-between"><span>Username</span></label>
    <input type="text" class="form-control bg-secondary-subtle" name="username" readonly="">
  </div>
  <div class="mb-3">
    <label class="form-label required d-flex justify-content-between"><span>Date of Birth</span></label>
    <input type="date" class="form-control" name="dob" placeholder="Fill up here">
    <small class="invalid-feedback">This is a mandatory field</small>
  </div>
  <div class="mb-3">
    <label class="form-label required d-flex justify-content-between"><span>Phone Number</span></label>
    <input type="text" class="form-control bg-secondary-subtle" name="mobileNo" readonly="">
  </div>
  <div class="mb-3">
    <label class="form-label required d-flex justify-content-between"><span>Full Name</span></label>
    <input type="text" class="form-control" pattern="^[a-zA-Z ]{3,}$" name="fname" placeholder="Fill up here" readonly="">
    <small class="invalid-feedback">This is a mandatory field</small>
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-register w-100 rounded-3">Submit</button>
  </div>
</form>

POST https://murubbi88.5488.site/

<form action="https://murubbi88.5488.site/" class="form-validation px-4 pb-3 verifyMobileForm" novalidate="novalidate" method="post" accept-charset="utf-8">
  <div class="mb-3">
    <label class="form-label required"><span>Verification Code</span></label>
    <div class="row g-3">
      <div class="col-8">
        <input type="text" class="form-control" name="captcha" placeholder="Fill up here" required="">
        <small class="invalid-feedback">This is a mandatory field</small>
      </div>
      <div class="col-4">
        <button type="button" class="btn btn-dark rounded-0 p-1 w-100" onclick="captchaImg('captcha-verify-mobile');"><span id="captcha-verify-mobile">----</span><i class="fi fi-br-refresh ms-1"></i></button>
      </div>
    </div>
  </div>
  <div class="mb-3">
    <label class="form-label required d-flex justify-content-between"><span>Phone Number</span></label>
    <input type="text" class="form-control bg-secondary-subtle" name="mobileNo" readonly="">
  </div>
  <div class="row g-3 mb-3">
    <div class="col-4">
      <button class="btn btn-dark w-100 btn-otp timer" type="button" onclick="requestOTP('verifyMobileForm')">Request OTP</button>
    </div>
    <div class="col-8">
      <input type="text" class="form-control" name="otp" placeholder="Fill up here" required="">
      <small class="invalid-feedback">This is a mandatory field</small>
    </div>
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-register w-100 rounded-3">Submit</button>
  </div>
</form>

POST https://murubbi88.5488.site/

<form action="https://murubbi88.5488.site/" class="form-validation px-4 pb-3 regisForm1" novalidate="novalidate" method="post" accept-charset="utf-8">
  <div class="mb-3">
    <label
      class="form-label required d-flex justify-content-between"><span>Username</span><i class="fi fi-sr-interrogation" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="custom-tooltip" data-bs-title="Must contain 6 to 13 characters/numbers"></i></label>
    <input type="text" class="form-control" pattern="^[a-zA-Z0-9]{6,13}$" name="username" placeholder="Fill up here" required="">
    <small class="invalid-feedback">Must contain 6 to 13 characters/numbers</small>
  </div>
  <div class="mb-3">
    <label
      class="form-label required d-flex justify-content-between"><span>Password</span><i class="fi fi-sr-interrogation" data-bs-toggle="tooltip" data-bs-placement="right" data-bs-custom-class="custom-tooltip" data-bs-title="Must contain 6 to 14 characters/numbers"></i></label>
    <input type="password" class="form-control" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,}" title="Must contain at least one  number and one uppercase and lowercase letter, and at least 6 or more characters" name="password"
      placeholder="Fill up here" required="">
    <small class="invalid-feedback">Must contain at least one number and one uppercase and lowercase letter, and at least 6 or more characters</small>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>Confirm Password</span></label>
    <input type="password" class="form-control" pattern="(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{6,}" title="Must contain at least one  number and one uppercase and lowercase letter, and at least 6 or more characters" name="cpassword"
      placeholder="Fill up here" required="">
    <small class="invalid-feedback">Must contain at least one number and one uppercase and lowercase letter, and at least 6 or more characters</small>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>Currency</span></label>
    <div class="position-relative input-lang">
      <select class="form-select" name="currency" id="regisCurrency" required="">
        <option value="BDT">BDT</option>
      </select>
    </div>
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-register w-100 rounded-3">Next</button>
  </div>
</form>

POST https://murubbi88.5488.site/

<form action="https://murubbi88.5488.site/" class="form-validation px-4 pb-3 regisForm2" novalidate="novalidate" method="post" accept-charset="utf-8">
  <div class="mb-3">
    <label class="form-label required"><span>Verification Code</span></label>
    <div class="input-group">
      <input type="text" class="form-control" name="captcha" placeholder="Fill up here" required="">
      <button type="button" class="btn btn-dark" onclick="captchaImg('captcha-register');"><span id="captcha-register">----</span><i class="fi fi-br-refresh ms-1"></i></button>
    </div>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>Phone Number</span></label>
    <div class="input-group">
      <input type="text" class="form-control" name="regionCode" readonly="">
      <input type="text" class="form-control rounded-end w-auto" pattern="^[0-9]{7,}$" name="mobileNo" placeholder="1862311022" required="">
      <small class="invalid-feedback">This is a mandatory field</small>
    </div>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>OTP</span></label>
    <div class="input-group">
      <input type="text" class="form-control" name="otp" placeholder="Fill up here" required="">
      <button type="button" class="btn btn-dark timer" onclick="requestOTP('regisForm2');">Request OTP</button>
    </div>
  </div>
  <div class="mb-3">
    <label class="form-label required"><span>Full Name</span></label>
    <input type="text" class="form-control" pattern=".{3,}" name="fname" placeholder="Fill up here" required="">
    <small class="invalid-feedback">This is a mandatory field</small>
  </div>
  <div class="mb-3">
    <label class="form-label"><span>Referral Code</span></label>
    <input type="text" class="form-control" name="referral" value="" placeholder="(optional)">
  </div>
  <div class="mb-3">
    <button type="submit" class="btn btn-register w-100 rounded-3">Submit</button>
  </div>
</form>

Text Content

Chat with us, powered by LiveChat
Download our APP Version now! Download
Login Register Now

 

 * Promotion
 * Refer and Earn
 * Agent Affiliate

--------------------------------------------------------------------------------

 * Games
 * Cricket
 * Live Casino
 * Slot
 * Table
 * Sportbook
 * Fishing
 * Lottery
 * E-Sport
 * Crash New

--------------------------------------------------------------------------------

 * Others
 * My Profile
 * Language
 * FAQ
 * Live Chat
 * Download App

--------------------------------------------------------------------------------

 * Cricket
   Lucky Sport
 * Live Casino
   SA Gaming Evolution AE Sexy Pragmatic Ezugi Dream Gaming
 * Slot
   JILI JDB Pragmatic Red Tiger Spade Gaming No Limit Booongo Relax Gaming
   Netent PGSoft
 * Table
   KingMaker
 * Sportbook
   SABA Sportbook
 * Fishing
   SpadeGaming JDB JILI
 * Crash
   Spribe
 * Promotion
 * Referral

Welcome to WINBOOK, EASY WIN, BETTER LIFE!! Backup link - winbook1.asia &
winbook2.asia Maintenance Notice: Playtech From Now until Further
Notice.16/10/2024 SPADE GAMING 09:30 - 11:30 (GMT+8). 2.YL Gaming 14:00 - 16:00
(GMT+8)
submit
Cricket Live Casino Slot Table Sportbook Fishing Crash
 * CT855
 * PRAGMATICPLAY
 * AG
 * SAGAMING
 * SEXYBACCARAT
 * EVOLUTION
 * BG
 * DREAMGAMING
 * WORLDENTERTAINMENT
 * CROWNVALEXY
 * PLAYTECH

 * PRAGMATICPLAY
 * LFC
 * JILI
 * Duofu
 * JOKER
 * SPADEGAMING
 * NEXTSPIN
 * UUSLOTS
 * CQ9
 * JDB
 * NAGAGAME
 * ADVANTPLAY
 * FCGAMING
 * REDTIGER
 * YLGAMING
 * PLAYTECH
 * MEGAH5

 * PRAGMATICPLAY
 * CMD368
 * SABASPORTS

 * LFC
 * JILI
 * JDB
 * FCGAMING

 * COBA8

 * TFGAMING
 * INPLAYMATRIX



 * Cricket
 * Live Casino
 * Slot
 * Table
 * Sportbook
 * Fishing
 * Crash

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 

 * 
 * 
 * 
 * 

 * 

 * 
 * 


Your browser does not support the video tag.

DOWNLOAD APP

REFERRAL


BANGLADESH TRUSTED ONLINE CASINO AND CRICKET EXCHANGE

MURUBBI88 IS THE PREMIER ONLINE CASINO IN INDIA AND BANGLADESH, OFFERING A
VARIETY OF GAMES FOR MOBILE AND DESKTOP USERS. PLAYERS CAN ENJOY ROULETTE,
POKER, BACCARAT, BLACKJACK, AND EVEN CRICKET EXCHANGE BETTING OPTIONS, WITH A
CHANCE TO WIN REAL MONEY ONLINE. OUR PLATFORM PROVIDES FAST, SEAMLESS GAMEPLAY,
AND GREAT BONUSES FOR PLAYERS. WE PRIORITIZE SAFETY AND SECURITY, USING ADVANCED
ENCRYPTION TECHNOLOGY TO PROTECT YOUR INFORMATION, AND OUR CUSTOMER SERVICE IS
AVAILABLE 24/7. JOIN MURUBBI88 TODAY FOR THE BEST ONLINE CASINO GAMING AND
CRICKET EXCHANGE BETTING EXPERIENCE IN BANGLADESH.

 * Terms And Conditions
 * About Us
 * FAQ
 * Contact Us

BANGLADESH BEST CRICKET EXCHANGE

Play with the premium cricket exchange in Bangladesh. Best odds and all games
available. We provide FREE livestreaming for ALL cricket matches. Check out our
promotions for Cricket Exchange here.

LIVE CASINO GAMES & ONLINE CASINO GAMES IN BANGLADESH

Online Casino Bangladesh MURUBBI88 provides you with the largest suite of games
that have interesting gameplays and great rewards upon winning. Popular
developers such as Evolution Gaming (Evo Gaming), Super Spade Gaming, Pragmatic
Play and AE Casino are all available at MURUBBI88. Choose MURUBBI88 for the Best
Online Casino Bangladesh Experience.

MURUBBI88 is an exclusive live casino and sportsbook provider with over 1000+
games to choose.

Look no further as you can find Super Spade Gaming, AE Casino and Evo Gaming and
Pragmatic Play over at MURUBBI88! Register with only afew details and you will
be able to play live casino games like Baccarat, Roulette, Blackjack and Sicbo
at MURUBBI88.

SPORTS BETTING

MURUBBI88 has the leading sportsbook that are well known to experience gamblers
and has plenty of varieties. From sports betting, cricket exchange, cricket
betting and back & lay.

Looking to find out the livescore of cricket, IPL, World Cup, Big Bash League,
CPL, T20, Test Cricket or ICC!

Find all live scores over at MURUBBI88 with free livestreaming. Register and
open up our app, with tons of variations to play with, you will have the best
experience and mobile sportsbook at MURUBBI88

MURUBBI88 has an exclusive sportsbook for sports related activities and all your
favourite sports.

With every sports game available to bet, place your winning bet with MURUBBI88
today!

TABLE GAMES - SPRIBE & KINGMAKER

Look no further as MURUBBI88 comes with the most popular table game providers
such as Spribe & Kingmaker. Play with the most popular online casino in
Bangladesh.

PAYMENTS OPTIONS

The best online casino sites offer a variety of ways to deposit and withdraw
money. This makes the games accessible to every individuals based on their own
preferences. We provide different kinds of payments choices for our customers,
including e-wallets. Deposit with e-Wallets in Bangladesh.

BANGLADESH PREMIUM CRICKET EXCHANGE

Bangladesh only premium casino with an online betting pass. Get up to 100 FREE
rewards by participating in MURUBBI88 VIP Pass. Play premium cricket exchange at
MURUBBI88 and get rewarded! Bet ICC, bet IPL, bet T20, bet BBL, bet CPL, bet
Test Cricket with us at MURUBBI88 and get rewarded!

ONLINE GAMING PROVIDERS THAT YOU SHOULD CHECK OUT

The most popular online casino site in Bangladesh that holds a rising number of
best casino providers from all over the world. A wide range of casino games will
be available for players to encounter and play. Try out instant deposit and
withdraw cash at anytime and anywhere. Spot every online casino games in our
site, such as Live Casino, Slots, Cricket Exchange, Cricket Betting, Fishing, TV
and Score. Being excited to become a member to enjoy the Promos, including
welcome bonus and reload bonus in term of new member, sport-book and slot game.

Responsible Games Certified By Find Us
 * 
 * 
 * 
 * 

Copyright © 2024 MURUBBI88.All rights are reserved.
Sign Up Login


CURRENCY AND LANGUAGE

৳ BDT
ENGLISH
BANGLA


LOGIN

Username Must contain 6 to 13 characters/numbers
Password This is a mandatory field
Forgot Password
Login

--------------------------------------------------------------------------------

Do not have an account? Sign Up


RESET PASSWORD

New Password Must contain 6 to 14 characters/numbers
Verification Code
Verification Code must be 4 digits
----
Enter your phone number to reset
This is a mandatory field
Request OTP
This is a mandatory field
Reset

--------------------------------------------------------------------------------

Do not have an account? Sign Up


EDIT PROFILE

Email This is a mandatory field
Username
Date of Birth This is a mandatory field
Phone Number
Full Name This is a mandatory field
Submit


VERIFY PHONE NUMBER

Verification Code
This is a mandatory field
----
Phone Number
Request OTP
This is a mandatory field
Submit


---

Loading...


---

Loading...

NOTIFICATION

The content will be opened on a new page

OK


ANNOUNCEMENT




REGISTER NOW

Username Must contain 6 to 13 characters/numbers
Password Must contain at least one number and one uppercase and lowercase
letter, and at least 6 or more characters
Confirm Password Must contain at least one number and one uppercase and
lowercase letter, and at least 6 or more characters
Currency
BDT
Next
Verification Code
----
Phone Number
This is a mandatory field
OTP
Request OTP
Full Name This is a mandatory field
Referral Code
Submit
3
1 2

--------------------------------------------------------------------------------

Already have an account? Login