Showing 24 open source projects for "metasploitable-2"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • Websites, Bookings, Marketing, and Texting Icon
    Websites, Bookings, Marketing, and Texting

    EVERYTHING YOU NEED TO GROW YOUR BUSINESS

    Whether you're small business, event space, campground, bed and breakfast, hotel, lodge, vacation rental or other property owner, ResNexus is designed to make managing your business easy. With our easy-to-use website and business management software you spend less time worrying and more time doing the things you love. See how ResNexus can enhance your business today!
    Learn More
  • 1

    open-watcom

    Open Watcom C/C++ compilers and tools Fork

    C/C++ compilers and tools to compile and build for targets DOS 16/32-bit, RDOS, Windows 16/32-bit, OS/2 16/32 bit, Linux 32-bit (x86), Netware running on host OS DOS, Windows 16/32/64-bit, OS/2, Linux 32/64-bit (x86/x64) Open Watcom is now completely moved to GitHub Open Watcom 2.0 https://github.com/open-watcom/open-watcom-v2#open-watcom-v2-fork Open Watcom 1.9 https://github.com/open-watcom/open-watcom-1.9
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 2
    TraceMAC - Traceroute for MAC addresses

    TraceMAC - Traceroute for MAC addresses

    TraceMAC is a command-line Layer 2 traceroute for Cisco switches

    TraceMAC is a Windows/Linux command-line tool that allows you to trace a specific MAC address thru Cisco switches. It works by connecting to a switch using SSH, SNMP, Telnet, HTTP or HTTPS and do some "show commands" and later process the output, this will happen recursively until it finds the switch where that MAC address (PC/Printer/Etc) is directly connected. Note: It works with Cisco switches only and you must have CDP enabled at least on trunks/links between switches! Is tested...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Is Morse-Code on the way to die? Of course, if not used anymore... To increase the amount of Morse code transmissions, automatic stations are needed, processing interesting texts and transmitting them for human ears: Morse-Code Broadcasting!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    AWK Statistics

    awkStatistics generates statistics from csv-data with awk.

    AwkStatistics is a script which is used to generate statistical data for csv data by using awk. It takes two columns from the input file, one is used to identify the row(option -i) and the other one is the column where the values are taken from (option -v). The script was designed for performance engineers to be able to analyze CSV-Data on the fly and have a good possibility to automate the analysis process.
    Downloads: 3 This Week
    Last Update:
    See Project
  • QuickFee offers payments, financing, and billing automation for professional service firms. Icon
    QuickFee offers online payments and e-invoicing options designed to help accounting and law firms reduce their aging receivables. (So you can finally stop chasing down payments and processing checks.)
    Learn More
  • 5
    angolanOS

    angolanOS

    O Sistema Operativo Angolano

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Win32 Locate and Updatedb Scripts

    Win32 Locate and Updatedb Scripts

    Easy way to search files and folders

    Like the Linux "locate" and "updatedb", "winlocate" is a very simple solution for finding files and folders in a windows environment system. All is done by using 2 scripts (.BAT), some GNU tools and Sqlite3. I hope you will enjoy this release.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Software for Storm Semiconductor Gemini Devices New Company : Cortina Systems see www.cortina-systems.com For NAS and Router-Board
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Blocks the IP number of SSH probing hosts, using TCP Wrapper. This is version two of ssh_block, a total re-write since the first version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get to know our award-winning HR software. Icon
    BambooHR is all-in-one HR software made for small and medium businesses and the people who work in them—like you. Our software makes it easy to collect, maintain, and analyze your people data, improve the way you hire talent, onboard new employees, manage compensation, and develop your company culture. It’s designed to set you free to focus on what matters most—your people.
    Try it Free
  • 10
    Freifunk-Firmware is a specialized Linux/OpenWRT distribution for LinkSys WRT54g wireless routers and similar devices. A web-based admin UI and a single firmware file for uploading will make it easy to join OLSR based WLAN community networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cov is a code coverage tool to get your code coverage after your runuing some steps for your programs.It is based on llvm(Low Level Virtual Machine,http://llvm.org/).Now,it's only a begining,so welcome anybody to join in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    streamplayer
    A very simple, CLI, stream player. It's just a mplayer wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LIME (Less-is-More) is parallel/concurrent programming environment based on C. Internally, it uses XML technology to describe tasks and their dependencies. Externally, it offers the ANSI C99 programming as well as a set of visually-oriented interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Todo list written only in BASH relying on the common shell tools. Stores data in plain text file and provides both shell access and a webinterface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    lawk is gnu awk re targeted to use llvm as its just-in-time compiler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AWK language binding for accessing graphics capabilities of GD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Collection of scripts converting structure data files into different formats (e.g. CTRL to POSCAR).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This command-line tool will help people who want to compare 2 csv-like files, and get a detailed report on which rows and fields differ between both files. An awk-based version and Perl Version is currently available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Shows a human readable tail or stdout of the glassfish server.log
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Add logger code to all java files recursively from a given directory. If directory is not defined, the current directory is used. System.out.println are defaultly replaced by logger.fine but you can change the lever or do not replace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Cinege is aimed to be the ultimate library (management) system - one day. Currently, it it a very nice tool to make regexp based filtering of bibliographic and item data and find variuos bugs in your existing database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OneClickWinMount is a GUI tool for Linux users to mount Windows file system with simple clicks.It will mount file systems like FAT and NTFS with few simple clicks.Also it will create shortcuts in Desktop with Desired names (Including fstab updates)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    We are developing an advanced and totally GPL'ed Linux mini-distribution with uClibc libraries for AR7-based modem/router like D-Link DSL-30xT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A verification library accompanied by a simple tool for verification of credit-cards, social security-numbers and other mod(10) and similar checksums in a standard shell-environment from the command-line or as a function. No compilation required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next