Skip to content

Host text as plaintext on port 42069, sort of like python simple http server, but only one and done, no multiple clients.

Notifications You must be signed in to change notification settings

TastyKayKs/QuickHost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

QuickHost

Host text as plaintext on port 42069, sort of like python simple http server, but only one and done, no multiple clients.

You could definitely do this smarter with the HTTPListener class in C#/POSH, HOWEVER, when using plaintext like this for the header and specifying a random high port, you can circumvent a lot of antivirus/security policies. I don't recommend leaving a listening port open, which is why this is one and done, it's more for admins/users who need to get files (like apt source lists) onto boxes that have weird access issues (like linux VMs with no copy paste and don't have openssh-server installed)

About

Host text as plaintext on port 42069, sort of like python simple http server, but only one and done, no multiple clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published