Showing 31 open source projects for "webserver"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Sanic

    Sanic

    Async Python 3.6+ web server/framework

    ...It allows the usage of the async/await syntax added in Python 3.5, so your code is guaranteed to be non-blocking and speedy. It's also ASGI compliant, so it's possible to deploy with an alternative ASGI webserver.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Eel

    Eel

    A Python library for making simple Electron-like HTML/JS GUI apps

    Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Eel hosts a local webserver, then lets you annotate functions in Python so that they can be called from Javascript, and vice versa. Eel is designed to take the hassle out of writing short and simple GUI applications. If you are familiar with Python and web development, probably just jump to this example which picks random file names out of the given folder (something that is impossible from a browser). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SharPyShell

    SharPyShell

    Tiny and obfuscated ASP.NET webshell for C# web applications

    ...The main aim of this framework is to provide the penetration tester with a series of tools to ease the post-exploitation phase once exploitation has been successful against an IIS webserver. This tool is not intended as a replacement for the frameworks for C2 Server (i.e. Meterpreter, Empire, etc..) but this should be used when you land on a fully restricted server where inbound and outbound connections are very limited. In this framework, you will have all the tools needed to privesc, net discovery, and lateral movement as you are typing behind the cmd of the target server.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Zebrunner Community Edition

    Zebrunner Community Edition

    Test Automation Management Tool

    ...It is built on top of popular docker solutions and includes Postgres database, Zebrunner Reporting, Jenkins Master/Slaves Nodes, Selenium Hub, Mobile Device Farm (MCloud), SonarQube, etc. All components are deployed under NGINX WebServer which can be configured in a fully secured environment. The Zebrunner CE repository: https://github.com/zebrunner/zebrunner
    Downloads: 0 This Week
    Last Update:
    See Project
  • Repair-CRM Icon
    Repair-CRM

    For small companies that repair and maintenance customer machines

    All-In-One Solution with an Online Booking portal for automating scheduling & dispatching to ditch paperwork and improve the productivity of your technicians!
    Learn More
  • 5
    phpsploit

    phpsploit

    Full-featured C2 framework which silently persists on webserver

    Full-featured C2 framework which silently persists on webserver via polymorphic PHP oneliner. The obfuscated communication is accomplished using HTTP headers under standard client requests and web server's relative responses, tunneled through a tiny polymorphic backdoor. Detailed help for any option (help command) Cross-platform on both client and server. CLI supports auto-completion & multi-command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    VM as a service

    Provision VMs in QEMU, using ZFS clones for virtual disks

    These scripts run from any webserver (eg, nginx) on a FreeBSD host with a zpool configured. VMs are cloned from ZFS snapshot and exported via iSCSI. A qemu process on a (linux) hypervisor host is created via ssh (keys), with the qemu process being the iSCSI initiator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    YoMo

    YoMo

    You Only Meter Once - The open hardware smart metering system

    ...The gathered data is timestamped and transmitted to the coordination device. This device offers interfaces to control the smart meters. On top of the software runs a apache webserver that provides all estimated data on our yomo project homepage. The system does not need any maintenance and works out of the box after the devices were integrated into the households Wi-Fi network. Link to the scientific paper: http://link.springer.com/article/10.1007%2Fs00450-014-0290-8#/page-1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Quadcontrol

    Quadcopter Remote Control by RaspberryPi

    An application to control remotely a Quadcopter throught a Raspberry Pi. The goal is to be able to command and view what is in front of the quadcopter with a camera. This is allready working using a python Webserver and streaming video from Raspberry Camera. You can play also without camera support from command line with remote access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    PynDora

    PynDora

    Python WebServer Log File Analyzer

    This is a web log file analyzer we are making using python. First the IIS parsing engine wil be built and then Apache and possibly other servers. It is going to support multiple log files from any date and output the statistics in html formatted files, incorporating automatically build charts. It will be a pure python solution which is going to be self contained, ie no installation will be required other from the standard python modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    GS junior Webserver

    GS junior Webserver

    GS junior Webserver is a web based file server to easily access sequencing data of
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Openport-it

    The client to the openport project

    Openport allows you to forward a port of your system to the internet using public reverse-ssh servers. This means: - You have a webserver running, but you are behind a (corporate) firewall: openport-it! - You want to control a server through ssh, but it's IP always changes: openport-it! - You want to see your webcam but don't want to setup dns and firewalls: openport-it! - You want to quickly share a file, but it's private and you don't want is on a cloud server: openport-it! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Feedisto is your personal newspaper. Your newspaper is collocted from rss feeds, parsed by a bayesian filter to rate its relevance and served as a static html page or on a webserver to train the filter. Writing plugins is very easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Pombo

    Pombo

    Pombo can help you recover your computer in the event it's stolen.

    Pombo works silentely in the background, hidden, and sends tracking information to a webserver of your choice. If your computer is stolen, just log into your webserver to get the lastest file uploaded by Pombo, decrypt and hand it to the police. They will have all they need to catch the thief: IP address, date/time, nearby routers, screenshot, and even a photo of his/her face if you have a webcam ! Pombo protects your privacy: Tracking information is encrypted with rock-solid GnuPG and only you can decrypt it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Convserver is a threaded XML-RPC webserver that converts files into various formats remotely. Convserver is not meant as a end-user tool but as middleware facilitating other applications like web applications, mobile apps and traditional GUI tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JyWeb is a lightweight webserver written in Jython. It also uses Jython which is in the archives for your convenience and in the SVN in the release folder so you can build your own jars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    gmail-otp consists of simple scripts to allow usage of one-time-pad (single-use) passwords for the authentication with the gmail (google mail) web-interface. It needs a trusted webserver to run the scripts.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    PyPredius is a webserver made in Python which aims for simplicity. It will support CGI in a later time,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lemon is a suite of pure Python modules for rapidly developing web applications. Includes: database, webserver, auth & session management, form and templating tools, docs and examples. Flexible enough to use on its own or with other solutions like Apache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Revision Forum is a platform for consultative editing, based on the Zope webserver and (in its initial form) the Postgresql database. By leveraging the Python Docutils package and its reStructuredText parser, Revision Forum is able to offer robust docum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Software to organize, interpret, and present course survey results on the web. Requires Python; uses a database and a webserver. Colored rating bars, plots, statistical comparisons, cross-referencing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    System to assist with the management of a local Buddhist study library. Will download and install chosen documentation (sutras, etc), index them, and provide a web interface. Python, HTML. Needs a webserver, namazu. Can be used for other documents, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XML and Python-based webserving framework, featuring XSLT, embedded Python evaluation, pipeline processing model and caching. Works with several XSL transformers and webserver interfaces.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    moerAskip enables the user to save, edit and switch network profiles. These profiles will include ip address, dns, printer, samba, webserver, desktop apps etc. settings. As of version 0.3 moerAskip will run on all platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next