Showing 36 open source projects for "file-studio"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    airgeddon

    airgeddon

    This is a multi-use bash script for Linux systems

    ..."DoS Pursuit mode" is available to avoid AP channel hopping (available also on DoS performed on Evil Twin attacks). Full support for 2.4Ghz and 5Ghz bands. Assisted WPA/WPA2 personal networks Handshake file and PMKID capturing. Cleaning and optimizing Handshake captured files. Offline password decrypting on WPA/WPA2 captured files for personal networks (Handshakes and PMKIDs) using a dictionary, brute-force, and rule-based attacks with aircrack, crunch and hashcat tools. Enterprise networks captured password decrypting based on john the ripper, crunch, asleap and hashcat tools. ...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 2
    WPAGen

    WPAGen

    Wifi Password Generator

    WPAGen is a wifi password generator written in Python. It runs in the terminal and has very few dependencies other than Python itself, and if you're using the compiled binary you don't even have to have Python installed. I digitally sign some files in my releases. If you'd like to verify those signatures, you can find my PGP/GPG keys at: https://marcusadams.me/keys.html If you'd like to donate there's several ways to do so: PayPal: https://paypal.me/gerowen Bitcoin (BTC):...
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    FWiptables. Firewall With iptables.

    FWiptables. Firewall With iptables.

    iptables bash script in only file wizard

    The fwiptables is a one-file WIZARD, for IPTABLES with COMMAND-LINE, with CLI-MENU, with GUI-MENU, with GUI-ROLL, with GUI-SHELL. fwiptables develop with Purpose Educational Since 2020, developing code Since 2024, cleaning code Since 2025, fixing code Browse Wiki: https://sourceforge.net/p/f-iptables/wiki/browse_pages/ Anonymouse Ticket: https://sourceforge.net/p/f-iptables/tickets/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    Linpac

    Amateur Radio AX.25 chat and PBBS program using Linux's AX.25 stack

    A modular console-oriented amateur radio AX.25 keyboard to keyboard chat and PBBS program using Linux's AX.25 stack. Includes support for multiple concurrent connected sessions, a unconnected (UI) message screen, and an automated packet message client
    Downloads: 7 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Electronic Shelf Label  Firebase Edition

    Electronic Shelf Label Firebase Edition

    An electronic shelf label is a type of price tag

    An Electronic Shelf Label is a device that's typically attached to the front edge of retail shelving. ESL Firebase Edition V2.0 utilizes the AES-256 in CBC mode and Google Firebase. It doesn't require an expensive gateway to function, once configured, all it needs is a power supply and a Wi-Fi access point. ESL Firebase Edition V2.0 allows you to operate as many of them as you wish, provided that each has its own unique ID, and there's enough power and bandwidth for all of them. For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    ...A MySql database need to be created in order to work, but the package will create the database, if one doesn't exist on initialisation. The details of the database need to be given in the dbconfig.php file by editing it. The details of the router device also need to be entered in the config.php file prior to operations. A preliminary visual documentation is available at http://hotspot.zetozone.com Easy HotSpot is suitable for WiFi hotspots of any size and capacity, but equipped with a MikroTik routerOS based device.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 7

    wl500g

    ASUS WL-5xx RT-N1x Oleg's based custom firmware

    wl500g is ASUS Oleg's based custom firmware. It is free with custom firmware features, and supports the following branches and models: 1.9.2.7-rtn (mainstream, 2.6.22 kernel based, supports: > ASUS RT-N16, RT-N15U, RT-N12, RT-N12B1, RT-N10, RT-N10U, RT-N10UB1, WL-500gP, WL-500gPv2, WL-500W); 1.9.2.7-d (stable/suspended, 2.4.37 kernel based, supports: > ASUS WL-500gP, WL-500gPv2, WL-500W, WL-500gX, WL-520gU, WL-550gE, WL-330gE, WL-320gE, WL-320gP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Wi-Fi Ducky

    Wi-Fi Ducky

    Upload, save and run keystroke injection payloads with an ESP8266

    ...It introduced a simple script language called Ducky Script, which this project uses too. The ESP8266 is a popular Wi-Fi chip used in a lot of projects. Because it's cheap, small, and has its own file system (SPIFFS), it's perfect for enabling an easy remote connection and holding Ducky Script payloads. Although the ESP8266 is awesome, it doesn't have a native USB, which means it can't act as a keyboard. The ESP will open up a Wi-Fi access point and host a web interface from which you can upload and manage your scripts. When you hit run, it will send the script to the ATmega, which then will execute it on the target machine.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Wordpie Python Based Brute Force

    Wordpie Python Based Brute Force

    Python Based Brute Force Password Cracking Assistant By Clownsec

    ...*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) -S (Special Characters) -A (All Characters, Numbers, and Letters) -min (Minimum Size) -max (Maximum Size) -o outputfile.gz or -o stdout By default -o filename.gz to create a GZ compressed text file of all the words. Use the keyword "stdout" to print to screen or for use with other programs like Aircrack-ng or Medusa ./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p ./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w - *.cap
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    openMGB
    The openMGB project will provide a free firmware for the MGB100 devices from different companies. The MGB100 is a tiny Linux-based wireless access point (WAP) with built-in file server. The design is based on RDC Semiconductor's R8610 RISC SoC.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    tew-652brp_v2_wcl

    Client mode firmware for TrendNET TEW-652BRP V2

    Firmware to run the TrendNET TEW-652BRP version 2.x wireless router in client mode. Based on GPL firmware provided by TrendNET and modified to change the operating mode of the router from Access Point to wireless client.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Injection Wizard is an application for injecting traffic into WEP protected Wi-Fi networks, like aireplay-ng, but it's much more easy to use and it can work with worse conditions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WSNFuse provides an abstraction layer for wireless sensor networks, allowing to expose one or many WSNs by means of different access technologies(e.g.: filesystem, JMS, RMI, Smart-Spaces, etc.).Its plugin-based architecture allow users to develop and adopt thei own plugins and configure WSN fuse to better suit their needs. This project has been partially supported by the CHIRON EU research project co-financed by the artemis joint undertaking (http://www.chiron-project.eu/) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bluvert is a small collection of Python scripts which allows you to build up quickly a Bluetooth advertisement server. The server can send any OBEX message you want to. Bluvert uses hcitool and obexftp/ussp-push as additional tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    Wisden
    A wireless sensor network based data acquisition system promises enormous benefits such as ease and flexibility of deployment in addition to low maintenance and deployment costs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Slax router is a linux distrubution dedicated as router system. It's include some router/server packages: hostapd, iproute2, bind, dhcpd, openssh, quagga, proftpd, squid, openvpn, webmin and some net tools: nmap, tracroute, arping... etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The WRT54GL Tarifa enhanced firmware. Linksys WRT54G/WRT54GS models V1 to V4 and the WRT54GL V1.x This Third Party Firmware is functionaly the same as the original, the improvements are to make this router more scaleable, by increasing the capacity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    pwntooth is designed to automate Bluetooth Pen-Testing. It scans for devices, then runs the tools specified in the pwntooth.conf; included blueper, bluesnarfer, Bluetooth Stack Smasher (BSS), carwhisperer, psm_scan, rfcomm_scan, and vcardblaster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Network Manager Based On Python Programming, Designed For Terminal Only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Blueper is a tool designed to abuse Bluetooth file transferring. This tool can cause several mischievous results, including; continual popups of file transfer requests, writing data to a remote device disk,or locking up/crashing some devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Using the new C# Dll from swig portability of Openobex/ObexFtp to write a nice GUI able to transfer file between two devices with obex protocol. More Info’s here: http://cs-obexftp.wiki.sourceforge.net/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Java based utility which graphically displays NS1 NetStumbler Files. Allows importing of a background image/map. Quickly displays the contents of the NS1 file, displays strength/noise/SNR and allows access point selection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Highly configurable Universal Access Method(UAM) server for Chillispot, CoovaChilli or WifiDog. Contains a Dynamic Walled Garden as well as a system to use PayPal or Google Checkout to purchase time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    openvpnFE is a front end written in java for OpenVPN(www.openvpn.net)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB