OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
breader
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2025 11:18:49 AM
rwxr-xr-x
📄
about.html
3.05 KB
06/15/2021 04:56:35 AM
rw-r--r--
📄
activate.php
2.56 KB
01/10/2021 11:01:39 AM
rw-r--r--
📁
admin
-
11/06/2024 11:06:02 AM
rwxr-xr-x
📄
analytics.php
39.84 KB
11/07/2024 08:38:42 AM
rw-r--r--
📄
article.php
16.58 KB
07/22/2024 11:38:48 AM
rw-r--r--
📁
audio
-
11/05/2024 05:01:58 AM
rwxrwxrwx
📄
backend.php
11.94 KB
08/02/2024 11:50:27 AM
rw-r--r--
📄
colortest.php
24.1 KB
07/31/2024 11:46:52 AM
rw-r--r--
📄
contact.html
2.79 KB
06/15/2021 04:53:32 AM
rw-r--r--
📄
copytest.html
3.9 KB
11/05/2024 09:57:47 AM
rw-r--r--
📄
dashboard.php
12.45 KB
08/26/2024 06:33:48 AM
rw-r--r--
📁
eyecandy
-
07/28/2024 06:12:57 AM
rwxrwxrwx
📄
geo_location.php
3.55 KB
08/07/2024 10:36:18 AM
rw-r--r--
📁
grfx
-
08/15/2024 05:29:48 AM
rwxr-xr-x
📁
inc
-
08/02/2024 11:49:22 AM
rwxr-xr-x
📄
index.html
11.81 KB
07/28/2024 04:53:52 PM
rw-r--r--
📄
info.php
14 bytes
10/02/2020 04:48:53 AM
rw-r--r--
📁
newReader
-
08/13/2024 01:41:05 PM
rwxr-xr-x
📄
phonedashboard.php
24.05 KB
07/31/2024 09:31:45 AM
rw-r--r--
📄
privacy.html
9.99 KB
06/15/2021 04:53:16 AM
rw-r--r--
📁
process
-
09/12/2024 12:29:57 PM
rwxr-xr-x
📄
reader.zip
37.35 MB
10/31/2024 02:49:40 AM
rw-r--r--
📄
refund.html
7.34 KB
06/15/2021 04:53:16 AM
rw-r--r--
📄
reset.html
3.01 KB
06/15/2021 04:53:17 AM
rw-r--r--
📄
signup.html
8.08 KB
07/05/2021 07:28:05 AM
rw-r--r--
📄
splash.html
1.11 KB
01/10/2021 12:49:20 PM
rw-r--r--
📁
texttovoice
-
08/02/2024 11:50:23 AM
rwxr-xr-x
📁
thumbsUp
-
08/27/2024 07:48:23 AM
rwxr-xr-x
📄
usage.html
30.88 KB
06/15/2021 04:53:17 AM
rw-r--r--
📄
zzzdashboard.php
11.95 KB
07/28/2024 02:55:07 AM
rw-r--r--
Editing: contact.html
Close
<!doctype html> <html lang="en"> <head> <title>Knobly Cream: Create • Reach • Measure</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" /> <link rel="stylesheet" href="inc/style.css" /> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> </head> <body> <div class="container-fluid" style="background-color:#f2f2f2"> <div class="container"> <div class="row"> <div class="col-12 col-md-6 col-xl-4 p-4 text-center"> <img src="grfx/logo.png" alt="Knobly Cream" style="width:275px" /> <div class="txtHead mt-2">Welcome to Cream</div> <p class="py-3" style="font-size:18px">World's first opinionated content marketing tool. Brought to you by Knobly Consulting with deep experience in content and media.</p> <a href="signup.html?type=login"><button class="btn btn-success p-3 mr-1" style="width:135px">LOGIN</button></a> <a href="signup.html"><button class="btn btn-danger p-3 ml-1" style="background-color:#db5e24e6;width:135px;">Sign Up</button></a> </div> <div class="col-12 col-md-6 col-xl-8 p-4"> <img src="grfx/cream.screenshot.png" style="width:750px" class="img-fluid" /> </div> </div> </div> </div> <div class="container mb-5"> <div class="txtHead mt-5 mb-3">Contact us</div> <div class="row"> <div class="col-12 col-md-6"> <h4>Address</h4> <p>Eden Park<br>102, 20, Vittal Mallya Rd<br>Bengaluru<br>Karnataka 560001<br>India</p> </div> <div class="col-12 col-md-3"> <h4>Email</h4> <p><a href="mailto:support@knoblycream.com">support@knoblycream.com</a></p> </div> <div class="col-12 col-md-3"> <h4>Phone</h4> <p>9483521456</p> </div> </div> </div> <footer class="footerHome"> <div class="container"> <div class="row py-2 no-gutters"> <div class="col-12 col-md-6 text-center text-md-left"> © Knobly Consulting </div> <div class="col-12 col-md-6 text-center text-md-right"> <a href="about.html">About us</a> <a href="usage.html">Usage Policy</a> <a href="refund.html">Refund Policy</a> <a href="privacy.html">Privacy Policy</a> <a href="contact.html">Contact us</a> </div> </div> </div> </footer> </body> </html>