Denizhalil

Detecting XSS (Cross-Site Scripting) Vulnerabilities with Python

Introduction: This article focuses on how to detect Cross-Site Scripting (XSS) vulnerabilities in web applications using Python. XSS is a serious security flaw that allows attackers to inject malicious scripts into a web page. Such attacks can compromise users’ sensitive data, steal session cookies, or disrupt the normal functioning of a web application. In this article, we will explore the fundamental principles of XSS … Read more

Detecting SQL Injection Vulnerabilities with Python

Introduction: SQL injection is a common type of security vulnerability encountered in web applications. Malicious users can gain access to or manipulate databases by injecting harmful code into database queries. This article will discuss developing a simple tool using Python to detect SQL injection vulnerabilities. The Importance of Python and SQL Injection: Python is a popular language … Read more

Writing a Keylogger with Python

Introduction In today’s world, where technology is rapidly advancing, information and network security have become more crucial than ever. This article aims to delve into basic computer security concepts and learn how keyboard inputs can be monitored for educational purposes by writing a keylogger. Keyloggers are tools that record all inputs made by a user through the keyboard. While they … Read more

CrackMapExec: Network Security Audit and Privilege Escalation Tool

Network security is a vital component of today’s information technology infrastructures. Preventing attackers from infiltrating your network and testing existing defense mechanisms are among the core responsibilities of security professionals. CrackMapExec (CME), a tool developed for such requirements, serves as a robust solution for network security auditing and privilege escalation. What is CrackMapExec? CrackMapExec (CME) is an open-source tool commonly used during … Read more

Linux for Intermediate Hackers: Deepening Your Skills

Introduction As you delve deeper into the realm of intermediate Linux cybersecurity, the complexities of this robust operating system unfold, offering a rich playground for those eager to fortify their digital fortresses. This guide is not just about broadening your Linux knowledge; it’s a step towards mastering the art of leveraging Linux for sophisticated cybersecurity … Read more

Securing with OpenSSL: Essential Usage and Commands

Introduction In today’s digital age, data security and privacy are paramount for both organizations and individuals. Ensuring the security of online transactions and protecting sensitive information requires robust tools. OpenSSL, an open-source software library that facilitates data encryption and secure communication using SSL and TLS protocols, is one of these vital tools. This article delves … Read more

ARP Sniffing with Scapy: Analyzing ARP Traffic on the Network

Network security and analysis hold significant importance in modern information technology. Network administrators and security experts use various tools to monitor and understand the traffic on their networks. In this article, we will learn how to use Scapy, a Python-based network packet manipulation library, to sniff and analyze ARP (Address Resolution Protocol) traffic. What is Scapy? Scapy is a powerful network packet … Read more

HTML Injection and Examples

entrance HTML injection is one of the security vulnerabilities in web applications. This type of attack allows attackers to inject malicious HTML or JavaScript code into web pages. As a result, attackers can steal user information, create fake forms, or alter the behavior of the web page. Fundamentals of HTML Injection HTML injection usually occurs due to web applications not … Read more

Network Tunneling with Chisel: Security and Practical Examples

Introduction In today’s complex network structure, secure and flexible access has become more important than ever. Chisel is a powerful tool that responds to this need with its TCP/UDP tunneling capabilities. In this article, we will present some practical examples of how Chisel can be used. Basic Features of Chisel: Chisel is an open-source tool developed using the Go … Read more

Join our Mailing list!

Get all latest news, exclusive deals and academy updates.