About Anaconda Help Download Anaconda

"IpServer" is a simple server that supports TCP, UDP, SSL, HTTP, and HTTPS protocols for various uses such as testing, debugging, or network investigation. It features also an interactive mode and forwarding capabilities. Additionally, you can customize its behavior using Python.

copied from cf-staging / ipserver

Installers

  • noarch v1.0.1

conda install

To install this package run one of the following:
conda install conda-forge::ipserver

Description

  • Support SSL connection. SSL server.
  • HTTP / HTTPS server.
  • IP restriction - Allow / Deny.
  • Interactive sending.
  • TCP Forwarding. Bypassing the data transmission is available.
  • Display received data or sent data in various format(TEXT, BINARY, BASE64, HEX...).
  • HTTP -> FILE: Viewing file and directory and uploading file.
  • HTTP -> FORWARDING: Forwarding HTTP transmission. e.g. HTTP <-> HTTPS
  • HTTP -> APP: Running python application. And running CGI via python.
  • HTTP -> INFO: Show request headers from client.
  • Support HTTP digest authentication.
  • Logging / Debug log.
  • Dump transmission data to file.
  • Configure by JSON file.
  • Customize by Python code. e.g. You can convert transmission data or develop original protocol server.

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.1) Legal | Privacy Policy