-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (68 loc) · 2.27 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
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>o.eval.blog</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
h1,h2,h3 {
font-weight: bolder;
text-transform: uppercase;
}
ul { list-style: none; padding: 10px; }
li { margin: 10px 0; }
a { text-decoration: none; color: #007acc; font-size: 1.2em; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<ul style="display: flex; gap: 20px; text-transform: uppercase; font-weight: bold;">
<li><b>Vikrant's projects</b></li>
<li><a href="/cv">Curriculum Vitae</a></li>
<li><a href="https://eval.blog/research">Research</a></li>
<li><a href="https://eval.blog/blog">Blog</a></li>
<li><a href="https://o.eval.blog/scholarships">Scholarships</a></li>
<li><a href="https://eval.blog/about">About</a></li>
</ul>
<h3>Projects</h3>
<ul>
<li>
<a href="https://defaultred.com">Default RED Technologies</a>
<p>
Mass scale vulnerability scanning and exploitation efforts.
</p>
</li>
<li>
<a href="https://hackberry.xyz">Hackberry Games</a>
<p>
Indie game development for fun and profit.
</p>
</li>
<li>
<a href="https://getsasha.cloud">Sasha Cloud</a>
<p>
AI driven cloud storage and data management.
</p>
</li>
</ul>
<h3>Tools</h3>
<ul>
<li>TBD</li>
</ul>
<h3>Experiments</h3>
<ul>
<li>
<a href="https://github.com/0xcrypto/exploits">Public Exploits</a>
</li>
</ul>
<h3>More</h3>
<div style="display: flex; gap: 20px; margin-top: 20px;">
<a href="https://github.com/0xcrypto">GitHub</a>
<a href="https://infosec.exchange/@0xcrypto">Mastodon</a>
<a href="https://linkedin.com/in/0xcrypto">LinkedIn</a>
<a href="https://keybase.io/0xcrypto">Keybase</a>
<a href="https://eval.blog/rss.xml">RSS</a>
</div>
</body>
</html>