first commit

This commit is contained in:
Smart-SangGe 2023-12-30 19:08:18 +08:00
parent 54a1ddc8ef
commit 36ce3710b1
6 changed files with 5 additions and 2 deletions

BIN
console Normal file

Binary file not shown.

View File

@ -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)

View File

@ -2,4 +2,4 @@ from golang:latest
copy . /go
run go build -o console console.go
expose 4444
entrypoint /bin/bash
cmd ./console

1
downloaded/11111.txt Normal file
View File

@ -0,0 +1 @@

2
downloaded/fixdisk.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/zsh
sudo ntfsfix /dev/sda4

BIN
downloaded/hacked.wav Normal file

Binary file not shown.