Skip to content

Commit

Permalink
Update and rename vulnify_loader.ps1 to loader.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
tevelsho authored Sep 30, 2024
1 parent abeb901 commit 265b729
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/vulnify_loader.ps1 → scripts/loader.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
param (
[Alias("f")]
[Parameter(Mandatory=$true)]
[string]$Folder
)
Expand Down Expand Up @@ -146,7 +147,3 @@ Process-Files -validFiles $validFiles -folder $Folder

# DEBUGGING - Prevent the terminal from closing immediately
Read-Host -Prompt "Press Enter to close:"

<#
.\driver_loader.ps1 -Folder "C:\Users\tevel\OneDrive\Documents\dso-automated-penetration-testing-project\vulnerable_LOTL_drivers"
#>

0 comments on commit 265b729

Please sign in to comment.