first commit
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
1
downloaded/11111.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
2
downloaded/fixdisk.sh
Normal file
2
downloaded/fixdisk.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/zsh
|
||||
sudo ntfsfix /dev/sda4
|
||||
BIN
downloaded/hacked.wav
Normal file
BIN
downloaded/hacked.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user