UNDERCODE COMMUNITY
2.72K subscribers
1.24K photos
31 videos
2.65K files
83.6K links
🦑 Undercode World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE


Youtube.com/Undercode
by Undercode.help
Download Telegram
Forwarded from Exploiting Crew (Pr1vAt3)
Forwarded from Exploiting Crew (Pr1vAt3)
🦑 Step-by-step breakdown of the journey of a URL:

1️⃣ DNS Resolution:
🔸 Your browser doesn’t understand domain names like mypage.com. It first queries a DNS (Domain Name System) to translate the human-readable domain into an IP address, so it knows where to find the server.

2️⃣ Cache Check:
🔸 Before the DNS query, the system checks local caches (browser, operating system, router, etc.) to see if the IP address is already stored for faster access.

3️⃣ TCP/IP Handshake:
Once the server IP is found, a TCP (Transmission Control Protocol) connection is established. This involves a three-step handshake:
🔸 SYN: Your browser says, "Can we connect?"
🔸 SYN-ACK: The server responds, "Sure, let’s connect!"
🔸 ACK: Your browser confirms, "Great, let’s proceed!"

4️⃣ HTTP Request:
🔸 Your browser sends an HTTP/HTTPS request to the server for the specific resource (e.g., HTML, CSS, JavaScript, images).

5️⃣ Server Response:
🔸 The server processes the request and responds with a status code (e.g., 200 OK, 404 Not Found, 500 Server Error) along with the requested data.

6️⃣ Rendering the Web Page:
🔸 The browser engine parses the HTML to build a DOM (Document Object Model) tree.
🔸 It parses CSS to create a CSSOM (CSS Object Model) tree.
🔸 JavaScript is executed, the DOM is updated, and the layout is computed.
🔸 Finally, the render tree is painted on the screen, turning raw code into the visual content you see.

All this happens in seconds or less!
This process is a beautiful blend of networking, systems engineering, and browser technologies, working seamlessly to bring the internet to life.

Ref: Fadi Kazdar
@UndercodeCommunity
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
Forwarded from UNDERCODE TESTING
Extract all endpoints from a JS File and take your bug Method