JJebitokinsharonjebitok.com81Web Server Attacks - II (TryHackMe)2d ago · 33 min read · Link to the Challenge on TryHackMe: Web Server Attacks - II Introduction IIS is installed on virtually every Windows Server running a web application, intranet portal, or REST API. Unlike standalone wLLara commented
JJebitokinsharonjebitok.com00Guided Pentest: Web3d ago · 19 min read · Link to the Walkthrough/Challenge on TryHackMe: Guided Pentest: Web Introduction Imagine you have been hired as a penetration tester. Your client runs a small web application called RecruitX, an interJoin discussion
JJebitokinsharonjebitok.com00Web Server Attacks - I (TryHackMe)5d ago · 33 min read · Link to the Walkthrough in TryHackMe - Web Server Attacks - I Introduction During a penetration test, you will almost always run into at least one web server. Sometimes it is a production Apache site Join discussion
SBSwastisunder Badatyainswasti.hashnode.dev00Getting Started with cURLMay 31 · 6 min read · Every time you open website inside browser… your browser sends request to server. Then server sends response back. Very simple idea honestly. Something like this: Browser → Server → Response But someJoin discussion
HBHimanshu Balaniinblog.himanshubalani.com00Getting Started with cURL: The Terminal’s BrowserMay 10 · 6 min read · Before you write a single line of backend code or fetch data for a frontend component, you need to understand what a server actually is. In the simplest terms, a server is just a computer sitting someJoin discussion
JMJanardan Mondalinjanardanm.hashnode.dev00Getting Started with cURLMay 8 · 6 min read · When we open a website, log into an app, or fetch data from an API, our computer is constantly communicating with servers over the internet. But how does that communication actually happen? That is whJoin discussion
VSVishal Singhinblog.xpvishal.dev00Getting Started with cURLApr 30 · 8 min read · Table of Contents What is cURL — in very simple terms Why programmers need cURL Making your first request Understanding request and response Using cURL to talk to APIs Common mistakes beginners Join discussion
ATAnshul Tripathiincurl-101-start-sending-request.hashnode.dev00cURL Deep Dive: Your First Step into HTTP RequestsApr 27 · 14 min read · Table of Contents Introduction What is server What is cURL (in Simple Terms) How it works behind the scenes Why Programmers Use cURL Testing APIs quickly Debugging server issues Making YouJoin discussion
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev00Blind SQL Injection in DVWAApr 26 · 28 min read · 1 Introduction In this post, the Blind SQL Injection vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to find the version of the SQLJoin discussion
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev00Insecure CAPTCHA in DVWAApr 18 · 27 min read · 1 Introduction In this post, the Insecure CAPTCHA vulnerability in the Damn Vulnerable Web Application (DVWA) is described. The objective for attacks on all levels is to bypass the poor CAPTCHA systemJoin discussion