From a566734c5580507ca309ae591d3d97cb610054d0 Mon Sep 17 00:00:00 2001 From: Narsty Date: Tue, 25 Jul 2023 23:22:30 -0500 Subject: [PATCH] Update Web Scraper.txt --- RECON/Web Scraper.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RECON/Web Scraper.txt b/RECON/Web Scraper.txt index 0190d5f..15217c5 100644 --- a/RECON/Web Scraper.txt +++ b/RECON/Web Scraper.txt @@ -1,10 +1,11 @@ -REM Web Scraping and Output to Desktop +REM Web Scraping and Output to Desktop. REM This script performs web scraping on a target website and saves the extracted data to a text file on the desktop. REM Make sure to replace the target website URL and adjust the delay timings as needed for optimal performance. REM Please note that web scraping may have legal and ethical implications, -REM Script should only be performed on websites you have permission to access and scrape data from. +REM script should only be performed on websites you have permission to access and scrape data from. +REM Replace 'https://www.example.com' with the target website URL. @@ -30,7 +31,7 @@ STRING touch output.txt DELAY 500 ENTER DELAY 500 -STRING curl -s https://www.example.com > output.txt # Replace with the target website URL +STRING curl -s https://www.example.com > output.txt DELAY 1000 ENTER DELAY 500