TO THE NEW Blog PAGES

Front End DevelopmentTechnology

Creating 3D Flip Animation with CSS3 and HTML

There are many ways to create the flip effect with jQuery however here is an example of creating a 3D flip animation with CSS3 and HTML. How will it look like? The effect below shows the type of 3D flip animation we are going to create. Just hover the mouse over the box below to […]

Amit Narayan
Amit Narayan
Read

AndroidTechnology

Gradle Android Studio

  Gradle Android Studio  Introduction: Gradle is an automated build toolkit that can integrate into lots of different environments, via plugins. Minimize Configuration Required for New Projects: Gradle has a set of default configuration settings that are automatically applied to every project you create in Android Studio. If you’re developing a project that doesn’t adhere […]

Shivang Goel
Shivang Goel
Read

Technology

HOW TO CREATE BUTTON IN 3D EFFECT WITH THE HELP OF CSS3

How we can use CSS Transition to make it look like a button is 3D when you press it. For this we use the box-shadow property which starts off with a high value and when the we press the button for change the box-shadow value to be lower making it look like the button is […]

Vinay Verma
Vinay Verma
Read

AWSDevOps

Setup Kubernetes Cluster on AWS EC2

What is Kubernetes / K8s? The name Kubernetes originates from Greek, meaning “helmsman” or “pilot”, and is the root of “governor” and “cybernetic”. The Kubernetes is an open-source project started by Google in 2014. It helps in automating deployment, scaling and operations of application containers across clusters of hosts. In this blog, we will go […]

Neeraj Gupta
Neeraj Gupta
Read

Application SecurityTechnology

How I discovered RCE through a Misconfigured plugin

We have seen a lot of applications where some sub-domains or sub-directories are publicly exposed (intently or by mistake). So, with experience from our past pentests we have made a habit of testing  for vulnerable or accessible sub-domains. During one of such testing, I was manually testing the URLs of different sub-domains of the application and […]

Ankit Giri
Ankit Giri
Read

Application SecurityTechnology

Malicious exploitation of Unauthenticated Request submissions

During a recent penetration test on one of our client’s application, we came across a case of malicious file propagation through the application server. The attack does not require an authenticated session. The vulnerable section is accessible by unauthenticated users. The attack involves an attacker submitting a malicious request (a malicious file is uploaded by […]

Ankit Giri
Ankit Giri
Read

MobilityTechnology

Beacons, the next generation game changers!

We have clearly witnessed a sharp inclination towards providing a superior customer experience by most companies within the last couple of years. Some companies plan on investing huge funds in glorifying their customer retention strategies; while some others plan on scaling up their technological integration. An important factor, inter alia, which would overhaul UI/UX radically […]

AWSDevOpsTechnology

Streaming Videos On Demand using Amazon Cloudfront and S3

I came across a scenario where we have to stream Videos On Demand (VOD) using  Amazon CloudFront and Amazon Simple Storage Service (S3). The on-demand streaming is done using Cloudfront Content Delivery Network (CDN). The videos to be served are stored on Amazon S3. I have designed a secure architecture for the same setup.   The […]

AWS

CHEF Test Kitchen: How to test CHEF recipes on your workstation

Prerequisite: It is recommended to have basic understanding of CHEF and its components. In case you want to go through the basics of CHEF click here Use Case: If you are already using CHEF in your environment, you often write new cookbooks and for testing those you either need to start new virtual machines or […]

Technology

Tutorial to create a circular progress bar with Canvas

Canvas is a very powerful tool for drawing graphics using scripting but what it need a basic understanding of HTML and JavaScript.Basic description of Canvas is here: The HTML5 Canvas element is an HTML tag like <div>, <a>, or <table> tag, with the exception that its contents are rendered with JavaScript. So, what I am […]

Rumman Khan
Rumman Khan
Read

Technology

Diving deep with MongoDB Indexing

Whether you are a lazy programmer dreaming to achieve more by doing less or a super serious databases professional aspiring to make a mark in the land of DATA, Indexing is THE thing you can’t afford to live without. Why? Because of follows: Performance Unbelievably better performance Performance better than James Bond!!!!! Yes database indexing […]

Ajay Sharma
Ajay Sharma
Read

Application Security

Things You Must Know To Protect Your E-commerce Application

Introduction to Web Application Security Several times in a year does your personal or work computer ask you to update its security features despite the worldwide spending on information security standing around $80 billion in 2015. World Wide Web has become a vulnerable place, the more it saw a lot of sophistications and developments in […]

Yoosuf
Yoosuf
Read