Showing 327 open source projects for "java proxy"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    PrivaWeb

    A simple HTTP proxy which shows privacy risks to the users.

    Privaweb works as an HTTP Proxy with some common filters in order to protect your privacy. In addition, this tool analizes web pages to show the user how many privacy risks are found. With simple webpages in HTML, a user knows what elements are dangerous to his/her privacy. Indeed, some information about how to deal with it is shown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    selenium2lib

    A selenium common library based on selenium 2.0, webdriver

    selenium2lib is the common lib based on the popular web automation test framework(selenium 2.0) and this project include: 1. webdriver function testing help class, such as selenium 2.0 proxy class, selenium 1.0 proxy class, javascript executor proxy class, webdriver event listener extension, webdriver wait extension, webdriver factory,webdriver wrapped element(S2Div?, S2Table?), autoit java wrapped helper class, use snapsie to capture full image of IE browser, use camstudio to record DV when do web automation testing. 2. webdriver performace testing help class, such as httpwatch helper class, dynatrace helper class, fiddler helper class, parse .har file helper class, get OS cpu and memory helper class. 3. other testing helper class, such as mybatis, mongo db, memcache, csv helper calsses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Proxychain

    Proxychain

    Surf anonymously: Hide and change your IP with proxychain.

    With proxychain you can easily redirect your webtrafic via multiple SOCKS5 servers and hide your real IP address. Works fine with TOR as first proxy. If you define a second, third, or fourth proxy, nobody will see that you're using TOR.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal/console - unpack example app files under/within your apache2 document root file structure - open index.html (with a www browser, from a www server) - observe terminal output
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    JMediaPlayer
    This project will be discontinued. Visit http://sourceforge.net/projects/jortegasound/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Trusted Path Debugger

    Java Debugger for PKIX path building failed error

    ...Requires Java 6 to run. Read the ReadMe-TrustedPathDebugger.txt for instructions on how to run the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SSL TLS Version Scanner

    Advanced TLS version scanner with support for TLS v1.1 and v1.2.

    ...How to run the program: java -jar SSLTLSVersionScanner.jar <host> <port> [proxy=<host>:<port>] OR java -cp "SSLTLSVersionScanner.jar" SSLTLSVersionScanner <host> <port> [proxy=<host>:<port>] It only supports non-authenticated HTTP proxy. It can be distributed and modified freely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Itilect FTP Proxy

    Itilect FTP Proxy

    Provide users with a managed temporary access to arbitary FTP

    This tool allows you to set proxied access for your users, using predefined FTP accounts. System works like this: Users connects to FTP proxy just like they do with a regular FTP, but using specially formed string as a username (string, that includes their internal profile name and desired target FTP) and their internal password. If they are allowed to access this host, proxy will establish connection with a target FTP and authenticate using real credentials. After that, server will act...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Net Tools for Development

    A collection of network-oriented tools

    This Eclipse RCP application contains several free, useful network tools. Among others: - Standard network tools: ping, netstat, traceroute, nslookup - A port scanner - Servers: HTTP, FTP, TFTP servers - an HTTP proxy - A TCP tunnel - Clients: FTP client, embeddable PuTTY (for Windows only)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    HA-JDBC

    High-Availability JDBC

    A JDBC driver proxy that adds light-weight, transparent, fault tolerant clustering capability to any underlying JDBC driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tsukuba-GAMA provides user and credential management, using the Grid Security Infrastructure (GSI) based on Public Key Infrastructure (PKI), X.509 certificate, proxy certificate, and the concept of Virtual Organization (VO).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CADI is an implementation of the JPIP standard (JPEG2000 Interactive Protocol - Part 9). CADI includes a JPIP server, a JPIP proxy, and a JPIP Client. CADI is designed and programmed with the aim to provide a flexible framework to test and develop ne
    Downloads: 16 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tunnel a tcp/udp connection through a http(s) connection, surviving proxy-servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    atomproxy

    Enables developers to easily build proxies of atom-like interfaces.

    Ask yourself how many times you've written (or had an IDE generate) something similar to: public class AtomImpl implements IAtom { private String property1; private int property2; private boolean property3; @Override public String getProperty1() { return property1; } @Override public int getProperty2() { return property2; } @Override public boolean isProperty3() { return property3; } ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Vodcatcher Helper is a proxy server for media centers. It parses web pages for videos and provides them to the media center software. Supported media center softwares are VDR and XBMC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JACo Proxy is a handy, tiny component designed to help you work with the internet proxies in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KnProxy Lambda (V5) is a branch of the KnProxy Project http://sourceforge.net/projects/knproxy/. It utilizes Java and PHP to provide a complete and secure proxy experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SOCKS Server and Library for Java. Support for versions 4 and 5 of SOCKS protocol. Designed to be easily expandable to support different encryption/authentication/authorization methods. Sample server and client are available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    PAW (pro-active webfilter) is an Open-Source filtering HTTP proxy based on the Brazil Framework provided as a Open-Source Project by SUN. Because the Brazil Framework and PAW are written in Java the software is highly portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The proxy type of this program is Socks5,so it can support HTTP(S)/POP3/SSH/etc,use it to build a local proxy by put the PHP program to the remote server. Most of PHP programs need to import certification or need a public IP/port to support HTTPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    java proxy for security course
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jHTTPp2 is a very small HTTP/1.1 proxy server written in Java. It offers following features: IPv6 support, high-performance, blocks URL's based on a block-list, removes data from the HTTP-Header, blocks Cookies from untrusted hosts.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HTTP proxy written in Java with squid-like configuration (access list, traffic pools). Supports source/destination host, destination port, connection/traffic filtering, several types of load balancing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jelly SMS
    Jelly SMS is a free open source application that lets you send free or very cheap SMS (text) messages from your computer, iPhone, iPod Touch or Android mobile. Jelly SMS supports over 25 providers such as O2.ie, Vodafone.ie, Meteor.ie, VoipCheap.com,
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB