Showing 53 open source projects for "malware-patch"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Thorium

    Thorium

    High-performance, privacy-focused browser built as a fork of Chromium

    Thorium is a high-performance, privacy-focused web browser built as a fork of Chromium. It is designed to deliver significantly faster browsing speeds through aggressive compiler optimizations such as SSE4.2 and AVX. These low-level enhancements allow Thorium to outperform standard Chrome and Chromium builds in responsiveness and efficiency. The browser removes much of Google’s built-in bloat to create a leaner browsing experience. Thorium also includes additional privacy features that...
    Downloads: 223 This Week
    Last Update:
    See Project
  • 2
    Amazon SSM Agent

    Amazon SSM Agent

    An agent to enable remote management of your EC2 instances

    ...Automate proactive processes such as patching and resource changes, as well as reactive processes, to quickly diagnose and remediate operational issues before they affect users. Adapt your security and compliance profile and analyze security events after the fact to prevent a future reoccurrence. Maintain instance compliance against your patch, configuration, and custom policies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    UTMStack

    UTMStack

    Customizable SIEM and XDR powered by Real-Time correlation

    ...UTMStack is a unified threat management platform that merges SIEM (Security Information and Event Management) and XDR (Extended Detection and Response) technologies. Our unique approach allows real-time correlation of log data, threat intelligence, and malware activity patterns from multiple sources, enabling the identification and halting of complex threats that use stealthy techniques. UTMStack stands out in threat prevention by surpassing the boundaries of traditional systems. Our software platform can swiftly analyze log data to identify and halt threats at their source in real-time, even if the threat was not directly detected on the server itself. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    ...Sockets provide only low-level access and require you to build most of the HTTP response parsing yourself. Requests allows you to send HEAD, GET, POST, PUT, DELETE, and PATCH HTTP requests. You can add headers, form data, multipart files, and parameters with basic arrays, and access the response data in the same way. Requests uses cURL and fsockopen, depending on what your system has available, but abstracts all the nasty stuff out of your way, providing a consistent API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    ky

    ky

    JavaScript HTTP client based on the browser Fetch API

    ...For Node.js, check out Got. For isomorphic needs (like SSR), check out ky-universal. It's just a tiny file with no dependencies. Internally, the standard methods (GET, POST, PUT, PATCH, HEAD and DELETE) are uppercased in order to avoid server errors due to case sensitivity. Search parameters to include in the request URL. Setting this will override all existing search parameters in the input URL. After prefixUrl and input are joined, the result is resolved against the base URL of the page (if any). The hook can return a Request to replace the outgoing request, or return a Response to completely avoid making an HTTP request. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    APIAuto

    APIAuto

    The most advanced tool for HTTP API

    ...In terms of common functions, it far exceeds Postman, Swagger, YApi and other open-source and commercial API documentation/testing tools, and can import use cases and documents with one click. Support GET, POST, PUT, PATCH, DELETE, HEAD and other HTTP Method and Content-Type, URL /{Path}/{Variable}. Tencent's internal users include IEG Interactive Entertainment Business Group, TEG Technology Engineering Business Group, CSIG Cloud and Smart Business Group, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PyWarp CloudFlare Warp GUI

    PyWarp CloudFlare Warp GUI

    advanced GUI replacement for warp cloudflare warp

    Pywarp is a powerful replacement for the official Cloudflare WARP app, offering more advanced options in an intuitive and feature-rich user interface. With Pywarp, you can configure DNS modes, manage WARP protocols (masque and WireGuard), and set custom endpoints—all designed and all of the current offical app capabalaties to make WARP functionality accessible and convenient.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 8
    EDGE.Patcher

    EDGE.Patcher

    VERY Big thanks for: -Q (QuQuRoon)

    Official tool for binary patching (assembly bithack & string replace) propietary Microsoft EDGE (msedge.exe) & Google Chrome (chrome.exe) browsers. * Redirect PE COFF IMPORT/Delay table to API-MS libs; * Patch binary assembly code; * Clear PE COFF certificate area;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Warp VPN GUI

    Warp VPN GUI

    GUI para Warp VPN de Cloudflare

    Deja de usar la terminal para algo tan cotidiano como usar una VPN. Esta VPN, proveída por Cloudflare, es gratuita e incluye funciones como protección contra malware y contenido de escaso valor moral. Instalación Mediante Swiftinstall Descarga el paquete .deb Abre Swiftinstall y selecciona el paquete Pulsa en Instalar. Mediante dpkg Ejecuta dpkg -i warp-exec-v1.deb Requisitos Tener instalada Warp VPN -> https://pkg.cloudflareclient.com/#debian Haber activado Warp -> https://developers.cloudflare.com/warp-client/get-started/linux/
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    httr

    httr

    httr: a friendly http package for R

    ...The aim of httr is to provide a wrapper for the curl package, customized to the demands of modern web APIs. Functions for the most important http verbs: GET(), HEAD(), PATCH(), PUT(), DELETE() and POST(). Automatic connection sharing across requests to the same website (by default, curl handles are managed automatically), cookies are maintained across requests, and an up-to-date root-level SSL certificate store is used. Requests return a standard reponse object that captures the http status line, headers and body, along with other useful information. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Ungoogled Chromium Debian

    Ungoogled Chromium Debian

    Debian, Ubuntu, and others packaging for ungoogled-chromium

    ...Unlike standard Chromium builds, this project strips out Google-specific integrations such as telemetry, automatic update mechanisms, Google account synchronization, and proprietary services, giving users a browser build that retains full Chromium web engine capability without sending data to upstream Google servers by default. The repository provides Debian packaging scripts, patch sets, and configuration files that automate building ungoogled-Chromium in the Debian packaging ecosystem, ensuring the resulting .deb packages are compatible with Debian Stable, Testing, and derivatives like Ubuntu or Mint. Maintainers tailor build flags and apply local patches so that common Debian package tools like dpkg and apt can handle installation, upgrades, and dependency resolution.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    RestClient for Unity

    RestClient for Unity

    A Promise based REST and HTTP client for Unity

    ...Transform request and response data (JSON serialization with JsonUtility or other tools) Automatic transforms for JSON Arrays. Supports default HTTP Methods (GET, POST, PUT, DELETE, HEAD, PATCH) Generic REQUEST method to create any http request. Based on Promises for better asynchronous programming. Learn about Promises here! Utility to work during a scene transition. Handle HTTP exceptions and retry requests easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Abdal Mr Pig

    Abdal Mr Pig

    Secure file transfer with SSH

    Secure file transfer based on SSH protocol
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RESTBolt

    RESTBolt

    Browser WebExtension to work on http(s) requests

    ## Inspired by POSTMAN browser extension Add-on is based on [RESTMan](https://github.com/jsargiot/restman) Opera extension --- #### Note - Use a simple HTTP Request & Response Service to test WebExtension
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    DDOSER

    DDOSER

    Machine that can DDOS servers

    ...Takes from 2 - 5 Hours to working properly. Good luck! ====SUBMIT ERRORS HERE==== https://forms.gle/9ubmBmhivBBYGgmg7 ========================== [1 April 2020 Patch] The "This program was made with an unlicensed compiler (...)" error will be repaired today! Stay tuned. Thanks to _FoZa_ for reporting me that error! Congrats! LOG 1: That won`t fixed anything so i needed to make another version LOG 2: Fixed :) That made my program which converts files. Now it`s ok. [2 April Patch] New Features: - Better Color! ...
    Downloads: 86 This Week
    Last Update:
    See Project
  • 16
    aMule AdunanzA
    aMule AdunanzA e' un progetto volto a rendere accessibile la rete Kademlia anche all'utenza Fastweb, grazie alla patch AdunanzA. Questo in specifico per utenti Linux e Mac OS X Per riferimenti alla community italiana http://forum.adunanza.net
    Downloads: 41 This Week
    Last Update:
    See Project
  • 17
    Open Faculty Evaluation System

    Open Faculty Evaluation System

    PHP/MySQL Based Faculty Evaluation System

    This is PHP/MySQL based faculty evaluation system which gives web-based graphical report & excel file report. Admin can manage college, branch,batch,semester,division,faculty and their subjects. Students can give feedback in 0-9 rating. Note:- Commercial Patch is available for “Student Login” with student id generator. For more detail contact on shrenik181986@gmail.com Supported following PHP version: 1) <= 5.6 2) >=7.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    UBoat HTTP

    UBoat HTTP

    HTTP Botnet

    ...Remote command execution. Update and uninstall other malware. Download and execute other malware. Active as well as a passive key-logger. Enable Windows RDP. Plugin system for easy feature updates.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Websocket Server in a Pure Data patch

    Websocket Server in a Pure Data patch

    a single patch for direct communications between Pd and web browsers

    ...download link (and notes) : https://sourceforge.net/projects/websocketserverinapatch/files/ "websocket-server in a patch.pd" single Pd file contains a reusable and fully documented websocket server, meant as an easy way to experiment with Pure Data <-> web-browsers communications through websockets, without the need of other software (like node.js or python) or any specific external to compile (just one deken library is required). A demo is included in the same patch : 'Flames', a simple cross-browser, multi-touch and multi-player graphical interface which makes Pd play creepy sounds :) Just try it : In Pd (vanilla) on Windows, Mac or Linux, install the 'mrpeach' library via 'Help->Find externals' menu, then open the patch and fire any recent web-browsers (on same machine or other computer, smartphone or tablet on same local network) with the URL provided at the top of main windows, and you're good to go !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bifrozt

    Bifrozt

    High interaction honeypot solution for Linux based systems

    NOTICE: The format of this project has been changed from ISO to using ansible and has been moved to GitHub. Github link: https://github.com/Bifrozt/bifrozt-ansible
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bootstrap Modal

    Bootstrap Modal

    Extends the default Bootstrap Modal class

    ...A single ModalManager is created by default on body and can be accessed through the jQuery plugin interface. Bootstrap-Modal can be used as a replacement for Bootstrap's Modal class or as a patch to the library. If you're using the loading spinner functionality you may also need to change the default template to be compatible in js. Since this plugin was created to solve a lot of the issues with BS2, it still uses the BS2 markup syntax. You can bind the height of the modal body to the window. You can use data-tabindex instead of the default tabindex to specify the tabindex within a modal. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Those who have read past the "Malware" warning can be assured there is absolutely no malware in this OS or in the download. This warning comes from the "netcat" binary included in the download as a DOS time client. Unfortunately netcat has code that is flagged as malware. FREESCO, a NAT/firewall router/server based on Linux and runs on a single 1.44MB floppy. Freesco is very powerful and versatile and can connect multiple home or small office networks to most types of Internet connections including dialup.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    IPv6 CARE
    IPv6 CARE, "IPv6 Compliant Automatic Runtime Environment", provides an environment where applications instantly become IPv6-compliant ('patch' mode, see RFC6535). It can also generate a diagnosis about the IPv6 compliance of an application ('check' mode). It uses an LD_PRELOAD-based library injection technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MB Hosts File

    Mega Blocker Hosts File

    I compiled a massive, almost 22MB, HOSTS file with almost 620,250 domains for blocking trackers, ads, malware, ect. It can be used on Linux or Windows, and I think Mac as well but I don't know for sure as I don't own one nor will I ever. I will make a installer at some point, but for now it will be manual installation. Credits: [HostsMan](www.abelhadigital.com/hostsman): Merging the HOSTS files [MVPS](winhelp2002.mvps.org): HOSTS file [hpHosts](hosts-file.net): HOSTS files [Peter Lowe](pgl.yoyo.org/as): HOSTS file [The CAMELEON Project](sysctl.org/cameleon): HOSTS file [Malware Domain List](www.malwaredomainlist.com): HOSTS file [thomasjgnugpl](sourceforge.net/projects/adblockhosts): HOSTS file There are others but I can't find/remember the URLs Also, I excluded some sites from the merged HOSTS file: dropbox.com, freelancer.com, and elance.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Respond.js

    Respond.js

    A fast & lightweight polyfill for min/max-width CSS3 Media Queries

    ...The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don’t support CSS3 Media Queries – in particular, Internet Explorer 8 and under. It’s written in such a way that it will probably patch support for other non-supporting browsers as well. If there's one thing that can compete with lightboxes for world's most done-to-death jQuery plugin, it's carousels. However, everything I came across was using pixel values and not percentages meaning I wasn't finding much of anything that could be used on a responsive/flexible layout. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next