Showing 775 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1

    Schily Tools

    A Tool Box with tools written or managed by Jörg Schilling

    ...It includes programs like: cdrecord, cdda2wav, readcd, mkisofs, smake, bsh, btcflash, calc, calltree, change, compare, count, devdump, dmake based on SunPro Make, hdump, isodebug, isodump, isoinfo, isovfy, label, mt, obosh, od, p, POSIX patch, pbosh, sccs, scgcheck, scpio, sdd, sfind, sformat, smake, sh/bosh (Bourne sh), star, star_sym, strar, suntar, gnutar, tartest, termcap, and ved.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Laravel Compass

    Laravel Compass

    A REST client inside your Laravel app

    Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms and other utility endpoints based on Laravel routes in your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyExfil

    PyExfil

    A Python Package for Data Exfiltration

    ...In my eyes it’s still a messy PoC that needs a lot more work and testing to become stable. The purpose of PyExfil is to set as many exfiltrations, and now also communication, techniques that CAN be used by various threat actors/malware around to bypass various detection and mitigation tools and techniques. You can track changes at the official GitHub page. Putting it simply, it’s meant to be used as a testing tool rather than an actual Red Teaming tool. Although most techniques and methods should be easily ported and compiled to various operating systems, some stable some experimental, the transmission mechanism should be stable on all techniques. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Latest-Security-patch
    Bug fix custom Rom android system vendor security patches # magisk module
    Downloads: 1 This Week
    Last Update:
    See Project
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 5
    dyson

    dyson

    Node server for dynamic, fake JSON

    Node server for dynamic, fake JSON. When developing client-side applications, often either static JSON files, or an actual server, backend, datastore, or API, is used. Sometimes static files are too static, and sometimes an actual server is not available, not accessible, or too tedious to set up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Xtables-addons
    Xtables-addons is a package that obsoletes the old patch-o-matic repository for the Linux kernel and iptables. Instead of patching the kernel source, extensions are built as modules and thus allow extending kernels without recompilation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TimeSformer

    TimeSformer

    The official pytorch implementation of our paper

    TimeSformer is a vision transformer architecture for video that extends the standard attention mechanism into spatiotemporal attention. The model alternates attention along spatial and temporal dimensions (or designs variants like divided attention) so that it can capture both appearance and motion cues in video. Because the attention is global across frames, TimeSformer can reason about dependencies across long time spans, not just local neighborhoods. The official implementation in PyTorch...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    asBezpch

    asBezpch

    Source code for efficiently rendering parametrically defined surfaces

    Source code and generated images from my 1987 master's degree project: An Adaptive Subdivision Algorithm for the Display of Parametrically Defined Surfaces
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    pyment

    pyment

    Format and convert Python docstrings and generates patches

    Create, update or convert docstrings in existing Python files, managing several styles. This Python3 program intends to help Python programmers to enhance inside code documentation using docstrings. It is useful for code not well documented, or code without docstrings, or some not yet or partially documented code, or a mix of all of this. It can be helpful also to harmonize or change a project docstring style format. It will parse one or several python scripts and retrieve existing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Trumba is an All-in-one Calendar Management and Event Registration platform Icon
    Trumba is an All-in-one Calendar Management and Event Registration platform

    Great for live, virtual and hybrid events

    Publish, promote and track your events more affordably and effectively—all in one place.
    Learn More
  • 10
    Superfine

    Superfine

    Absolutely minimal view layer for building web interfaces

    ...When describing how a page looks in Superfine, we don't write markup. Instead, we use the h() and text() functions to create a lightweight representation of the DOM (or virtual DOM for short), and patch() to actually render the DOM. Superfine won't re-create the entire DOM every time we use patch(). By comparing the old and new virtual DOM we are able to change only the parts of the DOM that need to change instead of rendering everything from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sparkler - for API development

    Sparkler - for API development

    Cross platform API request builder to make HTTP with different methods

    Cross platform API request builder to make HTTP with different methods and WebSocket connection and you can send and receive data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FinalCrypt

    FinalCrypt

    FinalCrypt - Unbreakable One-Time Pad Encryption

    Why FinalCrypt? 1. Most people choose Disk-Encryption as it's easier to unlock a whole drive, but Big-Brother or Malware can then also read all your files. Only use File-Encryption! 2. Most software uses recently broken AES encryption. 3. Soon The Shor's algorithm will instantly break all assymmetric encryption with Quantum Computers. 4. FinalCrypt uses Symmetric One Time Pad Encryption, which is the most unbreakable encryption there is. 5.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    peda

    peda

    Python Exploit Development Assistance for GDB

    Enhance the display of gdb: colorize and display disassembly codes, registers, memory information during debugging. Add commands to support debugging and exploit development (for a full list of commands use peda help). Display arguments passed to a function when stopped at a call instruction. Search for all addresses/references to addresses which belong to a memory range. Generate or download common shellcodes. Generate python exploit code template. Get virtual mapping address ranges of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Stable MIUI Global Based Stable ROMs, made Purely for Indian Users Devices Currently Supported on; - Redmi Note 4x - 10 or G In Future, New Support will be given on following Devices: - Redmi Note 7 - Redmi Note 7S - Redmi Note 7 Pro - Redmi 7 - Redmi 4 - Realme 3 - Realme 3i - Realme 3 Pro - Realme 1
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15

    Client-Repo

    A repository of Minecraft hacked clients.

    ...I have not screened or developed any of the clients that are in this repository, so you are downloading everything at your own risk, and I am NOT responsible if you get some form of malware.
    Downloads: 108 This Week
    Last Update:
    See Project
  • 16
    R-udp-player
    ...You can then save a standalone app for your own system. If the app is damaged, follow this guide: https://www.youtube.com/watch?v=6fqzb4qpgcs Use terminal: xattr -cr [drag in the file] Do not move the app or patch out of the folder, otherwise it won't find the necessary files. By default, there are 20 instruments playing 1/16-tones. It's easy to add more instruments editing the Max patch.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Abdal Base64 Encoder Decoder

    Abdal Base64 Encoder Decoder

    Base64 Encoder Decoder Tools

    Abdal Base64 Encoder Decoder tool can perform encryption and decryption process without any restrictions and completely free of charge, but be careful that this tool should not be used for encrypting very sensitive information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    StreamDownloader

    A program written in python create to download web streams.

    StreamDownloader is a program that connects to different web servers in order to download web streams. Having been written in Python, Windows antiviruses often describe it as malware. My suggestion is to disable your antivirus while installing and adding the main file (StreamDownloader.exe) to your exceptions. If you're not sure how to do that, you can go look it up on the internet, as it varies between the antivirus companies. Currently supported websites: myfidelio.at
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Abdal AES Encryption

    Abdal AES Encryption

    AES Message Encryption Tool

    Abdal AES Encryption is a security tool for encrypting messages developed by the Abdal team. This tool uses AES encryption and has high power. AES stands for Advanced Encryption Standard, which was developed in 2001 by the US National Institute of Technology and Standards. The advanced encryption standard is accepted by the US government and is now used worldwide. This encryption algorithm replaces the Data Encryption Standard (DES) published in 1977.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    DBRECOVER for MySQL

    repair corrupt MySQL database recover dropped table and database

    DBRECOVER For MYSQL Database(InnoDB/MyISAM) is professional utility to recover data from damaged or corrupt InnoDB tables and MyISAM tables, made by DBRECOVER SOFTWARE INC. We provide dbrecover for mysql as software and service. Using DBRECOVER For MYSQL , it is possible to recover data from tables that can not be read even using innodb_force_recovery. The software is intended to be used against ibdata files that are not in active use by a live DB server. In general terms, the...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 21
    Pixel Experience UNOFFICIAL for OnePlus 6T (Fajita)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Flasgger

    Flasgger

    Easy OpenAPI specs and Swagger UI for your Flask API

    ...Flasgger also comes with SwaggerUI embedded so you can access it and visualize and interact with your API resources. Flasgger also provides validation of the incoming data, using the same specification it can validate if the data received as a POST, PUT, PATCH is valid against the schema defined using YAML, Python dictionaries or Marshmallow Schemas. Flasgger can work with simple function views or MethodViews using docstring as specification, or using @swag_from decorator to get specification from YAML or dict and also provides SwaggerView which can use Marshmallow Schemas as specification. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    go-matrix

    go-matrix

    First version of go-MATRIX, especially for TPS optimization and AI

    First version of go-MATRIX, especially for TPS optimization and AI. In the current version, mining nodes that are elected but fail to report their base compute will get blacklisted and lose all rewards for that round. The new patch will raise the penalty for backlisted mining nodes. If blacklisted, your node is also unable to become a candidate mining Masternode for the next election cycle. Difficulty level drops when a new validation leader is elected. If there is a new validation leader in one mining cycle (the time for generating 3 blocks), this mining cycle will take longer to finish, and difficulty for mining the following block will lower down. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OraDumpReader

    OraDumpReader

    Oracle export expdp dump file recovery software

    the software directly reads data from oracle exp & expdp result dump file . even the file is corrupted or damaged by malware/ransomware, the software can still scan the whole file , and find the good part of data. IMP-00009 abnormal end of export file IMP-00037 Character set marker unknown ORA-31619: invalid dump file
    Downloads: 16 This Week
    Last Update:
    See Project