Parameter tampering | Data tampering – in Telugu

Parameter tampering:- Parameter tampering is a simple attack targeting the application business logic. This attack takes advantage of the fact that many programmers rely on hidden or fixed fields (such as a hidden tag in a form or a parameter in a URL) as the only security measure for certain operations.   Data tampering:- Data tampering is the act of

Read More »

HTML Injection Vulnerability – in Telugu

HTML Injection:- Hypertext Markup Language (HTML) injection is a technique used to take advantage of non-validated input to modify a web page presented by a web application to its users. … When applications fail to validate user data, an attacker can send HTML-formatted text to modify site content that gets presented to other users.   HTML Injection Vulnerability | Part

Read More »

Host Header Attack Vulnerability – in Telugu

Host Header Attack:- HTTP Host header attacks exploit vulnerable websites that handle the value of the Host header in an unsafe way. If the server implicitly trusts the Host header and fails to validate or escape it properly, an attacker may be able to use this input to inject harmful payloads that manipulate server-side behavior. Host Header Attack Vulnerability |

Read More »

Cross-site scripting ( XSS ) – in Telugu

XSS – Cross-site scripting Cross-Site Scripting (XSS) is a type of security vulnerability typically found in web applications. XSS attacks enable attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy. Download XSS Payloads   XSS bug hunting on live

Read More »

Burp suite installation and setup in Telugu

Burp Suite Professional is one of the most popular penetration testing and vulnerability finder tools and is often used for checking web application security. “Burp,” as it is commonly known, is a proxy-based tool used to evaluate the security of web-based applications and do hands-on testing. How to install Burpsuite pro in windows Download JDK-8 Download Burp suite   Burpsuite

Read More »

How to set up x11VNC Server on Kali Linux Raspberry Pi?

Before, installing x11vnc on Kali Linux (Raspberry Pi). First, let us know what is x11?x11VNC is a Virtual Network Computing (VNC) server program that allows remote access from a remote client to a computer hosting an X Window session & the x11vnc software, continuously polling the X servers frame buffer for changes. Using remote desktop connection we can connect any

Read More »