Skip to content
/ asmhost Public

simple http server just like python -m http.server 8080 but written in assembly

Notifications You must be signed in to change notification settings

0xleft/asmhost

Repository files navigation

Asmhost

Install

curl -sSL https://raw.githubusercontent.com/0xleft/asmhost/master/install.sh | sudo sh

Run

asmhost <port (optional)>
# example: asmhost 8080, will host on port 8080

Test

git clone https://github.com/0xleft/asmhost
cd asmhost
chmod +x task.sh
./task.sh test
# ./task.sh test d # to stop container

Demo

Demo instance running at http://194.135.88.67:8080/ you can download file bakkesmod.dll at http://194.135.88.67:8080/bakkesmod.dll as an example

About

simple http server just like python -m http.server 8080 but written in assembly

Resources

Stars

Watchers

Forks

Packages

No packages published