Difference between revisions of "CVE Webscraper"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Changed redirect target from PandwaRF to Web Scraper)
Tag: Redirect target changed
Line 1: Line 1:
#REDIRECT [[Web Scraper]]
#REDIRECT [[Web Scraper]]


== Level 2 ==Summary
== Summary ==
Web Scraping is a way of automated data mining.
Web Scraping is a way of automated data mining.
This means it is used for collecting various information in an automated way from open sources.
This means it is used for collecting various information in an automated way from open sources.
The Web scraper usually makes HTTP requests to a target Website in order to do so, it can also make requests to APIs for further data.
The Web scraper usually makes HTTP requests to a target Website in order to do so, it can also make requests to APIs for further data.
There are many uses for this, not even exclusively for security reasons. For example is it used for price monitoring, news monitoring and other types of automated research that needs big amounts of data.
There are many uses for this, not even exclusively for security reasons. For example is it used for price monitoring, news monitoring and other types of automated research that needs big amounts of data.

Revision as of 19:51, 6 July 2022

Redirect to:

Summary

Web Scraping is a way of automated data mining. This means it is used for collecting various information in an automated way from open sources. The Web scraper usually makes HTTP requests to a target Website in order to do so, it can also make requests to APIs for further data. There are many uses for this, not even exclusively for security reasons. For example is it used for price monitoring, news monitoring and other types of automated research that needs big amounts of data.