Showing 34 open source projects for "python script"

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
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 1
    Watchdog

    Watchdog

    Python library and shell utilities to monitor filesystem events

    Python API library and shell utilities to monitor file system events. A simple program that uses watchdog to monitor directories specified as command-line arguments and logs events generated. Watchdog comes with an optional utility script called watchmedo. Please type watchmedo --help at the shell prompt to know more about this tool. You can use the shell-command subcommand to execute shell commands in response to events. watchmedo can read tricks.yaml files and execute tricks within them...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MrFish

    MrFish

    A anti-phishing Python script with headers and proxies!

    MrFish is a powerful tool designed to automate the creation of fake account submissions for phishing tests and vulnerability assessments. With the ability to generate random usernames, passwords, and even credit card data, it simulates real user behavior to help test the security of online forms. Featuring customizable settings for proxy support, user inputs (email or username), and multiple threads for speed, MrFish provides an efficient way to stress-test web servers and form-handling...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Bandwidth

    Bandwidth

    Monitor monthly internet Transmit and Receive bandwidth usage - Linux

    ... information from the router itself, rather we have to rely on the logging into our ISP, to discover if we are approaching the bandwidth limit. Bandwidth logger, runs a daemon that notes how much traffic is passing through your network interface. Bandwidth logger was written to install on a system using 'systemd' but can be configured to run under 'upstart'. An upstart script "/usr/share/bandwidth/bandwidth.upstart.conf" is included but will have to installed manually for those using 'upstart'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Available Subnet Finder

    A Python Script to find unused subnets

    ... to another Python script, or independently. Help available on within the interactive shell via help() or via cli via -h.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    Age and Gender Estimation

    Age and Gender Estimation

    Keras implementation of a CNN network for age and gender estimation

    Keras implementation of a CNN network for age and gender estimation. This is a Keras implementation of a CNN for estimating age and gender from a face image [1, 2]. In training, the IMDB-WIKI dataset is used. Because the face images in the UTKFace dataset is tightly cropped (there is no margin around the face region), faces should also be cropped in demo.py if weights trained by the UTKFace dataset is used. Please set the margin argument to 0 for tight cropping. You can evaluate a trained...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Python script that reads human-readable (txt) new-line separated hostname - ip address pairs and translates it to bind (dns server) configuration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Aurora Conky Theme

    Aurora Conky Theme

    Aurora is a conky theme full of scripts

    ...? - scripts for temperature, fans, names of hardware - hours of lifetime harddisks - spotify information and covers - gmail information - number of updates - rss via scripting - weather forecast - many different lua to make rings and such - netstat script - nvidia information - satelite image of world and europe - sensors script - sign and stars of today - transmission information
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    netcfgtooltelnet

    netcfgtooltelnet

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via Telnet. The script reads the IPs of the devices from the NETWORK_IP file and sends the commands you enter in the CMD_FILE file to all the devices. Telnet username/password parameters are configured within the script. This feature can be further customized to prompt the user for them or read them from a file. The script also checks if all the needed files exist, if all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    pyFreeDnsUpdate

    FreeDNS update python script

    pyFreeDnsUpdate is a command line python script that updates the FreeDNS record for a given domain to the current public facing IP address detected by the local host. It requires a one time edit to configure a list of domain|api_key pairs, and after that it can be run as a chron job to perform a sync check and update push if needed. Activity is logged on a local text file, and DEBUG level can be enabled in case of troubles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    netcfgtoolssh

    netcfgtoolssh

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via SSHv2. The script reads the IPs of the devices from the NETWORK_IP file, then gets the SSHv2/Telnet credentials from the SSH_USERPASS file and sends the commands you enter in the CMD_FILE file to all the devices. The script also checks if all the needed files exist, if all the IP addresses are valid and if all the devices are reachable. Tools used: Python 2.7.3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ospfdiscoverysnmp

    ospfdiscoverysnmp

    OSPF network discovery script via SNMP.

    OSPF_SNMP_v1.0.py is an OSPF network discovery script. It allows the discovery of all OSPF network devices in the network, without connecting to each of them or knowing all their IP addresses. The user must provide the IP and SNMP community string of a single OSPF device in the network (for example, a device in the core) and the script searches for all other OSPF routers. Prior to running the script, the user should configure SNMPv2 community string on the device and also include the subnet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    netmonsql

    netmonsql

    Network performance monitoring and logging script for Cisco devices.

    NetMon_Cisco_to_SQL.py is a basic network performance monitoring and logging script for Cisco devices. It gathers parameters (CPU Utilization, Used Processor Memory, Used IO Memory, UP Ethernet Interfaces density, in percent velues) from Cisco routers by parsing command outputs and exports them to a MySQL database. NetMon_Query.py is a query script for the MySQL database in the form of an interactive menu for generating statistics. Tools used for coding and testing: Python 2.7.3, MySQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AcerHK GUI

    AcerHK GUI

    GUI interfaces for Acer Hardware driver -- acerhk.ko

    ... to provide radio on and off controls. It is also available at: http://cinnamon-spices.linuxmint.com/applets/view/219 Ubuntu AppIndicator Applet -- currently in development. Stay posted for this. Build Script for acerhk.ko. Use the 11.04+. Includes source code. Please see this projects Wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wordpie Python Based Brute Force

    Wordpie Python Based Brute Force

    Python Based Brute Force Password Cracking Assistant By Clownsec

    A python script used to generate all possible password combinations for cracking WAP and other logins or password files. This program is open source. If you see the need to repair or change something by all means do so, but share your findings. *HONK* Usage: wordpie.py [-h] [-o OUTPUT] [-min MIN_SIZE] [-max MAX_SIZE] [-N] [-L] [-U] [-S] [-A] [-v] Generate a wordlist with all possible combinations of letters including: -L (Lowercase Letters) -U (Uppercase Letters) -N (Numbers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    corunner

    A utility to transport files and execute at remote in prarallel

    Are you maitaining many machines and bored with the tedious operation of logging to those machines one by one just for checking the machine's status? Or are you losing patient for your simple script that have to run command in those machines in sequence? The corunner is just for those senarios. It's designed to speed up execution in your machines. It can executes command in handreds of or thousands of machines concurrently. Provide it with your files and command and the machines' location...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Python Port Scanner
    A Simple Port Scanner in Python. You need python installed on your pc before you can use the script!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A simple script that allows to create wireless profiles and switch easily between them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    These are same simple scripts... One is used to start/stop/toggle a specific tunnel as a service (init script). The second one is a script called when the tunnel is established or disconnected (up/down script). A pyQt GUI interface is also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Aures is a Python script that scans hosts using Nmap periodically and notifies the user of changes through libnotify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Efficent WEB UI for wget utility written in python(twisted) . It's work without any web server. Script consists of a SINGLE file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python script that plots access points from Inssider GPX wardrive capture to an html file displaying a Google map. Useful if you care about WPA and WPA2 data instead of just plain old WEP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python script to connect Kismet and Microsoft's SCCM to tie MAC addresses to usernames.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Basic Activity Tracker is a Python script that measures how much time your home users spend each day using computers around the house. Unlike other such utilities, The Bat works across multiple computers sharing a connection to SimpleDB on AWS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Advanced Shaper and Firewall script
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Automatic session locker for KDE. Requires Python (2.3 and higher), PyKDE, PyQT, python-bluez to run. This small script will lock desktop if monitored device becomes unavailable. When device becomes available again - script will unlock desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.