Showing 38 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
  • 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
    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: 1 This Week
    Last Update:
    See Project
  • 2
    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: 2 This Week
    Last Update:
    See Project
  • 3
    Ungoogled Chromium Mac

    Ungoogled Chromium Mac

    macOS packaging for ungoogled-chromium

    Ungoogled Chromium Mac is the macOS-specific build configuration and ecosystem support for Ungoogled Chromium, a Chromium fork designed to strip out Google telemetry, remote services, and proprietary integrations to deliver a more privacy-centric web browser for macOS computers. This repository includes patch sets, build scripts, and configuration adjustments tailored for Apple’s desktop environment so that developers and privacy enthusiasts can generate custom browser builds that behave like mainstream Chromium but without undesirable Google dependencies. By removing automatic update components, usage reporting systems, and bundled service APIs, this version aims to give macOS users a familiar web engine while maintaining control over data flows, network connections, and browser defaults. ...
    Downloads: 6 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
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    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: 37 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
    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
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    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
  • 11
    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: 3 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    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: 39 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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
  • 16
    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
  • 17
    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
  • 18
    A specialized content management system (CMS) for malware collections. Supports records in source code as well as binary format. Features include advanced searches and duplicate prevention, more will be added in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenHosting

    OpenHosting

    OpenHosting a new project which is a modification of bot and scripts

    OpenHosting a new project which is a modification of bot and scripts, all optimized for better hosting experience and gameplay. Some features: -GameList-Patch (patch by uakf.b) -Update statistics directly from the bot -Commands through MySQL (patch by uakf.b) -Live Games (actions, events, kills, deaths, player levels, taking runes, roshan kills etc.) in real-time -Crossover chat (send messages to players on bnet directly from the website) -Detailed player statistics on the website -PM System on Bnet - private message system for online/offline players -Password protection - Protect your account & your stats from other players spoofing and more ... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SCGI Library

    POSIX-compatible lightweight implementation of SCGI protocol

    ...It is similar to FastCGI, but designed to be easier to implement. Web servers which implement SCGI include Apache HTTP Server, Lighttpd, and Cherokee, as well as Mathopd (with unofficial patch) and nginx (with a third party module). When using this library, the developer chooses a SCGI server implementation; the library simply facilitates validating and parsing the request submitted by the client to the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    tcpview (aka wirefox)
    Common network dump analyzer tool to extract application data and pretty show. It reassembles and shows HTTP/SMTP/POP3/IMAP etc files. Please donate if you want this to be a candy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    mod_detect

    Detects changes to your Website, finds malware

    I have several websites and some time ago I found code in one of my websites that I did not create. One of those scripts was able to send spam and the other one had some malware code in it. Now you can argue that my website was just not safe enough because who ever placed this code had been able to get in. That is true and the ideal situation is to have such a safe website that nobody can break in. But sometimes this is hard to achieve. mod_detect was developed to at least find code that someone else placed into the scripts of your website and eventually eliminate it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Vavag url shortener

    Vavag url shortener

    Vavag is a complete suite for create a url shortener service

    Vavag is a Open Source url shortener that allows you to create collections of links, distribution over a single short URL like http://v3g.es/1 and then track the resulting usage. The generated short URL is easier sharing on services like email, Twitter, Facebook or blogs. Collections of links, related content to distribute such as videos, websites, photos or part of a file hosted on Megaupload, rapidshare or similar service. If the collection is a single link Vavag it works as a traditional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    wwwmap

    SVG Based WWW Mapping Module Patch for WebKit

    wwwmap is patch codes which adds mapping functions to webkit. This functions are based on the following member submission for W3C. (http://www.w3.org/Submission/2011/04/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next