Skip to content

My personal repository with wrapper scripts for ease of launching

License

Notifications You must be signed in to change notification settings

eda-abec/Launching-Scripts

Repository files navigation

Launching Scripts

A repository with my shortcuts for programs I use and their arguments.

They are to be placed to $PATH, which allows to execute the programs from anywhere. In Termux, the path usually is /data/data/com.termux/files/usr/bin/. You may need to chmod +x the scripts and edit paths to the actual programs.

Most of the scripts first change MAC address to random one and up the interface. Any arguments given to the launching script are passed to the actual program.

Including launchers for:

  • OneShot
    • oneshot
    • oneshotb - runs online bruteforce
    • oneshotd - runs online bruteforce, one attempt per 61 seconds (to prevent AP locking)
    • oneshotf - Pixie force mode
    • oneshot_webui - runs OneShot with web graphical interface
    • oneshot_update - updates local OneShot installation (through git pull)
  • PMKID Cracker
    • pmkid
  • wigle_companion
    • wigle_companion - runs in "dump" mode, meaning it only listens for scans
    • wigle_companionr - runs in "real" mode, also requests scanning
  • eaphammer (not working in Termux, at least for me)
    • eaph_flush - flushes output of eaphammer immediately to a file
    • switchere - used to switch between SSIDs from a list in given time intervals
  • general usage
    • ifup - only sets interface up with random MAC
    • ifdown - shuts the interface down
    • export_wps - packs reports of OneShot, stored PINs and wigle_companion DB to a zip in Downloads folder, convenient for backups / exports
    • vibrate - general purpose script to send a bell to terminal, which makes a vibration in Termux. Unlike in Termux API, the vibration is immediate
    • myip - prints current local and public IP address (by web API)
    • ssh_start - starts SSH server and prints local IP address and port
    • supl_pass - just a fancy grep shortcut to search in saved networks

Thanks to @jevgenyonegin for original scripts and inspiration

About

My personal repository with wrapper scripts for ease of launching

Topics

Resources

License

Stars

Watchers

Forks

Languages