Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fijimunkii/bash-dev-tcp
collection of scripts using /dev/tcp
https://github.com/fijimunkii/bash-dev-tcp
bash http shell tcp
Last synced: 3 months ago
JSON representation
collection of scripts using /dev/tcp
- Host: GitHub
- URL: https://github.com/fijimunkii/bash-dev-tcp
- Owner: fijimunkii
- Created: 2018-06-22T21:08:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T21:08:47.000Z (over 6 years ago)
- Last Synced: 2024-05-15T13:42:04.362Z (6 months ago)
- Topics: bash, http, shell, tcp
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 58
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bash /dev/tcp scripts
bash has a utility device for tcp connections
`/dev/tcp/$host/$port`
it can be used to download and send files, create reverse shells, etc
here is a collection of scripts using `/dev/tcp`