Showing 15 open source projects for "script%20executor"

View related business solutions
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • Power through agendas and documents, make more informed decisions and conduct board meetings faster. Icon
    Power through agendas and documents, make more informed decisions and conduct board meetings faster.

    For team managers searching for a solution to manage their meetings

    iBabs not only captures the entire decision-making process – it takes all the paperwork out of meetings. iBabs empowers everyone who has ever organized or attended, a meeting. With a seemingly simple app that offers complete control and a comprehensive overview of all those fiddly details. With about 3000 organizations and over 300,000 users, iBabs gives you peace of mind. So you can quickly organize effective meetings, and good decisions can be made with confidence. iBabs didn’t just happen overnight. We started analyzing and simplifying board meeting processes many years ago. We understand all the work that goes into meetings, and how to streamline everything so it all flows smoothly. On any device, confidentially, securely and automatically. Make good decisions with confidence.
    Learn More
  • 1
    pass import

    pass import

    A pass extension for importing data from most existing password

    A pass extension for importing data from most existing password managers. Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Bash Scripting

    Bash Scripting

    Free Introduction to Bash Scripting eBook

    This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. The guide is...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3

    SudoGate

    GUI password prompt panel for the sudo or ssh commands.

    A GUI popup panel that allows the ssh or sudo commands embedded in a script to prompt for a password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    keys

    keys

    A gpg-based password manager with ncurses interface

    Keys is a little, but enough powerful, password manager for linux systems with a 'fancy' ncurses interface. It base its security around strong GPG tecnology. Keys is merely a bash script that used internal bash commands and externals ones. Keys permits to store securely your password and credentials in gpg's encrypted files, structured in a multi-level tree. With Xdotool you can also use auto-typing, a must-have feature for this kind of software. Keys currently can open (with autotyping) these types of connections: - Open a website and logon with the provided credentials - Open an ssh/sftp connection with the provided credentials - Open an rdesktop connection with the provided credentials Also, Keys can store generic Account credentials (aka. username+password). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
    Learn More
  • 5

    wpwd

    Change system password web based

    ...This quite simple web form provides a possibility to end users to change their own *NIX account passwords even if interactive logins are not possible, e.g. pure SFTP accounts. Currently this is realized by a bash script with embedded expect code (need expect to be installed) and is also rewritten in python using pyexpect, so that there are no more dependencies, except for a http server. Both versions can be used equally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    passphrase-generator

    Generate a set of random passphrases for you to choose from.

    Easy to use command line based strong passphrase generator. Implemented as a self contained perl script that should work on many unix like systems. The passphrase-generator defaults to only 3 words instead of the 4 suggested by XKCD, but uses a larger dictionary found in many unix like systems at /usr/share/dict/words. It also provides estimates for the entropy of the generated passphrases. The randomization is based on /dev/urandom and SHA1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    cSploit

    cSploit - cyb3r gladiat0r's cPanel mass password changer.

    cSploit is a mass password changer interactive shell script for cpanel usernames along with their respective login passwords it also changes their FTP, MySQL passwords also. And save changed passwords with their respective usernames in a text file. It gives you flexibility to specify custom filename to save password. (This makes filename hard to guess.) This script also allows you to select the specific type of random generated passwords.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Opera browser with pre-installed plugins; strong password generator, no script, proxyit, ad blocker, https enforcer, and ghostery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BPass Manager

    BPass Manager

    Simple Bash password manager using GPG and SQLite

    ...I've tested this script on: - Ubuntu 11.10 x32/x64 - Ubuntu 12.04 x32/x64 - ArchLinux i686/x64 So please feel free to open tickets or mail me for everything :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 AI-Powered eLearning Platform Icon
    The #1 AI-Powered eLearning Platform

    For users seeking a platform to generate online courses using AI

    Transform your content into engaging eLearning experiences with Coursebox, the #1 AI-powered eLearning authoring tool. Our platform automates the course creation process, allowing you to design a structured course in seconds. Simply make edits, add any missing elements, and your course is ready to go. Whether you want to publish privately, share publicly, sell your course, or export it to your LMS, Coursebox has you covered.
    Learn More
  • 10
    Pimp

    Pimp

    GNU Privacy Guard password's archive manager

    Pimp (Pimp is a manager for passwords) Pimp is a comfortable password manager i made up for security reason (it uses GnuPG) and because i need a universal password manager which let me have passwords in the clipboard (without typing anything (key loggers)) and use them also in my browser (which i think the default keyrings do not). It's simple and it's a Bash script (easy to read and modify to fit your personal needs). Hope you like it and find it useful!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Readable Password Generator

    Readable Password Generator

    PROJECT MOVED: https://github.com/vstavrinov/rpg ----------------------------------------------------------------------- This shell script generate passwords easy to read and remember, but still strong enough. This is achieved by some restrictions. Some letters, digits, and letter combinations are excluded. No consecutive vowel. No more then 2 consecutive consonant. No consecutive consonant before and after digit. Main stream is lower case letters. Chance to include digit and upper case letters may be adjusted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This simple script is used to make an easy login script without the need for MySql! Perfect for admin accounts, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a script. It's created to make WEP crack work easier. It depends on aircrack-ng and macchanger. However, if you don't want to change your MAC address, macchanger is not essential.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    TrueCrypt One Click Mount
    A small script to mount a TrueCrypt volume in one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A small php script to generate a random string ( can be used as secure passwords ) based on user requirement of - length, alphabets type, number, special characters or any particular set of characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB