Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylous committed Jan 31, 2022
1 parent 5d96b43 commit a9b540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ivy.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Their cries for mercy?
if opt.outFile == "" {
log.Fatal("Error: Please provide a name for the payload the you wish to generate")
}
if opt.CommandLoader == "" || opt.CommandLoader == "bits" || opt.CommandLoader == "hta" || opt.CommandLoader == "macro" || opt.CommandLoader == "xsl" {
if opt.CommandLoader != "" && opt.CommandLoader != "bits" && opt.CommandLoader != "hta" && opt.CommandLoader != "macro" && opt.CommandLoader != "xsl" {
log.Fatal("Error: Invalid delivery command option, please choose one of the acceptable options")
}
if opt.inputFile32 != "" && opt.stageless == false {
Expand Down

0 comments on commit a9b540e

Please sign in to comment.