Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
7 results tagged webserver  ✕   ✕
deckerego/ampule https://github.com/deckerego/ampule
Wed 16 Mar 2022 03:05:48 PM PDT archive.org

A tiny HTTP server made for CircuitPython WiFi devices (like the ESP32).

Note that ampule is in alpha and right now for use by tally_circuitpy. Feel free to use it, but know that there are tons of things not yet implemented.

ampule gathers inspiration from Bottle: Python Web Framework, Adafruit's CircuitPython WSGI library, Adafruit's ESP32 SPI WSGI Server, and Adafruit's CircuitPython Requests library.

embedded circuitpython webserver webapps
GitHub - kitabisa/teler: Real-time HTTP Intrusion Detection https://github.com/kitabisa/teler
Tue 27 Oct 2020 03:48:39 PM PDT archive.org

teler is an real-time intrusion detection and threat alert based on web log that runs in a terminal with resources that we collect and provide by the community. Requires minimal configuration. Run your web server logs through it and see what it comes up with.

cli infosec sysadmin golang logs http https intel webserver
List of /.well-known/ services offered by webservers - Wikipedia https://en.wikipedia.org/wiki/List_of_/.well-known/_services_offered_by_webservers
Sun 12 Jan 2020 06:52:27 PM PST archive.org
wiki webserver webservices directory services identifiers
nginxconfig.io https://nginxconfig.io/
Fri 16 Nov 2018 03:33:23 AM PST archive.org

An online app that generates custom nginx.conf and site.conf files for Nginx when given some specifics.

Github: https://github.com/valentinxxx/nginxconfig.io

generator online nginx configs webserver sysadmin
apache - htaccess password protect but not on localhost - Stack Overflow http://stackoverflow.com/questions/4323875/htaccess-password-protect-but-not-on-localhost
Tue 20 Mar 2018 12:37:10 AM PDT archive.org

How to configure Apache so that users need to authenticate to see any resources, but users accessing http[s]://localhost/ don't need to log in.

apache sysadmin authentication webserver localhost howto
/s-rah/onionscan https://github.com/s-rah/onionscan
Tue 20 Mar 2018 12:00:24 AM PDT archive.org

A FOSS utility for investigating Tor hidden services. Searches for configuration errors and information leaks. Written in golang. In the AUR. CLI tool but the Onionscan Correlation Lab is a webapp that lets you analyze the data visually.

deanonymization information sysadmin errors cli tor howto research golang webserver aur configuration webapp foss opsec utility
python - How to use cherrypy as a web server? - Stack Overflow http://stackoverflow.com/questions/759627/how-to-use-cherrypy-as-a-web-server
Mon 19 Mar 2018 05:58:11 PM PDT archive.org

The main thrust of the article is how to whip together a quick and dirty HTTP server for static pages using Python and Cherrypy. I saved this article because the worst-ranked response also tells you how to hardcode (read, make configurable at runtime) the port and IP address a CherryPy instance listens on.

cherrypy.server.socket_port = 80
cherrypy.server.socket_host = '0.0.0.0'

cherrypy python static content stackoverflow webserver configuration port
4219 links, including 279 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn