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
5 results tagged cgi  ✕   ✕
Haserl: Dynamic web content in 20K https://haserl.sourceforge.net/
Mon 28 Oct 2024 01:47:33 PM PDT archive.org

Haserl is a small program that uses shell or Lua script to create cgi web scripts. It is intended for environments where PHP or ruby are too big. It was written for Linux, but is known to run on FreeBSD. A typical use is to run cgi scripts in an embedded environment, using a small web server, such as mini-httpd, lighty, or the server built into busybox.

he haserl binary typically compiles to less than 20KB (stripped). The lua language adds less than 150K if linked in statically. Parses like other scripting languages: Anything that is not enclosed in <% ... %> tags is sent verbatim to the client. Form elements sent from the client are automatically parsed and placed into environment variables. The script can then reference the variables without any extra work. Mime data sent via the enctype="multipart/form-data" method is transparently decoded. This method is used when uploading files from the client. Attempts to drop its privileges to the uid/gid of the owner of the script for security.

cgi scripts shell lua embedded templates tiny
ginjo/haserl-framework https://github.com/ginjo/haserl-framework
Sun 27 Oct 2024 09:41:25 PM PDT archive.org

The Haserl Framework is a set of shell scripts and functions that allow one to build MVC-style web applications based on shell scripting and haserl templating. It is similar to Ruby's Sinatra framework in structure, functionality, and spirit. Haserl Framework is developed primarily for embedded systems running minimal Linux distributions with limited space and shell functionality. The framework itself is relatively bare-bones but can easily be extended.

Effort has be made to keep the framework as POSIX compliant as possible, but that is an ongoing pursuit. The original development platform for Haserl Framework was OpenWRT's Ash/Busybox shell.

Has its own DSL (domain-specific language) but it's shell-based. Uses either scgi requests or FIFO files. Request processing is done in subshells for isolation. Requires Haserl, socat, gpg, base64, and a web server that supports CGI or SCGI.

framework scripts embedded webapps templates cgi
Virtual Humans https://www.virtualhumans.org/
Wed 15 Sep 2021 06:35:50 PM PDT archive.org

A directory of virtual influencers and idoru.

cgi idoru influence directory
Stagit: a static git page generator https://codemadness.org/stagit.html
Fri 30 Jul 2021 03:32:27 PM PDT archive.org

A static page generator for git.

Git repo: https://git.codemadness.org/stagit/

git static pages generator cgi c
Nikto2 | CIRT.net http://www.cirt.net/nikto2
Tue 20 Mar 2018 02:35:39 AM PDT archive.org

An open source web server and web application scanner that tests for misconfigurations, bugs, and missing patches. Not designed to be subtle, it's a pen tester's auditing tool through and through.

scanner fingerprinting perl cgi http xss vulnerability pentesting infosec auditing
6295 links, including 412 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn