https://adityatelange.in/writeups/hackthebox/ready/
HackTheBox (HTB) - Ready | Aditya Telange
May 15, 2021 - Ready is a fun box which is using an outdated GitLab community version. Which apparently has an exploit which gives RCE to authenticated users. This RCE gives...
hackthebox htbreadyadityatelange
https://adityatelange.in/blog/aosp/aosp-getting-started/
Getting Started - AOSP Rom Development | Aditya Telange
Apr 13, 2020 - The Introduction to what AOSP is
getting startedaospromdevelopmentaditya
https://adityatelange.in/blog/vercel-website-analytics/
Basic Website Analytics with Vercel | Aditya Telange
Oct 1, 2020 - Using Vercel’s Built-in HTTP Headers to get Usage Analytics with help of Serverless API
basicanalyticsverceladityatelange
https://adityatelange.in/writeups/hackthebox/certified/
HackTheBox (HTB) - Certified | Aditya Telange
Mar 20, 2025 - Certified is a Windows machine having misconfigured ACL in Active Directory environment where initial access for a low-privileged user judith.mader is...
hackthebox htbcertifiedadityatelange
https://adityatelange.in/blog/android-phone-webcam-linux/
Android phone as a Webcam on Linux | Aditya Telange
Feb 17, 2024 - Learn how to set up a virtual webcam on Linux using your Android device’s cameras using scrcpy.
android phonewebcamlinuxadityatelange
https://adityatelange.in/writeups/hackthebox/legacy/
HackTheBox (HTB) - Legacy | Aditya Telange
Jun 3, 2022 - Legacy is a relatively easy box which has SMB running on Windows XP(2000) OS. We find the exploit with metasploit and get access to priviledged user NT...
hackthebox htblegacyadityatelange
https://adityatelange.in/writeups/hackthebox/explore/
HackTheBox (HTB) - Explore | Aditya Telange
Oct 30, 2021 - Explore is a fun Android box that has an Open Port Vulnerability because of a popular file manager application. This box also has ADB over TCP/IP open over...
hackthebox htbexploreadityatelange
https://adityatelange.in/writeups/cryptohack/aes/resisting-bruteforce/
Cryptohack - Resisting Bruteforce [10 pts] | Aditya Telange
May 20, 2022 - The Solution is shared considering CAN I SHARE MY SOLUTIONS? Problem If a block cipher is secure, there should be no way for an attacker to distinguish the...
cryptohackresistingptsadityatelange
https://adityatelange.in/blog/payload-encryption/
Breaking Payload Encryption in Web Applications | Aditya Telange
Sep 27, 2025 - A deep dive into techniques for breaking payload encryption in web applications, including common vulnerabilities and tools used.
web applicationsbreakingpayloadencryptionaditya
https://adityatelange.in/writeups/cryptohack/introduction/finding-flags/
Cryptohack - Finding Flags [2 pts] | Aditya Telange
Feb 3, 2021 - The Solution is shared considering CAN I SHARE MY SOLUTIONS? Problem Each challenge is designed to help introduce you to a new piece of cryptography. Solving a...
cryptohackfindingflagsptsaditya
https://adityatelange.in/writeups/cryptohack/general/bytes-and-big-integers/
Cryptohack - Bytes and Big Integers [10 pts] | Aditya Telange
May 3, 2022 - The Solution is shared considering CAN I SHARE MY SOLUTIONS? Problem Cryptosystems like RSA works on numbers, but messages are made up of characters. How...
cryptohackbytesbigintegerspts
https://adityatelange.in/blog/linkedin-list-network-without-connecting/
Bypassing LinkedIn's Connection Privacy with a Simple Search Filter | Aditya Telange
Jan 26, 2026 - Discover how a simple manipulation of LinkedIn's search filters allowed access to private connection lists, highlighting the importance of robust access...
search filterbypassinglinkedinconnectionprivacy
https://adityatelange.in/
Aditya Telange
Personal Website/Blog of Aditya Telange
adityatelange
https://adityatelange.in/writeups/hackthebox/cap/
HackTheBox (HTB) - Cap | Aditya Telange
Oct 2, 2021 - Cap is a fun box where we find a flask web app which lets us download network log, where we find FTP and SSH credentials for user nathan. The box has python...
hackthebox htbcapadityatelange
https://adityatelange.in/license/
License | Aditya Telange
Jan 1, 1 - Copyright – adityatelange.in
licenseadityatelange
https://adityatelange.in/projects/
Personal Projects | Aditya Telange
Jan 1, 1 - A curated, unordered list of my personal projects spanning open-source and private work, with no ranking by popularity or time.
personal projectsadityatelange
https://adityatelange.in/blog/github-actions-file-server/
Github Actions as Temporary File Sharing Platform | Aditya Telange
Sep 26, 2020 - Using Github’s workflow actions to set-up a High Speed Temporary File Sharing Platform
github actionsfile sharingtemporaryplatformaditya
https://adityatelange.in/blog/papermod-went-viral/
My Github Project went viral! | Aditya Telange
Feb 16, 2021 - On 13th Feb 2021 PaperMod went viral !!! 🤯 Hugo-PaperMod is a side-project of mine, which is a Hugo Theme. I started modifying/optimizing this initially for my...
went viralgithubprojectadityatelange
https://adityatelange.in/writeups/hackthebox/pit/
HackTheBox (HTB) - Pit | Aditya Telange
Sep 25, 2021 - Pit is a fun box where SNMP Data reveals that seeddms instance is running, which is vulnerable to RCE. The box has CentOS’s Cockpit Web Console on port 9090,...
hackthebox htbpitadityatelange
https://adityatelange.in/blog/ui-for-frida/
Making Dynamic Instrumentation Accessible with Frida UI | Aditya Telange
Jan 15, 2026 - A developer-friendly mobile-dashboard for Frida to speed up your Android and iOS dynamic instrumentation workflow.
dynamic instrumentationmakingaccessiblefridaui
https://adityatelange.in/writeups/hackthebox/resolute/
HackTheBox (HTB) - Resolute | Aditya Telange
Jun 29, 2025 - Resolute is a medium-difficulty Windows machine on HackTheBox that involves a realistic Active Directory penetration test. The initial foothold is gained by...
hackthebox htbresoluteadityatelange
https://adityatelange.in/privacy/
Privacy Policy | Aditya Telange
Jan 1, 1 - Read the Privacy Policy for adityatelange.in. Learn how your data is handled, what information is collected, and your rights regarding privacy.
privacy policyadityatelange
https://adityatelange.in/http-security-headers/
Primer on HTTP Security Headers | Aditya Telange
Dec 4, 2022 - Learn about HTTP security headers and how to configure them for securing web applications.
security headersprimerhttpadityatelange
https://adityatelange.in/writeups/cryptohack/general/hex/
Cryptohack - Hex [5 pts] | Aditya Telange
May 3, 2022 - The Solution is shared considering CAN I SHARE MY SOLUTIONS? Problem When we encrypt something the resulting ciphertext commonly has bytes which are not...
cryptohackhexptsadityatelange
https://adityatelange.in/blog/aosp/aosp-adding-prebuilt-apk/
Addition of prebuilt APK - AOSP Rom Development | Aditya Telange
Jun 14, 2020 - Sometimes we need to add some pre-built apk in our build because the source isn’t available or it is more easy to just pull the binaries from, and add it to...
additionprebuiltapkaosprom
https://adityatelange.in/writeups/cryptohack/general/ascii/
Cryptohack - ASCII [5 pts] | Aditya Telange
Feb 4, 2021 - The Solution is shared considering CAN I SHARE MY SOLUTIONS? Problem ASCII is a 7-bit encoding standard which allows the representation of text using the...
cryptohackasciiptsadityatelange
https://adityatelange.in/blog/aosp/caf-android-for-msm/
CAF's Android for MSM | Aditya Telange
Nov 2, 2020 - The Introduction to what CAF is w.r.t AOSP development
cafandroidmsmadityatelange
https://adityatelange.in/blog/state-of-vmware-workstation-linux/
State of VMWare Workstation (Pro?) on Linux | Aditya Telange
Jun 24, 2024 - VMWare Workstation is a popular virtualization software that was recently made available for free personal use after VMWare was acquired by Broadcom. This is...
vmware workstation prostatelinuxadityatelange
https://adityatelange.in/writeups/cryptohack/general/base64/
Cryptohack - Base64 [10 pts] | Aditya Telange
May 3, 2022 - The Solution is shared considering CAN I SHARE MY SOLUTIONS? Problem Another common encoding scheme is Base64, which allows us to represent binary data as an...
cryptohackptsadityatelange
https://adityatelange.in/blog/mobsleuth-lab/
Android App Security Testing Lab with MobSleuth | Aditya Telange
Jun 16, 2024 - Setting up a virtual lab for Android App security assessments.
android appsecurity testinglabadityatelange