Hacker TV – Start Web App Pentesting

Looking to step up your web app pentesting and bug bounty skills? In this video, Alex from TCM Security walks you through some of the best FREE tools and resources to help you sharpen your AppSec knowledge and techniques. Whether you’re just starting out or looking to boost your skill set, these tools are must-haves!

Machine Learning – Journey Through the Mind of the Machine

The dream of creating artificial intelligence, of imbuing machines with the capacity to think and learn, is a long-standing one, stretching back centuries in philosophical thought and fictional tales. However, the formal history of Artificial Intelligence (AI) as a scientific discipline began in the mid-20th century, fueled by advancements in computing and a group of Read More …

Random Forests in Artificial Intelligence

Random Forests are an ensemble learning method widely used in artificial intelligence (AI) for classification and regression tasks. This technique builds upon the concept of decision trees, combining the predictions of multiple trees to enhance accuracy and robustness. By leveraging the strengths of individual decision trees while mitigating their weaknesses, Random Forests have become a Read More …

ICMP – Internet Control Message Protocol

The Internet Control Message Protocol (ICMP) is a fundamental protocol used in the Internet Protocol (IP) suite. It is primarily designed for network devices to communicate error messages and operational information regarding the status of the network. While ICMP is not used for transmitting data like TCP (Transmission Control Protocol) or UDP (User Datagram Protocol), Read More …

Decision Trees in Artificial Intelligence

Decision trees are a popular and intuitive method used in artificial intelligence (AI) for classification and regression tasks. They represent a model in the form of a tree-like structure, where each internal node corresponds to a decision based on an input feature, each branch represents the outcome of that decision, and each leaf node signifies Read More …

SVM – Support Vector Machines

Support Vector Machines (SVMs) are a powerful supervised learning algorithm used in artificial intelligence (AI) for classification and regression tasks. Developed in the 1990s by Vladimir Vapnik and his colleagues, SVMs are particularly effective in high-dimensional spaces and are known for their robustness in handling both linear and non-linear data. How SVMs Work The primary Read More …

Generative AI

While “Generative AI” isn’t an acronym, it’s a fundamental concept in the field. Think of it like this: traditional AI often focuses on analyzing existing data – identifying patterns, classifying information, or making predictions based on what it has already seen. Generative AI, on the other hand, goes a step further; it learns the underlying Read More …

hacker TV – Understanding buffer overflow exploitation

The fascinating interplay of CPU, stack, C-compiler and shellcode in a nutshell Everything started with Aleph One’s paper “Smashing the Stack for Fun and Profit”. These techniques are still the basis for modern exploitation of buffer, heap and format string vulnerabilities. We will give a swift overview about C functions, stack usage, assembler, gcc, gdb Read More …

Linear Regression in Artificial Intelligence

Linear regression is a fundamental statistical method used in artificial intelligence (AI) and machine learning for modeling the relationship between a dependent variable and one or more independent variables. It is particularly useful for predictive analytics, where the goal is to forecast outcomes based on input data. At its core, linear regression aims to find the Read More …