-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
66 lines (61 loc) · 2.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
<title>Noob Locker v2.0</title>
<body>
<style>
body{
<<<<<<< gh-pages
text-align:center;
}
a:link {color:green; background-color:transparent; text-decoration:none}
a:visited {color:blue; background-color:transparent; text-decoration:none}
a:hover {color:red; background-color:transparent; text-decoration:underline}
a:active {color:yellow; background-color:transparent; text-decoration:underline}
.abstract {
background-color: #8ac8d5;
background-image:
radial-gradient(rgba(76,139,152,1), rgba(138,201,214,.05) 200px, transparent 400px),
radial-gradient(rgba(76,139,152,1), rgba(255,255,255,.1) 300px, transparent 400px),
radial-gradient(rgba(76,139,152,1), rgba(138,201,214,.1) 400px, transparent 400px);
background-size: 1000px 500px, 700px 500px, 700px 500px;
background-position: 0 -200px, 300px -100px, 700px -200px;
height: auto;
}
</style><div class="abstract">
=======
background-color:green;
color:#fff;
text-algin:center;
}
</style>
>>>>>>> master
<h1> N00B L0CK3R</h1>
<pre>
<b>Introduction :</b>
<em>
<<<<<<< gh-pages
N00B L0CK3R is written to demonstrate 'How ransomware works in real life.' <br>
It create a PHP file that encrypt the all web extension files with custom algorithm. <br>
It will help you to understand the risk factor & how to prevent such attacks.<br><br>
Want know more about ransomware risk factors?? let us know.
</em>
Drop an email :<a href="mailto:animeshroy@live.com" target="_top">animeshroy@live.com</a> for deatils
=======
N00B L0CK3R is written to demonstrate 'How ransomware works in real life.' It create a PHP file that encrypt the all web extension files with custom algorithm. It will help you to understand the risk factor & how to prevent such attacks.
Want know more about ransomware risk factors?? let us know.
</em>
Drop an email :<a href="animeshroy@live.com">animeshroy@live.com</a> for deatils
>>>>>>> master
Thanks :
<b>
1. Vishal Dave 2. Rashid Feroz
<b>
<<<<<<< gh-pages
<h1><a href="https://raw.githubusercontent.com/thez3r0/n00blocker/master/locker.php">View Code</a>
</pre>
</div>
</body>
</html>
=======
</pre>
</body>
</html>