8000 GitHub - tarihub/gobox: busybox-like tool writen in go like netstat or upload file to bashupload
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ gobox Public

busybox-like tool writen in go like netstat or upload file to bashupload

License

Notifications You must be signed in to change notification settings

tarihub/gobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobox

upload

Upload a file in restricted linux environment

./upload https://bashupload.com file

Status: 200 OK
Response Body: 
=========================

Uploaded 1 file, 6 bytes

wget https://bashupload.com/xxxx/xxxxxxx

=========================


File uploaded successfully

netstat

netstat in restricted linux environment

./netstat
========= tcp =========
Listening on 127.0.0.53:53
Listening on 0.0.0.0:443
Listening on 0.0.0.0:22
Listening on 0.0.0.0:81
Listening on 0.0.0.0:80
Listening on 0:::::::53
========= tcp =========

========= udp =========
Listening on 0:::::::53
Listening on :::0:323
========= udp =========

========= unix socket =========
....
Unix Socket Path: /run/docker.sock, RefCount: 00000000, Protocol: ....
========= unix socket =========

About

busybox-like tool writen in go like netstat or upload file to bashupload

Resources

License

Stars

Watchers

Forks

Languages

0