Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanivhaliwa/linux-stuff
https://github.com/yanivhaliwa/linux-stuff
ai arp automation bash cyber device-discovery gpt linux monitoring openai package-manager python scanning scripts subtitle utilities whisper
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanivhaliwa/linux-stuff
- Owner: YanivHaliwa
- Created: 2024-08-03T07:32:51.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-19T13:52:48.000Z (26 days ago)
- Last Synced: 2024-10-20T08:25:36.054Z (25 days ago)
- Topics: ai, arp, automation, bash, cyber, device-discovery, gpt, linux, monitoring, openai, package-manager, python, scanning, scripts, subtitle, utilities, whisper
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# System Management and Utilities Linux
Welcome to my collection of simple yet powerful Linux tools! These are just everyday scripts and commands I've put together to make life easier when working with Linux. Whether you're managing your system, handling files, or doing some network stuff, you'll find something here to save you time and effort.
Think of these as your handy toolbox for common Linux tasks. They're not fancy – just practical. I use these regularly to simplify my workflow, and I hope they'll do the same for you.
The files linux_packs_needed.txt and pip_needed.txt contain lists of pip or apt packages needed for some files to work.
## Battery Management
- **batcon**: Analyzes battery discharge patterns and estimates remaining battery time.
- **batlow**: Monitors battery level and sends notifications for low battery or full charge.
- **batstat**: Logs battery state changes (charging/discharging) with timestamps.## Cyber Security Scripts
- **decode**: A comprehensive decoding tool supporting various encoding formats.
- **dir_finder**: An asynchronous directory discovery tool for web servers.
- **encode**: A versatile encoding utility for various formats and hash functions.
- **getlink**: A simple web scraper to extract links from a given webpage.
- **gobi**: Wrapper for Gobuster, performing directory enumeration and optional content download.
- **gtfbin**: Checks binaries against GTFOBins to identify potentially vulnerable executables.
- **haid**: A hash analysis and identification using multiple Linux tools.
- **hashc**: A Bash script wrapper for Hashcat.
- **hashline**: A Python script for processing hash files.
- **johng**: A Bash script for cracking GPG-encrypted files using John the Ripper.
- **johnp**: A Bash script wrapper for John the Ripper.
- **johns**: A Bash script for cracking SSH private keys using John the Ripper.
- **johnw**: A Bash script for cracking shadow file passwords using John the Ripper.
- **johnz**: A Bash script for cracking ZIP file passwords using John the Ripper.
- **mvenom**: A Python script for generating payloads using Metasploit's msfvenom.
- **nmapy**: A Python script for automating Nmap scans with initial and detailed scanning phases.
- **portf**: A Python script for port scanning and service detection.
- **soclisten**: A Python script to set up a listening socket using socat.
- **socremote**: A Python script to establish a remote connection using socat.
- **vtf**: A Bash script for scanning files using VirusTotal's API.
- **vtu**: A Bash script for scanning URLs using VirusTotal's API.
- **webscan_sub**: Scans websites for subdomains and folders visible in HTML code using BeautifulSoup.## Info
- **aptsi**: Search installed packages, optionally filter for manually installed ones.
- **bati**: Display binary file contents using bat.
- **cati**: Display binary file contents using cat.
- **fil**: Comprehensive file examination tool (type, hashes, content preview, etc.).
- **fiup**: Find files modified within a specified time frame.
- **lf**: List files or directories using lsd.
- **myusers**: Display user account information.
- **sysinfo**: Show system information (hostname, ID, version, etc.).## Package Management
- **aptf**: Installs packages listed in a specified file.
- **getpiplist**: Generates a clean list of installed pip packages, saving to 'pip_list.txt'.
- **getpixlist**: Creates a list of packages installed via pipx, saving to 'pix_list.txt'.
- **installdeb**: Installs `.deb` packages using `dpkg` and resolves dependencies.
- **pix**: Installs a Python package using pipx with dependencies.
- **pixfile-i**: Installs multiple Python packages from a file using pipx.
- **pixfile-u**: Uninstalls multiple Python packages from a file using pipx.
- **reqs**: Analyzes Python files to generate a requirements.txt file, identifying external dependencies.
- **updatepips**: Upgrades all installed pip packages and logs any errors.## Search and File Tools
- **comparef**: Compares files between two folders, identifying unique and common files while ignoring specific directories (like .git and .trash). Provides colorful output for easy visualization.
- **dupl**: Bash script to remove duplicates from a file while preserving order.
- **loc**: Bash script to search for files in a directory using the `locate` command.
- **psearch**: Bash script to search for packages in the APT cache, with optional installed package filtering.
- **readqr**: Reads and decodes QR codes from image files using a barcode recognition API.
- **reversefile**: Reverses Hebrew text in a given file, creating a new file with reversed content.
- **search**: Bash script for flexible file and folder searching with various options.
- **swd**: Python script to search for text in files within a directory, with regex support.
- **swf**: Python script to search for a word or pattern in a file, displaying line numbers.
- **txtf**: Bash script to find specific types of sensitive files in a target directory.
- **list**: Creates a file list from a specified directory, with recursive options and exclusions.
- **compr**: Versatile compression/decompression tool supporting various formats (7z, gzip, bzip2, xz, zstd, zip, rar, lz4, tar).## Subtitle Management Tools
- **movef**: Moves files from subdirectories to a destination directory.
- **trf**: Translates text files (including subtitles) from English to Hebrew using various translation services, including AI models.
- **trsub**: Downloads subtitles using subliminal and translates them for multiple video files in a folder (using scripts: trf, vidsubs).
- **trw**: Translates words or phrases from English to Hebrew using multiple translation services, including AI models.
- **vidsubs**: Matches video files with their corresponding subtitle files and renames them for consistency.
- **whis**: Transcribes audio files using OpenAI's Whisper model with optional GPT enhancement.
- **whisi**: Transcribes audio using various Whisper models, including Ivrit-AI and faster-whisper versions.
- **ytsub**: Downloads a YouTube video and transcribes it (using script: whis).## System Management Scripts
- **active**: Checks if a specified process is running.
- **clean**: Cleans up unused packages and dependencies.
- **heat**: Monitors system temperatures, calculating averages for CPU, GPU, package, and NVMe.
- **myip**: Displays various IP addresses, including VPN interfaces, WLAN, and public IP.
- **onewin**: Manages multiple windows of a specified process, keeping only one open.
- **port**: A Bash script for checking and managing processes using a specific port.
- **resetnet**: Resets network settings and services.
- **sysa**: Manages system services by enabling or disabling them.
- **update**: Updates and upgrades system packages, including fixing broken dependencies.