GBGiliam Breemsinapexstuff.hashnode.dev·Jun 19 · 6 min readGenerating a bearer token with Curl using Oracle ORDS and the OAuth 2.0 Client Credentials flowIn this blog I cover the manual steps to resolve a valid bearer token from the OAuth Authentication Server that comes out-of-the-box with Oracle ORDS, a.k.a. Oracle REST Data Services. Nevertheless, t00
JJebitokinsharonjebitok.com·Jun 6 · 33 min readWeb Server Attacks - II (TryHackMe)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 w81L
JJebitokinsharonjebitok.com·Jun 6 · 19 min readGuided Pentest: WebLink 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 inter00
JJebitokinsharonjebitok.com·Jun 3 · 33 min readWeb Server Attacks - I (TryHackMe)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 00
SBSwastisunder Badatyainswasti.hashnode.dev·May 31 · 6 min readGetting Started with cURLEvery 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 some00
HBHimanshu Balaniinblog.himanshubalani.com·May 10 · 6 min readGetting Started with cURL: The Terminal’s BrowserBefore 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 some00
JMJanardan Mondalinjanardanm.hashnode.dev·May 8 · 6 min readGetting Started with cURLWhen 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 wh00
VSVishal Singhinblog.xpvishal.dev·Apr 30 · 8 min readGetting Started with cURLTable 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 00
ATAnshul Tripathiincurl-101-start-sending-request.hashnode.dev·Apr 27 · 14 min readcURL Deep Dive: Your First Step into HTTP RequestsTable 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 You00
WBWiktoria Blomgren Strandberginpentesting-dvwa.hashnode.dev·Apr 26 · 28 min readBlind SQL Injection in DVWA1 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 SQL00