Showing 28 open source projects for "viper"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1
    VIPER

    VIPER

    AI-powered red team platform for adversary simulation toolkit

    Viper is a comprehensive red teaming and adversary simulation platform designed to support cybersecurity professionals in conducting advanced security assessments. It integrates a wide range of tools and capabilities required for penetration testing, post-exploitation, and attack simulation workflows into a unified environment. Viper emphasizes ease of use through a graphical interface, allowing users to manage complex operations without relying solely on command-line tools. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Viper

    Viper

    A complete configuration solution for Go applications

    ...When building a modern application, you don’t want to worry about configuration file formats; you want to focus on building awesome software. Viper is here to help with that.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    mockery

    mockery

    A mock code autogenerator for Golang

    mockery provides the ability to easily generate mocks for Golang interfaces using the stretchr/testify/mock package. It removes the boilerplate coding required to use mocks. mockery uses spf13/viper under the hood for its configuration parsing. It is bound to three different configuration sources, in order of decreasing precedence. By default, it searches the current working directory for a file named .mockery.[extension] where [extension] is any of the recognized extensions. Mockery will iteratively search every directory from the current working directory up to the root path for a .mockery.yaml file, if one is not explicitly provided. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    podinfo

    podinfo

    Go microservice template for Kubernetes

    Podinfo is a tiny web application made with Go that showcases the best practices of running microservices in Kubernetes. Podinfo is used by CNCF projects like Flux and Flagger for end-to-end testing and workshops.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    ChartMuseum

    ChartMuseum

    helm chart repository server

    ChartMuseum is an open-source Helm Chart Repository server written in Go (Golang), with support for cloud storage backends, including Google Cloud Storage, Amazon S3, Microsoft Azure Blob Storage, Alibaba Cloud OSS Storage, OpenStack Object Storage, Oracle Cloud Infrastructure Object Storage, Baidu Cloud BOS Storage, Tencent Cloud Object Storage, DigitalOcean Spaces, Minio, and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Nunu

    Nunu

    A CLI tool for building Go applications

    Nunu is a CLI scaffolding tool for building Go applications; it aggregates and encapsulates popular Go ecosystem libraries to provide a modular, high‑performance, extensible foundation, complete with documentation and test support. Nunu is a scaffolding tool for building Go applications. Its name comes from a game character in League of Legends, a little boy riding on the shoulders of a Yeti. Just like Nunu, this project stands on the shoulders of giants, as it is built upon a combination of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    koanf

    koanf

    Simple, lightweight, extensible, configuration management library

    koanf (pronounced conf; a play on the Japanese Koan) is a library for reading configurations from different sources in different formats in Go applications. It is a cleaner, lighter alternative to spf13/viper with better abstractions and extensibility, and fewer dependencies. koanf comes with built-in support for reading configuration from files, command line flags, and environment variables, and can parse JSON, YAML, TOML, and Hashicorp HCL. Any external dependencies are detached from the core into sub-packages, so only the ones that are explicitly referenced get compiled into an application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cobra

    Cobra

    A Commander for modern Go CLI interactions

    Cobra is a library for creating powerful modern CLI applications, and at the same time a program to generate applications and command files. It provides a simple interface for creating powerful CLI interfaces, and will also generate application scaffolding so you can quickly develop your Cobra-based application. This scaffolding includes easy subcommand-based CLIs, fully POSIX-compliant flags, global, local and cascading flags, among many others. The structure of Cobra is based on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    viper-fx

    based on VIPER4ANDROID FX

    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    go-gin-api

    go-gin-api

    The API framework based on Gin's modular design

    ...For example, it supports cors cross-domain, jwt signature verification, zap log collection, panic exception capture, trace link tracking, prometheus monitoring indicators, swagger document generation, viper configuration file parsing, gorm database components, gormgen code generation tools, graphql query language, errno uniformly defines error codes, the use of gRPC, cron scheduled tasks, etc. go-gin-api It is an API framework based on Gin 's modular design. It encapsulates commonly used functions and is easy to use. It is dedicated to rapid business research and development. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Ix Adder

    Ix Adder

    2 smart Stored Procedures to handle "Missing Indexes" in SQL Server

    ...IXA balances the Cost/Benefit of an Index to significantly improve READ performance while not degrading WRITE performance. But take care: used in a wrong way this viper could also bite your very own butt! "Ix Adder"'s little pal is "Ix Strictor" which disposes inefficient indexes to improve WRITE performance. Sending out both - the viper and the boa - periodically will balance cost & benefit of indexing, keeping Query Performance good!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LeeGo

    LeeGo

    Declarative, configurable & highly reusable UI development

    ...We all know that MVC pattern has some serious problems when dealing with a complex iOS project. Fortunately, there are also a bunch of approaches that aim to fix the problems, most of them mainly address the Controller part, such as MVP, MVVM, MVSM or VIPER. But there is barely a thing that addresses the View part. Does that mean we just run out of all the problems in the View part? I think the answer is NO, especially when we need our app to be fully responsive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mercenary Linux

    Mercenary Linux

    Linux Distro Built specifically for Cyber Hunt Team Operators

    ...This Distro contains the most well known and respected forensic tools all conveniently installed on one system. Tools included are: mercenary hunt framework(**soon), Powershell, OMI, SIFT, wmic, winexe, radare2, viper, pescanner, jsdetox, volatility, maltrieve, rekall, mastiff, v8, crits, bro, netsniff-ng, wireshark, chopshop & Much More. Many of these run within prebuilt dockerized containers. This distro is a premium toolkit for any network, system, or malware analysis expert! The project & full Documentation is available as an .iso from http://www.hunttools.org & http://www.mediafire.com/download/hvv16w4cdfq4mj8/Mercenary-Linux-v0816.iso MD5 c1e74d342e9dc290e26450aba806ed18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PEANuTv3

    This is a port of PEANuT to Cytoscape 3.x

    ...Authors: Falko Hofmann (2.x version) Viktor Senderov (porting to 3.x) PEANuT utilizes data from the following databases: - ConsensusPathDB - PathwayCommons - WikiPathways A publication is currently in preparation. PEANUT is designed to work in concert with the VIPER and COMFI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Viper

    Cytoscape-plugin to find connections in networks

    Viper is a plugin, that assists in finding all paths, up to a maximal length, between 2 or more nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PEANuT

    A Cytoscape plugin for pathway enrichment analysis

    ...PEANuT utilizes data from the following databases: - ConsensusPathDB - PathwayCommons - WikiPathways The version for Cytoscape 3.x is available via http://sourceforge.net/projects/peanutv3/ A publication is currently in preparation. PEANUT is designed to work in concert with the VIPER and COMFI plugins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    HoneyDrive

    HoneyDrive

    Honeypots in a box! HoneyDrive is the premier honeypot bundle distro.

    HoneyDrive is the premier honeypot Linux distro. It is a virtual appliance (OVA) with Xubuntu Desktop 12.04.4 LTS edition installed. It contains over 10 pre-installed and pre-configured honeypot software packages such as Kippo SSH honeypot, Dionaea and Amun malware honeypots, Honeyd low-interaction honeypot, Glastopf web honeypot and Wordpot, Conpot SCADA/ICS honeypot, Thug and PhoneyC honeyclients and more. Additionally it includes many useful pre-configured scripts and utilities to...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19

    VIPER 5.0

    Password manager

    ...At such a time, keeping track of all the passwords, usernames and in most cases, the email id's that these accounts are linked to, becomes a hard task. This software is modelled on many other Password managers that are available for both the Linux and the Windows platform, but VIPER makes the task of installation simpler and faster. Moreover, the data is completely secure, as it is encrypted and stored. Each session is completely secured. The data is stored on the Local Hard Drive. The software does not interact with any network thus making the theft of the data almost impossible. The master key is also stored encrypted, thus making it further harder to get access to the data. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    COMFI

    A Cytoscape plugin for detecting protein complexes.

    This project hosts a Cytoscape 2.8 plugin for detecting protein complexes in protein interaction networks. It utilizes data from the following databases: - CORUM - CYC2008 A publication is currently in preparation. COMFI is designed to work in concert with the VIPER and PEANuT plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VIPER Lab Live VoIP assessment distribution
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Viper Programming Language

    Viper Programming Language

    A easy to learn programming language

    A programming language based around Python. Very easy to use. Recommended for beginners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A New Browser For the world to use. By Viper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Video Processing Evaluation Resource: A toolkit for evaluating computer vision algorithms on video, and a corresponding tool for annotating video streams with spatial metadata.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    A front end for selecting and playing video files on the Roku Photobridge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next