Day 09: My Bug Bounty Challenge … 0–100k without knowledge in one year!

3 hours ago 3
BOOK THIS SPACE FOR AD
ARTICLE AD

Dogx0x

Starting today the ninth day of my challenge with a small review of what has already been seen previously, but with a greater focus on web applications so that I can reinforce some things and improve my knowledge base and notes.

In today’s review the following topics were covered:

- web applications interagem com browsers, porem rodam em servidores e databases

- adopt a client-server architecture to run and handle interactions

- have front and back end components

* front end -> what the user sees [website interface] run on the clint side

* back end -> the web application [source code] run on the server side {back end server/databases}

###OBS: because of this allows organizations to host powerful applications with near-complete real-time control over their design and functionality while being accessible worldwide.

- examples of web applications:

* GMAIL

* Amazon

* Google Docs

#Web Applications vs. Websites

- websites are static and cannot be changed in real-time. [(web 1.0)]

Read Entire Article