✅ Free Hacking & Cybersecurity Courses by Israel National Cyber Directorate ✅
by Rezistenza - Wednesday November 6, 2024 at 03:52 PM
(11-06-2024, 03:52 PM)Rezistenza Wrote:
[Image: 1a3f84806982092b2ed22aba8636bfbac3c86a94.jpg]
שלום
I don’t understand Hebrew, so I’ve decided to give it away. For anyone asking about sources or details, you can find them through the provided links.
SCRIPT TO DOWNLOAD 
[Image: Red-Triangle-Pointed-Down-Flat-icon.png]
# Define the location of your URL list in the current directory[/align] [align=center]$urlListPath = ".\urls.txt"[/align] [align=center]# Set the download folder to the current directory[/align] [align=center]$downloadFolder = (Get-Location).Path[/align] [align=center]# Read each URL from the file[/align] [align=center]foreach ($url in Get-Content $urlListPath) {[/align] [align=center]    # Extract the file name from the URL[/align] [align=center]    $fileName = Split-Path $url -Leaf[/align] [align=center]    # Define the full path for the downloaded file[/align] [align=center]    $outputPath = Join-Path $downloadFolder $fileName[/align] [align=center]    # Download the file[/align] [align=center]    Invoke-WebRequest -Uri $url -OutFile $outputPath[/align] [align=center]    Write-Output "Downloaded $fileName"[/align] [align=center]}[/align] [align=center]



Video courses

[Image: Red-Triangle-Pointed-Down-Flat-icon.png]
Reply
Thank you for shareeeee
Reply
(11-06-2024, 03:52 PM)Rezistenza Wrote:
[Image: 1a3f84806982092b2ed22aba8636bfbac3c86a94.jpg]
שלום
I don’t understand Hebrew, so I’ve decided to give it away. For anyone asking about sources or details, you can find them through the provided links.
SCRIPT TO DOWNLOAD 
[Image: Red-Triangle-Pointed-Down-Flat-icon.png]
# Define the location of your URL list in the current directory[/align] [align=center]$urlListPath = ".\urls.txt"[/align] [align=center]# Set the download folder to the current directory[/align] [align=center]$downloadFolder = (Get-Location).Path[/align] [align=center]# Read each URL from the file[/align] [align=center]foreach ($url in Get-Content $urlListPath) {[/align] [align=center]    # Extract the file name from the URL[/align] [align=center]    $fileName = Split-Path $url -Leaf[/align] [align=center]    # Define the full path for the downloaded file[/align] [align=center]    $outputPath = Join-Path $downloadFolder $fileName[/align] [align=center]    # Download the file[/align] [align=center]    Invoke-WebRequest -Uri $url -OutFile $outputPath[/align] [align=center]    Write-Output "Downloaded $fileName"[/align] [align=center]}[/align] [align=center]



Video courses

[Image: Red-Triangle-Pointed-Down-Flat-icon.png]
Reply
thanks for sharing
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] PHONE NUMBERS FOR SMS VERIFICATION lulagain 400 14,860 1 hour ago
Last Post: xxxxxxxxxxxx
  FREE WormGPT LIFETIME lulagain 384 8,803 3 hours ago
Last Post: KakashiHatake2000
  FREE PHISHING PAGE GENRATOR 100% ACCURATE lulagain 95 2,113 3 hours ago
Last Post: KakashiHatake2000
  Learn Real World Black Hat Hacking Course killaTheGoat 753 22,276 4 hours ago
Last Post: KakashiHatake2000
  [FREE] SANS ICS410 - ICS SCADA Security Essentials Tamarisk 173 8,167 08-28-2026, 07:50 PM
Last Post: N1GHTC0D3



 Users browsing this thread: 1 Guest(s)