-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (57 loc) · 2.61 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TF3WKZS5Q4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-TF3WKZS5Q4');
</script>
<meta charset="utf-8">
<title> About Me </title>
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="viewport" content="width=device-width, initial scale=1">
<meta name="description" content="Suchit Reddi's Introduction">
<meta name="author" content="Suchit Reddi">
</head>
<body>
<button><a href=".">Back</a></button><br>
<div class="overlay">
<div class="heading">
<h1> About Me </h1>
</div>
<div class="body" style="font-family: 'Special Elite', sans-serif; text-align: center;">
<p>
Hi! I am Suchit. I am an Undergraduate student at Shiv Nadar Institute of Eminence. This website is about
my work, mostly on Cyber Security.
</p>
<p>
My interest in Cyber Security started when I was 15. I started learning the basics of Networks to hack my
neighbour's Wi-Fi. I started learning more from various YouTube channels and articles. I was also very much
interested in Detective Mysteries. This made me want to become something close to a Digital Forensic
Investigator.
</p>
<p>
I am developing
I worked on Python Automation, Keyloggers, Web Vulnerabilities, and Voice Spoofing Detection. I gained
considerable skills in Storage Forensics, Open Source Intelligence (OSINT), Networks, Web and IoT Security.
I also worked on various operating systems like Kali Linux, Raspberry Pi OS, Windows, Virtual Machines, and Docker.
</p>
<p>
Currently working on: "<a href="https://github.com/SuchitReddi/cybersentinel" target="_blank">Cybersentinel</a>", "<a href="https://github.com/SuchitReddi/memorywipe" target="_blank">Memory Wipe</a>"
</p>
<p>
I love watching thrillers and mysteries. I like to learn new things.
I sometimes learn random things like Touch Typing, and Morse code. I can fluently speak in
English and Telugu. I am currently learning Hindi and French.
</p>
<p>
The concepts of consiousness and subconsiousness of the brain, and the human thought process in general started
fascinating me recently. Maybe the time when humans create implantable memory chips is not very far!
</p>
</div>
</div>
<button><a href="..">Back</a></button><br>
</body>