Showing 189 open source projects for "port"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    CC2

    Cyclos 3.7 port with improved UI and additional reporting app

    CC2 is a customised, repackaged version of Cyclos 3.7 which is designed to * Allow small communities to get up and running quickly with the world’s leading alternative currency software * Improve the look and feel of Cyclos and make it more intuitive for users * Add additional reporting functionality (x and z reporting, automated invoicing) for business users **Please see the Release Note** on the Wiki Tab for background of this project and non-technical aspects of setting up...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A serial port terminal emulator for the GNOME desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    GCC toolchain for MSP430

    Superseded by http://www.ti.com/tool/msp430-gcc-opensource

    This is a port of the GNU C Compiler (GCC) and GNU Binutils (as, ld) for the embedded processor MSP430. Tools for debugging and download are provided (GDB, JTAG and BSL) Obsolete. See http://www.ti.com/tool/msp430-gcc-opensource or upstream GNU tools.
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 4

    RAWR - Rapid Assessment of Web Resources

    A web interface enumeration tool for simplifying red team reporting.

    Introducing RAWR (Rapid Assessment of Web Resources). There's a lot packed in this tool that will help you get a better grasp of the threat landscape that is your client's web resources. It has been tested from extremely large network environments, down to 5 node networks. It has been fine-tuned to promote fast, accurate, and applicable results in usable formats. RAWR will make the mapping phase of your next web assessment efficient and get you producing positive results faster!
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Orb

    Orb

    A Python Based YSFlight Server Extension

    Orb is a Python based YSFlight Server Extension. It works by having ysflight run on a seperate port, and orb running on 7915 (usually). Clients connect to Orb, and Orb then connects them to the server. packets are intercepted, read and edited if need be to manipulate the server to have more power. Fuse this double relay method with a database, and basic functions with the possibility to extend, and Orb becomes immensly powerful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Maskfind

    For finding remote subnet masks

    I wrote this because I couldn't find anything that could work out a remote subnet mask which is useful during the discovery phase of a penetration test. I noticed that sometimes people were missing some of the IP addresses on a router/firewall when port scanning a host. As you can see in the diagram above, if somebody were to do a blind penetration test and they were to run a port scan against the web site's IP(x.236.50.2) after discovering the web site they would only come across 2 open ports. If they were to run maskfind against the websites IP after discovering the web site they would discover that the firewall actually has a /29 block assigned and then after port scanning all of the IP's they would be able to discover 4 open ports. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tinybldlin is a GNU/Linux port written in python for Tiny PIC Bootloader (tinybldWin.exe) for Microchip PIC microcontrollers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    GNU Build Packages for SCons

    Build GNU tools with SCons

    A package of scripts that allow you to use the SCons build tool to build software that usually uses the GNU Autotools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Moihack Port-Flooder

    A simple TCP/UDP Port Flooder written in Python.

    This is a simple Port Flooder written in Python 3.2 Use this tool to quickly stress test your network devices and measure your router's or server's load. Features are available in features section below. Moihack DoS Attack Tool was the name of the 1st version of the program. Moihack Port-Flooder is the Reloaded Version of the program with major code rewrite and changes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 10
    Python Port Scanner
    A Simple Port Scanner in Python. You need python installed on your pc before you can use the script!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ...The game is written in Python and Pygame. The goal is to prevent the oncoming balls from destroying the core, which is protected by revolving bricks. Now available is an Android port written in Java, still in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Spondulas

    Spondulas is browser emulator designed to retrieve web pages for hunti

    Spondulas is browser emulator and parser designed to retrieve web pages for hunting malware. It supports generation of browser user agents, GET/POST requests, and SOCKS5 proxy. It can be used to parse HTML files sent via e-mail. Monitor mode allows a website to be monitored at intervals to discover changes in DNS or content over time. Autolog mode creates an investigation file that documents redirection chains. The retrieved web pages are parsed for links and reported to an output file. More...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Hwrapper

    Hwrapper is a python framework for hbase rest api

    ...(alternate download from pypi http://pypi.python.org/pypi/Hwrapper/0.1 ) Common Usage : start your hbase rest $bin/hbase rest start -p 9300 (Default port is 8080) check out wiki for more detailed tutorial. Creating a table hwrapper=Hwrapper() hwrapper.connectionParameters("host","port", False) // third argument set to false if you are not using https hwrapper.setAcceptType("json") columnFamilies={"cf","cf1"} hwrapper.create_table("table_name",columnFamilies) get Row data by ID (decoded base64 values) hwrapper.get_RowBy_ID("0000000-120529115546748") // outputs list of dicts, dicts contain column names and values Dropping a table hwrapper.drop_table("table_name") Displaying table schema hwrapper.table_schema("table_name") Listing all tables from hbase hwrapper.list_tables()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HOPSA
    HOPSA, high oxygen pressure sputter automation, is a Python 3 project to control a step wise sample creation Process. Although written for this specific task it is easy to adopt for any experimental task which changes hardware parameters and waits for a specific condition before proceeding. The graphical interface (QT4) includes plotting (matplotlib), instrument configuration/monitoring and a program step creator. The communication with the hardware is independent of the GUI and any number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dequiem

    Dequiem

    Python DDoS Tool

    Dequiem is a DDoS tool written in python 2.7
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Pyama

    Open Source System and Network Monitoring for Linux Desktop

    Open Source system and network monitoring application for desktop Linux user. It gives end-user broader view of what happening on their system. The basic idea is give linux user application that can monitor system like many commercial antivirus HIDS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This library is a port of windows low level CreateNamedPipe function. It allows python to use bi-directional NamedPipe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Python library to extract EXIF data from tiff and jpeg files. Very easy to use - $ ./EXIF.py image.jpg. Originally written by Gene Cash / Thierry Bousch. Fork of https://sourceforge.net/projects/exif-py/ Ported to Python 3 by Kayo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OM Multimeter
    OM Open-source multimeter is a hobby project of mine which is intended to do a multimeter's job and measure volt,ampere,ohm,capacitance and ... . the features would be high precision,plotting,computer connectivity,and of course being open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is only a port of the Widelands a realtime strategy game for the german tablet PC WeTab. The home site of widelands is http://widelands.org. Mor infos to widelands are there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Direct port of the well-known chain of command design pattern in pure python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Getting Things GNOME! Windows is a Windows port of the GTG organizer. Its main objective is to provide a simple and yet flexible organization tool for life and work. Original https://launchpad.net/gtg-win. This a some changes fo run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    booggie
    booggie brings object-oriented graph grammars into engineering - Based on the application of object-oriented graph grammars, engineering knowledge is formalized and becomes computable in order to solve design tasks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The gateway between lide.cz chat and IRC clients (chat clients or bots), running as a daemon on port 13801 by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    FileZilla Log Analyzer

    Project's new home: https://github.com/Stunner/FileZilla-Log-Analyzer

    Python scripts that filter, parse, mask, and analyze FileZilla Server Log files. Works on Windows, Linux, and Mac systems. WARNING: NEW VERSIONS ARE BEING POSTED TO GITHUB HERE: https://github.com/Stunner/FileZilla-Log-Analyzer
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB