mirror of
https://github.com/sigmasternchen/ShellSpider
synced 2025-03-16 08:29:02 +00:00
No description
home | ||
404.html | ||
base.source.sh | ||
index.sh | ||
LICENSE | ||
misc.sh | ||
README.md | ||
response.sh | ||
server.sh | ||
statusString.sh | ||
test-response.sh |
ShellSpider
A web-server in shell script
Why?
Because I can.
Requirements
- an up-to-date version of bash
- socat (for networking)
- python (for url-encoding)
- dig (for reverse lookup)
- some other basic tools, like sed, grep, awk, getopt
Usage
./server.sh --port=[PORT]
For other options start the script without the port-option.
Why again?
I did this just for fun. I wanted to reach the limits of shell scripts. Turned out: Building a fully functional webserver is possible.