mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-11-05 09:59:20 +08:00
disclaimer added
This commit is contained in:
parent
c55f9a91ce
commit
e1da87afc1
@ -8,6 +8,7 @@
|
||||
<body>
|
||||
<div class="ui container">
|
||||
<% include partials/header.ejs %>
|
||||
<% include partials/disclaimer.ejs %>
|
||||
<div class="ui segment">
|
||||
|
||||
<div id="dimmer" class="ui dimmer">
|
||||
|
@ -8,6 +8,7 @@
|
||||
<body>
|
||||
<div class="ui container">
|
||||
<% include partials/header.ejs %>
|
||||
<% include partials/disclaimer.ejs %>
|
||||
<div class="ui segment">
|
||||
|
||||
<div id="dimmer" class="ui dimmer">
|
||||
|
@ -9,6 +9,7 @@
|
||||
</script>
|
||||
<div class="ui container">
|
||||
<% include partials/header.ejs %>
|
||||
<% include partials/disclaimer.ejs %>
|
||||
<div class="ui grid">
|
||||
<% include partials/deviceManagerMenu.ejs %>
|
||||
<div class="twelve wide column">
|
||||
|
@ -7,6 +7,7 @@
|
||||
<body>
|
||||
<div class="ui container" style="color: azure; background-color: black;">
|
||||
<% include partials/header.ejs %>
|
||||
<% include partials/disclaimer.ejs %>
|
||||
<div class="ui segment">
|
||||
|
||||
<h3 class="ui grey dividing header">Online</h3>
|
||||
|
@ -7,6 +7,7 @@
|
||||
<body>
|
||||
<div class="ui container">
|
||||
<% include partials/header.ejs %>
|
||||
<% include partials/disclaimer.ejs %>
|
||||
<div class="ui segment">
|
||||
<div class="logs">
|
||||
<% logs.forEach((log) => { %>
|
||||
|
5
server/assets/views/partials/disclaimer.ejs
Normal file
5
server/assets/views/partials/disclaimer.ejs
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="col-xl-6 col-lg-8">
|
||||
<h3>DISCLAIMER</h3>
|
||||
<p>XploitWizer Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
|
||||
</br>XploitSPY is built for Educational Purpose. Use at your own Risk.</p>
|
||||
</div>
|
@ -42,8 +42,9 @@
|
||||
<div id="main-text">
|
||||
<div class="row">
|
||||
<div class="col-xl-6 col-lg-8">
|
||||
<h1>XploitSPY</h1>
|
||||
<p>Monitor WhatsApp chats, Call recordings, GPS locations, Contacts, Call Logs, File Explorer & more without root. Also Spy Facebook, Instagram, Tinder, Skype, Telegram & Gmail. </p>
|
||||
<h1>DISCLAIMER</h1>
|
||||
<p>XploitWizer Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
|
||||
</br>XploitSPY is built for Educational Purpose. Use at your own Risk.</p>
|
||||
<div class="row button_wrap">
|
||||
<div class="col-6">
|
||||
<a href="/login" class="btn-custom">Login</a>
|
||||
@ -266,6 +267,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer id="s-footer">
|
||||
<a href="javascript:LoginFunc('download');" class="scroll-top"><img src="/img/svg/downloadmain.svg" alt="Download"></a>
|
||||
</footer>
|
||||
|
@ -2,7 +2,7 @@
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "5f4dcc3b5aa765d61d8327deb882cf99",
|
||||
"loginToken": "97d5d9887360786b09e7ff89df307e72",
|
||||
"loginToken": "a158bcd54404881ad61f2acbeeb76135",
|
||||
"logs": [
|
||||
{
|
||||
"time": "2020-01-11T15:23:07.971Z",
|
||||
|
Loading…
Reference in New Issue
Block a user