diff --git a/console b/console new file mode 100644 index 0000000..7fed5f9 Binary files /dev/null and b/console differ diff --git a/console.go b/console.go index f6d7047..f0f333a 100644 --- a/console.go +++ b/console.go @@ -38,7 +38,7 @@ func console() { //set some defult env varieties env1.lport = 4444 - env1.rhost = "127.0.0.1" + env1.rhost = "0.0.0.0" env1.rport = 4444 reader := bufio.NewReader(os.Stdin) diff --git a/dockerfile b/dockerfile index 3d57fb8..f54cdb1 100644 --- a/dockerfile +++ b/dockerfile @@ -2,4 +2,4 @@ from golang:latest copy . /go run go build -o console console.go expose 4444 -entrypoint /bin/bash \ No newline at end of file +cmd ./console \ No newline at end of file diff --git a/downloaded/11111.txt b/downloaded/11111.txt new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/downloaded/11111.txt @@ -0,0 +1 @@ + diff --git a/downloaded/fixdisk.sh b/downloaded/fixdisk.sh new file mode 100644 index 0000000..47ddd0a --- /dev/null +++ b/downloaded/fixdisk.sh @@ -0,0 +1,2 @@ +#!/bin/zsh +sudo ntfsfix /dev/sda4 diff --git a/downloaded/hacked.wav b/downloaded/hacked.wav new file mode 100644 index 0000000..06aab56 Binary files /dev/null and b/downloaded/hacked.wav differ