-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
189 lines (162 loc) · 9.93 KB
/
index.html
File metadata and controls
189 lines (162 loc) · 9.93 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Profile</title>
<meta name="description" content="This site was hastily built as my tiny profile page. I love Cyber Security and Penetration Testing.">
<meta name="author" content="Bhaskar Kumar">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#ec007c">
<!-- colour theme -->
<link rel="stylesheet" media="all" href="style.css" nonce="12345"/>
<link rel="shortcut icon" type="image/png" href="favicon.ico" nonce="12345"/>
</head>
<body>
<!-- intro -->
<div class="container sm-l sm-6 md-3 lg-3">
<div class="pad">
<br>
<span class="grey oneliner sm-off">// Introduction --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span class="sm-off"><br><br></span>
<span class="blue"><em>function</em></span> <span class="green">MyName</span>(<span class="orange"><em>onPapers</em></span>)
<span class="sm-off">
<br>{<br>
<span class="string-indent">
<span class="blue">let</span> niceName <span class="fuschia">=</span> name<span class="fuschia">.</span><span class="green">split</span>(<span class="yellow">' '</span>)[<span class="purple">0</span>]; <br>
</span>
<span class="string-indent">
_niceName <span class="fuschia">=</span> niceName<span class="fuschia">.</span><span class="green">split</span>(<span class="yellow">''</span>)<span class="fuschia">.</span><span class="blue">reverse</span>()<span class="fuschia">.</span><span class="green">join</span>(<span class="yellow">''</span>);<br>
</span>
<span class="string-indent">
_niceName <span class="fuschia">=</span> (_niceName <span class="fuschia">===</span> <span class="purple">undefined</span>) <span class="fuschia">?</span> <span class="yellow">'justAnotherGuy' </span><span class="fuschia">:</span> _niceName;<br>
</span>
<span class="string-indent">
<span class="fuschia">return</span> <span class="yellow">'Raksahb, if reversed denotes MyName'</span><span class="fuschia">+</span>_niceName<span class="fuschia">+</span><span class="yellow">' Yeah, That's me. (Bhaskar)</span>;<br>
</span>
}
<br>
<span class="green">MyName</span>(<span class="yellow">'Spyd3r'</span>);<span class="grey">// Bhaskar Kumar</span>
</span>
</div>
</div>
<!-- page content -->
<div class="container md-r sm-6 md-3 md-l lg-3 lg-r">
<div class="pad">
<br>
<span class="grey oneliner">// --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span><br>
<br>
<span class="green">About</span><br>
<br>
This website was built as a Resume to show what all I do. I love Cyber Security and Penetration Testing. I am trained under the guidance of Rahul Tyagi, Sanjeev Multani & Prabhankar Tripathi. In my free time, I search for vulnerabilities on Web Applications. I've helped my university to get secure from serious vulnerabilities like Account Takeover, XSS, Sensitive Data Exposure, IDOR, etc.
<br><br>
<span class="orange"><em>Quick facts:-<br>
Cyber Security Enthusiast<br>
Motivational Speaker.<br>
I hate salty-curd.<br>
Loves to listen music (EDM) preferably- Alan Walker, Illenium .. <br>
Memes <3.<br>
Loves crazy jokes and puns and the internet.<br>
Dumber than I may seem.<br>
Intrigued by programming.<br>
I love dancing (Western/Shuffling).<br>
I love Pizza, Especially Cheese Burst!!.<br></em></span><br>
<br>A tech-savvy by nature and a programmer, I play CTFs and also build CTFs at https://ctf.haxonic.com which is stil under development by my <a href=https://ctf.haxonic.com/team/>Team.</a><br>
<br>
<span class="purple"><br>
The whole world knows who you are<br>
When you're on fire<br>
You can reach me out at: <a href="mailto:connecthaxonic@gmail.com?Subject=Hello%20Bruh" target="_top">connecthaxonic@gmail.com</a>.
<br>
</span>
<br>
<br/>
<br>
Happy <span id="ing"></span><br/>
<br>
<pre class="grey">
01010011 01110101 01100010 01110011 01100011 01110010 01101001
01100010 01100101 00100000 01110100 01101111 00100000 01010100
00101101 01010011 01100101 01110010 01101001 01100101 01110011
</pre>
<br>
</div>
</div>
<script src="js/text.js"></script>
<script src="js/toggle.js"></script>
<!-- menu -->
<div class="container sm-l sm-6 md-3 md-r lg-3 lg-l">
<div class="pad">
<br>
<span class="grey oneliner">// Projects --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span><br>
<br>
<div id="episodes" class="multi-column">
<a href="https://github.com/HaxonicOfficial/Vulnerable-Web-App-For-Pentesting">01: WAPT Simulator</a><br>
<a href="https://ctf.haxonic.com/">02: CTF-ZONE</a><br>
<a href="https://github.com/HaxonicOfficial/Portfolio-Website">03: Portfolio Webpage</a><br>
<a href="https://github.com/HaxonicOfficial/Wish-Her">04: Wish-Her</a><br>
<a href="index.html">0x: More to come </a><br>
</div><br>
<a href="index.html">//didn't include noob projects xD </a><br>
</div>
<div class="pad">
<br>
<span class="grey oneliner">// Meta --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</span><br>
<br>
<a href="https://www.facebook.com/Haxonic1337" class="purple-link">[Facebook]</a>
<a href="https://github.com/HaxonicOfficial" class="purple-link">[Github]</a>
<a href="https://twitter.com/HaxonicOfficial" class="purple-link">[Twitter]</a>
<br>
<a href="https://instagram.com/Haxonic7" class="blue-link">[Instagram]</a>
<br>
<a href="https://linkedin.com/in/haxonic/" class="orange-link">[LinkedIn]</a>
</br>
</br>
<div class="rule" >
<br>
<a class="green" style="font-size:200%" href="Bhaskar_CV.pdf">[Résumé]</a>
<br>
<div style="margin-top:15%;position:relative;">
Weird Facts:- <span class="blue" id="weirdfacts"></span><br/>
</div>
</div>
</div>
</div>
<script nonce='2726c7f26c'
src="../code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script nonce='2726c7f26c'>
// glitch text
const things = ['coding','football','anime','anime','anime','anime','anime','designing','planning','writing','writing','writing','writing','writing','writing','writing','programming','programming','programming','programming','programming','concluding','programming','thinking','scripting','scripting','scripting','scripting','scripting','sewing','sketching','ruminating','deliberating','pondering','contemplating','abstracting','abstracting','abstracting','abstracting','abstracting','abstracting','optimising','optimising','optimising','optimising','optimising','optimising','refactoring','refactoring','refactoring','objectifying','simplifying','decoupling','debugging','debugging','debugging','debugging','debugging','debugging','configuring','streamlining','searching','tweaking','editing'];
const junk = ['#','@','%','*','&','<','>','_','=','+','[',']','|','-','!','?','X'];
const weirdfacts=['I pick my nose but when I see someone else do it I get creeped out', 'I only wash my hands if somebody comes in the bathroom while I am peeing', "I don't believe in certain foods belonging to certain meals", 'Food is food', 'However, I do believe in eating dessert first', 'I have a terrible disability with my sense of direction', "I can't see, hear, or even think about yawning without having to do so myself", 'I have to wipe my eyes every time I come out of the water when I swim', 'I have never finished an eraser', 'I always lose it before it ends', "If I put something in a clean kitchen sink and immediately realize I am not done with it, I feel like it is covered in germs and must be washed first!I hate when someone is erasing a chalkboard and they don't erase the whole thing, leaving behind the remnants of a few letters", 'Even thinking about it makes me uncomfortable', 'The more I think about getting asleep, the harder it gets to be asleep', 'I like to wait until the absolutely last minute because then it feels so good to poop', 'Whenever I sneeze and someone says, "God bless you!", I get really nervous to sneeze again and try to hold it, because I don\'t want them to have to bless me twice', 'No doors can be ajar', 'They have to be completely open or closed', 'Nothing in between', "Every time I walk by a window or mirror I always have to check myself out to make sure I don't look stupid, but I always act like I am looking around and just happen to see myself so as not to look vain", 'I study best if I act like I am teaching an imaginary group of students the material using a chalk board'];
function randomInt(min, max)
{
return Math.round(min + (Math.random() * (max-min)));
}
function tick()
{
var txt = things[randomInt(0, things.length-1)];
var chars = txt.split('');
var glitch = randomInt(0, 3);
for (var i = 0; i < glitch; i++)
{
chars[randomInt(0, chars.length-1)] = junk[randomInt(0, junk.length-1)];
}
txt = chars.join('');
$('#ing').html(txt);
window.setTimeout(tick, randomInt(16,400));
}
function randomWeirdFacts(){
var txt = weirdfacts[randomInt(0, weirdfacts.length-1)];
$('#weirdfacts').html(`"${txt}"`);
window.setTimeout(randomWeirdFacts,3000);
}
if(document.getElementById('ing') != null) tick();
if (document.getElementById('weirdfacts')!=null) randomWeirdFacts();
</script>
<!--
OMG, You found a Secret - Flag{y0u_$o_g0oD}
-->
</body>
</html>