Skip to main content

Posts

Showing posts with the label Technical

Astrological Combinations In Horoscope for Marrying A Rich Spouse

In the age of social media and Instagram, people are becoming more and more influenced by the lifestyles they see on social media. This gives a rise to aspirations to attain wealth and live a very comfortable if not a luxurious life. Not everyone is blessed with a good amount of wealth, born in an affluent family or have a high income. It is good to work hard towards your goals and achieve success over time but even though most people want to become wealthy, they just don't get it. We all have seen a prince marrying an ordinary woman in fairy tales.  In Korean drama, it is very common to see an extremely rich man marrying an ordinary woman or vice versa. Marrying a rich man/woman can be a shortcut for someone to escape poverty and attain the desired level of wealth and financial freedom. During my consultations, several people come up to me with these questions and through this article I want to guide you to find the best approach for your life based on your planetary placemen...


Subscribe To Our Newsletter

Get Free Monthly Predictions & Special Discount Offers On Consultation.



/ ( mm / dd )





XSS & Its Types

Cross-Site Scripting (XSS) Cross Site Scripting (XSS) enables attackers to inject malicious script into web pages by targeting vulnerability in security of web applications. There are two types of Cross Site Scripting: Stored (Persistent) XSS : Malicious script is injected by the attacker at the trusted site’s server. It could be present in the database, message forum or comment field. Every time users requests for this information they also retrieves the malicious script. This type of attack does not require targeting victims individually and continue to attack victims when they request data associated with malicious script , hence, called persistent XSS. Reflected (Non - Persistent) XSS : Victims are targeted individually and no script is injected at the trusted site’s server. This attack is delivered to victims through email or from some other website. The bait could be a URL pointing towards a trusted site, clicking which will execute the malicious script. The ...

Map Reduce - Definition, Principe Features & Uses

Definition :  A programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithms on a cluster. Map Reduce has two main operations: Map & Reduce Map : Splitting the query into different parts and map them to systems containing relevant data. Reduce : Output from the map phase is shuffled and group by key & value pairs & then each worker node produces a collection of value in parallel, which is combined later to give the final output. Principle features of Map Reduce Scheduling : Map Reduce involves two operations which are Map & Reduce which are executed by dividing large problems into smaller chunks which run into parallel by different computing resources. Synchronization  : The framework tracks all the tasks along with their timings & start reduction process after the computation of mapping. Co-location of Code/Data (Data Locality) : Effectiveness of Data Processing depend...

SQL Injection & Web Methodologies Development & Evolution

     This article is about how different groups of scientists and researchers discovered methods and techniques to analyze web and prevent web from the sql injection attacks. Different tools and tactics used by them are also mentioned in this article. ·          Salas et.al. use WSInject as a tool to analyse web services. A general purpose fault injection tool that unlike other security testing tools can make various scenarios of different types of attacks. Thus they were able to compare it with results of a vulnerability scanner soapUI. They also concluded that soapUI was less efficient as compared to WSInject. XSS attack was performed with WSInject tool and then they created different attack scenarios and emulated attacks with this tool. The analysis was documented and verified using WSInject technology . A number of vulnerabilities were reduced by the security and made it possible to build a number of variations to new ty...

Cross Site Request Forgery (CSRF)

Cross Site Request Forgery (CSRF) Definition: Cross-Site Request Forgery (CSRF) is a type of attack that occurs when a malicious Web site, email, blog, instant message, or program causes a user's Web browser to perform an unwanted action on a trusted site for which the user is currently authenticated. For example, this attack could result in a transfer of funds, changing a password, or purchasing an item in the user's context. Session Id: Long string, randomly generated to identify a logged in user. Session ids are locked with the IP address of system for which it was generated (same session id cannot be used on 2 different systems; this is a simple way through which Session Ids make connections secure). Typically short lived and expires as soon as user logs out or shuts the system down. Token Id: Cryptographically secured large random string, generated once for each session. After initial generation of this token, the value is stored in the session and i...

What is a Managed Code? What are the Features of Common Language Runtime (CLR)?

C# is a Managed language and the code you write in C# is called a managed code.  A managed language cannot exist without a Managed Runtime. For .NET CLR do this job. Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework and it manages the execution of .NET programs. A process know as just in time (JIT) compilation converts compiled code into machine instructions which is executed by the CPU. A managed code is a computer program code that requires a Managed Runtime, which is Common Language Runtime (CLR) in this case, and it will only execute in the management of CLR. CLR is responsible of taking the managed code and compiling it into machine language in order to execute it. If the language (or code) is not managed then small operations like memory allocation & realizing must be taken care by the developer only. This will make coding far more complicated & time consuming. With a managed code it is much easier to build programs...

Holistic Technology

Holistic Technology Holistic (holistic technology) is an approach to   IT   management that is concerned with viewing and treating a complex computer system as a single entity. Just as a holistic approach to medicine treats each patient as an integrated system and considers how the mind affects the body, a holistic approach to technology focuses on the interdependence of system components. Holistic approaches include: o    Systems thinking   - a holistic approach to analysis that focuses on the way that a system's constituent parts interrelate, how systems work over time and how they work within the context of even larger systems. o    Process Centric BPM   - a holistic approach to   BPM   that centers on   business processes   themselves, rather than individual elements such as  documents ,   workflow   or people.   o    Information governance   - a holistic approach to mana...





Subscribe To Our Newsletter

Get Offers Of Up To 50% Off On Consultation.


/ ( mm / dd )