General

General Topics

windows virtual machine featured

Creating Windows 10 Virtual Machine (VM) Using Oracle VirtualBox

Now you installed VirtualBox on your Windows Desktop successfully. What Next…..? Let’s create the first Windows 10 virtual machine using VirtualBox. VirtualBox supports guest operating systems like Windows, Linux Family – Ubuntu, Suse, Solaris, etc., Free BSD, and other operating systems. Here is the official page showing the complete list of the guest operating system […]

Creating Windows 10 Virtual Machine (VM) Using Oracle VirtualBox Read More »

volatility framework

Volatility Framework – How to use for Memory Analysis

Malware analysis and Malicious process identification is a major and important aspect of digital forensic analysis. It is necessary to analyze the Random Access Memory (RAM) along with the storage disks (Secondary Storage) for evidence. It helps to identify the processes and activities which were active during the certain time period. In this article, let’s see

Volatility Framework – How to use for Memory Analysis Read More »

Awesome Screenshot Browser Extension

Awesome Screenshot – (How to) Install and Capture Images, Record Videos

Awesome Screenshot is a free browser extension available for popular browsers like Chrome, Firefox, and Safari which helps you to capture images and add Annotations like blurring sensitive info, adding titles, creating custom shapes for your blog. You can create an arrow, write text, create a circle, etc and save a screenshot for personal records

Awesome Screenshot – (How to) Install and Capture Images, Record Videos Read More »

Query to get current executing statement in Oracle concurrent program

Use below query to get the current executing statement in Oracle Apps concurrent programs. SELECT va.sql_text ,va.module FROM APPS.fnd_concurrent_requests fcr ,V$SESSION vs ,V$SQLAREA va WHERE fcr.oracle_session_id = vs.audsid AND vs.sql_hash_value = va.hash_value AND fcr.request_id = <request_id>; Table Information fnd_concurrent_requests:- This table holds the history of all submitted program in Oracle Apps like request id, request

Query to get current executing statement in Oracle concurrent program Read More »

XAMPP Control Panel - Manage/Configure Apache, MySQL, FileZilla, Tomcat, Mercury

XAMPP Control Panel – Manage/Configure Apache, MySQL, FileZilla, Tomcat, Mercury

This article explains how to use the XAMPP control panel to start/stop, administer/ configure services like Apache, MYSQL, FileZilla, Mercury, Tomcat with just a click of a button. Before moving further, let’s discuss XAMPP in Brief. XAMPP XAMPP is free and easy to install Apache distribution. It acronyms to Cross-Platform (X), Apache (A), MariaDB (M), PHP

XAMPP Control Panel – Manage/Configure Apache, MySQL, FileZilla, Tomcat, Mercury Read More »