Applies to: Seclore Cloud VPN

Script to generate interesting traffic inside the VPN tunnel

Here's a simple guide on how to use a script to create activity inside your VPN tunnel:

1. You'll find the sample script attached in a .txt format (PFA). First, rename this file and change its extension from .txt to .ps1. It should now look like a PowerShell script.

2. This script will run continuously for 30 seconds, creating activity in your tunnel.

3. To use the script, set it up in the task scheduler on your computer.

4. Configure the trigger for the script to start running.

Begin the task
At Startup
Repeat the task every
5 minutes
Duration
Indefinitely

6. To run the script in background, configure Actions:

:paperclip:
Program/Script: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Add arguments(optional): -NoLogo -WindowStyle hidden -file C:\SendingInterestingTraffic.ps1

7. Settings:

:paperclip:
Check: Allow task to run on-demand, Run task as soon as possible
           If the task fails, restart every 30 minutes, Attempt 3 times
Uncheck: Stop the task if it runs longer than

Please note that this is just a sample script. Before using it, make sure it fits your needs and process. We won't take responsibility for the script's performance or any issues it may cause. It's essential to validate and adapt the script to your specific requirements.