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
|
---
layout: default
title: About
---
<div class="flex flex-row items-start flex-wrap pb-12">
<div class="shadow-lg flex box-content p-4 m-4 max-w-xs h-auto bg-background flex-col break-words transform rounded" style="cursor: pointer;">
<img src="/assets/img/author.webp" class="max-w-sm rounded-full object-cover" alt="author">
<a class="text-xl text-white mt-2">Raghuram Subramani</a>
<a class="text-datesearch text-sm border-b pb-1">Hacker, Programmer and Dreamer.</a>
<div class="mt-3 text-lg text-gray-500 flex flex-wrap flex-row">
<a href="mailto:raghus2247@gmail.com" class="bg-bgsearch rounded-lg p-2 hover:bg-slate-800">
<i class="fa fa-envelope"></i>
Mail
</a>
<a href="https://github.com/compromyse" class="bg-bgsearch rounded-lg p-2 hover:bg-slate-800 ml-2">
<i class="fa-brands fa-github"></i>
Github
</a>
<a href="https://www.linkedin.com/in/compromyse/" class="bg-bgsearch rounded-lg p-2 hover:bg-slate-800 ml-2">
<i class="fa-brands fa-linkedin"></i>
LinkedIn
</a>
<a href="https://twitter.com/0xcompromyse" class="bg-bgsearch rounded-lg p-2 hover:bg-slate-800 mt-2">
<i class="fa-brands fa-twitter"></i>
Twitter
</a>
<a href="https://compromyse.xyz/" class="bg-bgsearch rounded-lg p-2 hover:bg-slate-800 ml-2 mt-2">
<i class="fa-brands fa-chrome"></i>
Website
</a>
</div>
</div>
<div class="blog-block flex-col break-words transform justify-start rounded max-w-xl" style="cursor: pointer;">
<a class="text-xl text-white mt-2 border-b pb-1 h-auto">About</a>
<a class="text-base text-white mt-2 pb-1 h-auto">
Hi there, I’m Raghuram. I’m a student living in Bangalore, India. I am a fan of hacking and programming. I’m also interested in deep learning, soccer and basketball.<br>
~ I run Ubuntu, with forensic tools installed of course, on my host system <br>
~ Python is my preffered language. I'd say I'm pretty fluent in it. <br>
~ Comptia Fundamentals+ <br>
~ I love Samy Kamkar! <br>
</a>
</div>
<div class="blog-block flex-col break-words transform justify-start rounded max-w-xl" style="cursor: pointer;">
<a class="text-xl text-white mt-2 border-b pb-1 h-auto max-w-xl">The First Chapter</a>
<a class="text-base text-white mt-2 pb-1 h-auto">
I started my journey by learning about Android, rooting and custom ROMS. Around late ~2016 I started learning Linux with a Raspberry Pi 3B. It began with trying out things like wine and emulation. One of the things I wanted to do was running x86 programs on the RaspberryPI, which is ARM. This made me learn about CPU architectures. This project helped me learn a lot about Linux, which in retrospect, is useful. I started exploring hacking, in early ~2018. I used Android tablets and phones, with termux and Custom ROMS on them. This helped me learn a lot about how Android APKs work and how Android works in general. Later on, in ~2020 I explored photo, video and audio editing. I also learned a little about 3D modeling. Through it all, my curiosity kept me going.
</a>
</div>
<div class="blog-block flex-col break-words transform justify-start rounded max-w-lg" style="cursor: pointer;">
<a class="text-xl text-white mt-2 border-b pb-1 h-auto">Skills</a>
<a class="text-base text-datesearch mt-2 pb-1 h-auto">Python, C, HTML, CSS, Shell, Assembly</a>
<a class="text-base text-datesearch mt-2 pb-1 h-auto">Linux, Windows, Git, CyberSecurity, TensorFlow, PyTorch</a>
</div>
</div>
|