Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
更新
  • Loading branch information
demonsec666 committed Feb 2, 2020
1 parent 4ce1920 commit e666d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func Hosts() {
encoded := base64.StdEncoding.EncodeToString(strbytes)
// fmt.Println(encoded)
commandJ := "Start-Job -scriptblock {iex([System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String('" + encoded + "')))}"
fmt.Println(commandJ)
fmt.Printf("%s %s \n", Blue("[☠ ]"), commandJ)
}

func Options() { //定义tab 下拉菜单选项参数
Expand Down

0 comments on commit e666d81

Please sign in to comment.