State of VMWare Workstation (Pro?) on Linux

VMWare Workstation is a popular virtualization software that was recently made available for free personal use after VMWare was acquired by Broadcom. This is an excellent move by Broadcom, as it will help many users to utilize this software for free for personal use and learning purposes. I have been using VMWare Workstation on Linux for a while now and I have to say that it is a great piece of software. It is very easy to use, is extremely fast, and has a lot of features that make it a great choice for virtualization on Linux. ...

June 24, 2024 · 4 min · Aditya Telange

Android App Security Testing Lab with MobSleuth

Setting up a virtual lab for Android App security assessments.

June 16, 2024 · 3 min · Aditya Telange

Android phone as a Webcam on Linux

Learn how to set up a virtual webcam on Linux using your Android device’s cameras using scrcpy.

February 17, 2024 · 3 min · Aditya Telange

Breaking down Reverse shell commands

In pentesting assessments and CTFs we always need reverse shells to execute commands on target machine once we have exploited a system and have a command injection at some point in our engagement. For that we have an awesome project: revshells.com or reverse-shell-generator where we have a ton of reverse shell payloads listed. This blog post tries to explain their working. Note: I’ll be breaking down all of them, but not all at once. If you have any comments/feedback let me know in the comments section. ...

May 7, 2023 · 5 min · Aditya Telange

Primer on HTTP Security Headers

What are HTTP headers? HTTP headers are a list of key-value pairs which are sent along with HTTP requests and responses. Let us take an example with below request(left) and response(right): In the above snapshot, we can see that we have an HTTP request being sent to Host. Along with that request/response, we see Key:Value pairs, these are HTTP Headers. These look similar to YAML format. ...

December 4, 2022 · 10 min · Aditya Telange

Image Zoom-In effect with HUGO

In this blog post we will look into how we can add a Zoom-In effect for better visibility. We will be using Markdown Render Hooks from Hugo with HTML & CSS, implementing a non-javascript solution. View the outcome 👇 About Markdown Render Hooks Hugo offers really handy Markdown Render Hooks. These allow custom templates to override markdown rendering functionality. We will be using render-image hook to process out the images in the post as per our needs. The render-image hook stays in the location shown below. ...

September 10, 2022 · 3 min · Aditya Telange

Watermarking images with HUGO

Introduction Watermarking is the process of superimposing a logo or piece of text atop a document or image file, and it’s an important process when it comes to both the copyright protection and marketing of digital works.1 Adding a watermark to our work ensures that if anything we make ends up going viral, our brand is recognized. Watermarking also ensures that people do not use these images without referring to the “original publisher”. ...

April 24, 2021 · 6 min · Aditya Telange

My Github Project went viral!

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 personal website but later decided to post it publicly on Hugo Themes. It is a modded version of Theme Paper. For a brief overview, PaperMod is a blazing fast, clean and responsive theme with powerful SEO, and good documentation. And this on which this website is also themed upon 😉 ...

February 16, 2021 · 2 min · Aditya Telange

Basic Website Analytics with Vercel

Using Vercel’s Built-in HTTP Headers to get Usage Analytics with help of Serverless API

October 1, 2020 · 5 min · Aditya Telange

Github Actions as Temporary File Sharing Platform

Using Github’s workflow actions to set-up a High Speed Temporary File Sharing Platform

September 26, 2020 · 3 min · Aditya Telange

External Link With target='_blank' in Hugo Markdown

Intro Many a times we need to open some External Link in New Tab for the convenience of the Visitor . In Hugo there is no default method for this. All we have in Hugo is relref for Internal sites. :/ Implementaion Hugo offers a way to render using a predefined template to Markdown(.md) with the help of Shortcodes. We can create such a shortcode for *Creating an Exeternal link with with target='_blank'. ...

June 3, 2020 · 1 min · Aditya Telange

Using Secure HTTP Headers with Vercel/Zeit

About Secure HTTP Headers with a guide to adding it to Vercel/Zeit deployments

January 7, 2020 · 3 min · Aditya Telange

AOSP

This subsection contains Posts about AOSP ROM Development

January 28, 2023 · 0 min · Aditya Telange
This site uses cookies to improve your experience on our website. By using and continuing to navigate this website, you accept this. More details in Privacy Statement.