Help
RSS
API
Feed
Maltego
Contact
Domain > bypassapp.co
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-08
104.21.77.155
(
ClassC
)
2026-02-02
172.67.209.145
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Mon, 02 Feb 2026 06:38:41 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-alivecache-control: max-age3600Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?snIN9jH4c8b3Q0alJp%2FUqVUVLjlu7pmbVBj5fmuyaTmlMDODYrFgRdyXxqkKAJh3lES2WnQOFwqTkL85%2Fx5EDXQA3C9wFwbcSn5Q%3D}}last-modified: Tue, 30 Sep 2025 20:20:20 GMTstrict-transport-security: max-age31556926cf-cache-status: REVALIDATEDx-served-by: cache-sjc10083-SJCx-cache: HITx-cache-hits: 0x-timer: S1766037880.333186,VS0,VE2vary: x-fh-requested-host, accept-encodingalt-svc: h3:443; ma86400Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflareCF-RAY: 9c77afe21d6efef9-PDX !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namegoogle-adsense-account contentca-pub-6716664979917256> !-- SEO Meta Tags --> title>Toll Bypass - Smart Toll & Travel Time App/title> meta namedescription contentSmart toll and travel time monitoring app for Austin commuters. Get real-time traffic updates, toll costs, and route optimization.> meta namekeywords contenttoll bypass, Austin traffic, travel time, smart commute, toll calculator, traffic app> meta nameauthor contentToll Bypass> meta namerobots contentindex, follow> !-- Open Graph / Facebook --> meta propertyog:type contentwebsite> meta propertyog:url contenthttps://bypassapp.co/> meta propertyog:title contentToll Bypass - Smart Toll & Travel Time App> meta propertyog:description contentSmart toll and travel time monitoring app for Austin commuters. Get real-time traffic updates, toll costs, and route optimization.> meta propertyog:site_name contentToll Bypass> !-- Twitter --> meta propertytwitter:card contentsummary_large_image> meta propertytwitter:url contenthttps://bypassapp.co/> meta propertytwitter:title contentToll Bypass - Smart Toll & Travel Time App> meta propertytwitter:description contentSmart toll and travel time monitoring app for Austin commuters. Get real-time traffic updates, toll costs, and route optimization.> !-- Favicon --> link relicon typeimage/x-icon href/favicon.ico> link relapple-touch-icon sizes180x180 href/apple-touch-icon.png> !-- Canonical URL --> link relcanonical hrefhttps://bypassapp.co/> !-- Firebase SDK --> script typemodule> import { initializeApp } from https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js; import { getAnalytics } from https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js; import { getFirestore } from https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js; // Your Firebase configuration const firebaseConfig { apiKey: AIzaSyAGz3CV--rwMTm98VKeOUiIcTwwSLyrC4Y, authDomain: bypass-app-web.firebaseapp.com, projectId: bypass-app-web, storageBucket: bypass-app-web.firebasestorage.app, messagingSenderId: 276845989492, appId: 1:276845989492:web:fac524b21d3f1e848a0b21, measurementId: G-V1B1KC0M00 }; // Initialize Firebase const app initializeApp(firebaseConfig); const analytics getAnalytics(app); const db getFirestore(app); // Make available globally window.firebaseApp app; window.firebaseAnalytics analytics; window.firebaseDb db; /script> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } header { text-align: center; color: white; padding: 60px 0; } h1 { font-size: 3rem; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .subtitle { font-size: 1.2rem; margin-bottom: 30px; opacity: 0.9; } .cta-button { display: inline-block; background: #ff6b6b; color: white; padding: 15px 30px; text-decoration: none; border-radius: 30px; font-weight: bold; transition: transform 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.2); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); } .download-section { background: white; border-radius: 15px; padding: 40px; margin: 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center; } .download-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; } .store-button { display: inline-block; text-decoration: none; transition: all 0.3s ease; border-radius: 8px; overflow: hidden; } .store-button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.3); } .store-button img { height: 60px; width: auto; display: block; transition: all 0.3s ease; } .store-button:hover img { transform: scale(1.05); } @media (max-width: 768px) { .download-buttons { flex-direction: column; align-items: center; } .store-button img { height: 55px; } } .features { background: white; border-radius: 15px; padding: 40px; margin: 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .feature-card { background: #f8f9fa; padding: 25px; border-radius: 10px; text-align: center; border-left: 4px solid #667eea; } .feature-icon { font-size: 3rem; margin-bottom: 15px; } .feature-card h3 { color: #667eea; margin-bottom: 10px; } .contact-section { background: white; border-radius: 15px; padding: 40px; margin: 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .contact-form { max-width: 600px; margin: 0 auto; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 5px; color: #333; font-weight: bold; } .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px; border: 2px solid #e9ecef; border-radius: 8px; font-size: 16px; transition: border-color 0.3s ease; } .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #667eea; } .form-group textarea { min-height: 120px; resize: vertical; } .submit-btn { background: #667eea; color: white; padding: 15px 30px; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease; width: 100%; } .submit-btn:hover { background: #5a6fd8; } .support-section { background: white; border-radius: 15px; padding: 40px; margin: 40px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center; } .coffee-button { display: inline-block; background: linear-gradient(45deg, #ff813f, #ffab47); color: white; padding: 15px 30px; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 129, 63, 0.3); margin: 20px 10px; } .coffee-button:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255, 129, 63, 0.4); background: linear-gradient(45deg, #ff6f2a, #ff9633); } .coffee-button::before { content: ☕ ; font-size: 1.2em; } footer { text-align: center; color: white; padding: 40px 0; opacity: 0.8; } .footer-links { margin-bottom: 20px; } .footer-links a { color: white; text-decoration: none; margin: 0 15px; font-size: 0.9rem; opacity: 0.9; transition: opacity 0.3s ease; } .footer-links a:hover { opacity: 1; text-decoration: underline; } .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 30px; align-items: start; } .main-content { min-width: 0; } .sidebar { display: flex; flex-direction: column; } @media (max-width: 768px) { h1 { font-size: 2rem; } .features, .contact-section, .support-section { padding: 20px; margin: 20px 0; } .content-wrapper { grid-template-columns: 1fr; } .sidebar { order: -1; } .sidebar-ad { position: static; } } /style>/head>body> div classcontainer> header> h1>🚗 Toll Bypass Apps/h1> p classsubtitle>Smart Toll & Travel Time Monitoring Apps/p> a href#download classcta-button>Download Now/a> /header> !-- App Download Section --> section iddownload classdownload-section> h2>📱 Download Evil MoPac App/h2> p stylefont-size: 1.1rem; color: #666; margin-bottom: 20px;> Get the full Evil MoPac experience on your mobile device!br> Available now on iOS and Android platforms. /p> div classdownload-buttons> a hrefhttps://apps.apple.com/us/app/evil-mopac/id6752265365 target_blank relnoopener classstore-button app-store> img src/images/app-store-badge.png altDownload on the App Store /> /a> a hrefhttps://play.google.com/store/apps/details?idcom.evilmopac.app target_blank relnoopener classstore-button google-play> img src/images/google-play-badge.png altGet it on Google Play /> /a> /div> /section> div classcontent-wrapper> main classmain-content> section idfeatures classfeatures> h2>🌟 Key Features/h2> div classfeatures-grid> div classfeature-card> div classfeature-icon>💰/div> h3>Real-Time Toll Rates/h3> p>Get up-to-date toll prices for MoPac and other major highways in Austin, TX/p> /div> div classfeature-card> div classfeature-icon>⏱️/div> h3>Live Travel Times/h3> p>Monitor current travel times and traffic conditions to plan your route efficiently/p> /div> div classfeature-card> div classfeature-icon>⚡/div> h3>Fast & Reliable/h3> p>Cached data with smart refresh mechanisms for optimal performance/p> /div> /div> /section> section idcontact classcontact-section> h2>📣 Contact Us/h2> p styletext-align: center; margin-bottom: 30px; color: #666;> Have questions about Toll Bypass? Wed love to hear from you! /p> form classcontact-form idcontactForm namecontact> !-- No Netlify attributes --> div classform-group> label forname>Full Name */label> input typetext idname namename required> /div> div classform-group> label foremail>Email Address */label> input typeemail idemail nameemail required> /div> div classform-group> label forsubject>Subject */label> select idsubject namesubject required> option value>Please select a subject/option> option valuegeneral>General Inquiry/option> option valueapi>API Access/option> option valuesupport>Technical Support/option> option valuepartnership>Partnership/option> option valuefeedback>Feedback/option> /select> /div> div classform-group> label formessage>Message */label> textarea idmessage namemessage placeholderTell us how we can help you... required>/textarea> /div> button typesubmit classsubmit-btn>Send Message/button> /form> !-- Success message (hidden by default) --> div idsuccess classsuccess-message styledisplay: none; text-align: center; margin-top: 30px;> h3 stylecolor: #28a745; margin-bottom: 15px;>✅ Message Sent Successfully!/h3> p stylecolor: #666;>Thank you for contacting us. Well get back to you soon!/p> /div> /section> section classsupport-section> h2>☕ Support the Project/h2> p stylecolor: #666; margin-bottom: 25px; font-size: 1.1rem;> Enjoying Toll Bypass? Help keep the servers running and support future development! /p> p stylecolor: #888; margin-bottom: 30px;> Your support helps us maintain real-time data, improve features, and keep the app free for everyone. /p> a hrefhttps://www.buymeacoffee.com/alanfarmer target_blank classcoffee-button> Buy Me a Coffee /a> p stylecolor: #999; margin-top: 20px; font-size: 0.9rem;> Every contribution makes a difference! 🙏 /p> /section> section classfeatures> h2>🎯 Why Choose Toll Bypass?/h2> div styletext-align: left; margin-top: 20px;> ul stylelist-style-type: none; padding: 0;> li stylemargin: 15px 0; padding-left: 30px; position: relative;> span styleposition: absolute; left: 0; color: #667eea; font-weight: bold;>✓/span> strong>Save Money:/strong> Compare toll rates and choose the most cost-effective routes /li> li stylemargin: 15px 0; padding-left: 30px; position: relative;> span styleposition: absolute; left: 0; color: #667eea; font-weight: bold;>✓/span> strong>Save Time:/strong> Real-time traffic data helps you avoid congestion /li> /ul> /div> /section> section classfeatures> h2>💬 We Value Your Feedback/h2> div styletext-align: center; margin-top: 20px;> p stylecolor: #666; margin-bottom: 20px; font-size: 1.1rem;> Your experience matters to us! Help us improve the Evil MoPac app by sharing your thoughts. /p> p stylecolor: #888; margin-bottom: 25px;> Found a bug? Have a feature request? Want to suggest improvements?br> Wed love to hear from you! /p> a href#contact classcta-button stylebackground: #28a745;> Share Your Feedback /a> /div> /section> /main> !-- Sidebar removed --> /div> footer> div classfooter-links> a hrefprivacy-policy.html>Privacy Policy/a> a href#features>Features/a> a href#contact>Contact/a> /div> p>© 2025 Toll Bypass. Making commutes smarter, one route at a time./p> p stylemargin-top: 10px; font-size: 0.9rem;> Built with ❤️ for Austin commuters /p> /footer> /div> script> // Smooth scrolling for anchor links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth }); // Track scroll events with Firebase Analytics if (window.firebaseAnalytics) { import(https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js) .then(({ logEvent }) > { logEvent(window.firebaseAnalytics, scroll_to_section, { section: this.getAttribute(href) }); }); } } }); }); // Add some interactivity to feature cards document.querySelectorAll(.feature-card).forEach(card > { card.addEventListener(mouseenter, function() { this.style.transform translateY(-5px); this.style.transition transform 0.3s ease; this.style.boxShadow 0 10px 25px rgba(0,0,0,0.1); }); card.addEventListener(mouseleave, function() { this.style.transform translateY(0); this.style.boxShadow none; }); }); // Track form submissions with Firebase Analytics document.querySelector(.contact-form).addEventListener(submit, function(e) { if (window.firebaseAnalytics) { import(https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js) .then(({ logEvent }) > { logEvent(window.firebaseAnalytics, form_submit, { form_name: contact, subject: document.getElementById(subject).value }); }); } }); // Track coffee button clicks document.querySelector(.coffee-button).addEventListener(click, function() { if (window.firebaseAnalytics) { import(https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js) .then(({ logEvent }) > { logEvent(window.firebaseAnalytics, support_click, { button_type: buy_coffee }); }); } }); // Initialize page view tracking window.addEventListener(load, function() { if (window.firebaseAnalytics) { import(https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js) .then(({ logEvent }) > { logEvent(window.firebaseAnalytics, page_view, { page_title: document.title, page_location: window.location.href }); }); } }); // Check for success message in URL hash if (window.location.hash #success) { document.getElementById(success).style.display block; document.querySelector(.contact-form).style.display none; } // Firebase contact form integration async function saveContactForm(formData) { if (!window.firebaseDb) { return Promise.reject(new Error(Firebase DB not initialized)); } try { const { collection, addDoc, serverTimestamp } await import(https://www.gstatic.com/firebasejs/10.7.1/firebase-firestore.js); await addDoc(collection(window.firebaseDb, contacts), { ...formData, timestamp: serverTimestamp(), userAgent: navigator.userAgent, referrer: document.referrer }); console.log(Contact form saved to Firestore); return Promise.resolve(); } catch (error) { console.error(Error saving contact form:, error); return Promise.reject(error); } } // Enhanced form submission with Firebase storage document.querySelector(.contact-form).addEventListener(submit, function(e) { // Prevent default form submission e.preventDefault(); const formData new FormData(this); const data Object.fromEntries(formData.entries()); // Save to Firebase saveContactForm(data) .then(() > { // Show success message document.getElementById(success).style.display block; this.style.display none; // Reset form this.reset(); // Update URL hash for bookmark window.location.hash success; }) .catch(error > { console.error(Error submitting form:, error); alert(There was an error submitting the form. Please try again.); }); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]